.h-40{
    height: 40vh;
}
.w-90{
    width: 90%;
}
body{
    background-color:#24353f;
    font-family: 'Roboto', sans-serif;
    color: white;
}
.loginCard{
    font-family: 'Roboto', sans-serif;
        font-weight: 400;
    box-shadow: -5px 2px 54px -9px rgb(0 0 0);
    height:auto;
    padding-top: 10px;
    margin-top: 30px;
}
.loginCard .p1{
    color:  #17a2b8;
    font-size: 2.5rem;
}
input{
    background-color:transparent;
    border: 1px solid white;
    padding: 6px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    padding-left: 5px;
    margin-bottom: 15px;
}


button{
    background-color:transparent;
    border: 1px solid  #17a2b8;;
    padding: 5px;
    border-radius: 5px;
    color:  #17a2b8;
    margin-top:15px;
    margin-bottom: 10px;
    transition : 0.3s;
}
button:hover{
    background-color:#17a2b8;
    color: white;
}
.p2 span:hover{
    text-decoration:underline;
    cursor: pointer;
}
.error{
    display:none;
}