.login-area .form-wrap {
    background: rgb(255 255 255 / 94%) !important;
    padding: 30px 50px !important;
    box-shadow: 0px 1px 20px 0px #e7e7e7 !important;
    -webkit-box-shadow: 0px 1px 20px 0px #e7e7e76b !important;
    -moz-box-shadow: 0px 1px 20px 0px #e7e7e7 !important;
    border-radius: 20px !important;
    border: 1px solid #cdefef !important;
}
.login-area h5 {
    margin-top: 20px;
    color: #5566e2;
}
.login-area .form-group .form-control {
    color: #25272d !important;
    border: 0px;
    background: #e1edff !important;
    padding: 0px 25px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 7px;
    height: 50px;
    border-bottom: 0;
}
.h-50{
    height: 50px !important;
}
#btnsubmit{
    font-size: 14px;
}