



.hello-title{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #0a4b47;
}
.welcome-title{
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: lowercase;
    color: #0a4b47;
}
.sub-title{
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    color: #0a4b47;
    margin-top: 5px;
    margin-bottom: 5px;
}

.login-btn{
    background-color: #0a4b47;
    color: #ffffff;
    border:none;
    width: 120px;
    font-size: 16px;
    transition: all 0.5s linear;
}

.login-btn:hover{
    background-color: #0a4b47;
    color: #ffffff;
   
}

.card{
    border-color: #0a4b47!important;
}

.reset-password{
    text-decoration: none;
    color: #0a4b47;
    font-size: 16px;
    font-weight: 500;
}