.loginBox[data-v-9d7092] {
    background: linear-gradient(252deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
    box-shadow: -1px 3px 15px 0px rgba(0,0,0,1);
    border-radius:25px;
    width:500px;
    /* height: 400px; */
    align-items: center;
    align-self: center;
    text-align: center;
}
.border-radius-task{
    border-radius: 25px;
}
img[data-v-e80853] {
    height: 50px;
}
img[data-v-e80853]:hover {
    box-shadow: 0px -2px 14px -1px rgba(255,255,255,1);
}
.bg[data-v-e80853]{
    background: linear-gradient(21deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.regBox[data-v-e80853] {
    background: linear-gradient(252deg, rgba(238,174,202,1) 0%, rgba(148,187,233,1) 100%);
    box-shadow: -1px 3px 15px 0px rgba(0,0,0,1);
    border-radius:25px;
    width:500px;
    align-items: center;
    align-self: center;
    text-align: center;
}
#redirect[data-v-e80853]:hover {
    cursor: pointer;
}
#editTask[data-v-da82f7]{
  fill:darkslateblue;
}
#editTask[data-v-da82f7]:hover{
  fill:burlywood;
  color: burlywood;
  cursor: pointer;
}
#deleteTask[data-v-da82f7]{
  fill: red;
}
#deleteTask[data-v-da82f7]:hover{
  fill: chocolate;
  cursor: pointer;
}
.card-task[data-v-da82f7]:hover {
  cursor: pointer;
  box-shadow: -2px -1px 18px -6px rgba(161,155,161,1);
}
