@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');
body{
    height: 100vh;
    font-family: 'Poppins' !important;
    background-color: #aae0ef30 !important;
} 
.timer{
        border: 2px solid #4fc3d4;
    color: #4fc3d4;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 20px;
}
.container
{
    height: 100%;
}
.card{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    width: 70%;
}
.carwidth{
    width: 100%;
}
.form-label {
    font-size: 18px;
    font-weight: 600;
}
.text-danger{
    font-size: 14px;
    font-weight: 600;
}
.card-body {
    padding: 0px !important;
}
.btn{
    border-radius: 30px !important;
    padding: 5px 25px !important;
}
.fa-eye
{
    cursor: pointer;
}
.fa-eye-slash
{
    cursor: pointer;
}
.logimg{
    width: 100%;
    height: 100%;
}
a{
    text-decoration: none !important;
    font-weight: bold;
}

h1{
    font-size: 24px !important;
    color: #fff !important;
}
@media screen and (max-width: 765px){
        .logimg{
            display: none;
    }
}
