.login-page{
    /* background-color: #f4f6f9; */
    background: radial-gradient(50% 50% at 50% 50%, #FED154 40%, #EEB717 100%);
}

.login-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 0px;
    border: solid 1px #E2E5E9;
    box-shadow: 0px 0px 2px #E2E5E9;
    margin: 10px;
}
.login_hd{
    font-size: 20px !important;
    line-height: 24px;
    font-weight: bold !important;
    text-align: center;
    padding: 18px 24px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #5a5a5a;
    /* background: #5a5a5a; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.login-msg{
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
.login-card-body{
    padding: 0px 20px 20px 20px;
    border-radius: 20px;
}
.login-box-msg{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    text-align: left;
}
.border-redius{
    border-radius: 10px;
}
.form-control {
    display: block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 20px !important;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px;
}
.log_inp_div{
    padding-top: 20px;
}
.log_inp_div input[type="email"], .log_inp_div input[type="password"] {
    background-color: #fff !important;
}
.log_inp_div label{
    padding: 0px 0px 0px 5px;
    font-size: 15px;
    color: #4a4a4a;
    font-weight: 600;
}
.login_input{
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 20px !important;
    width: 100%;
    padding: 10px 15px;
    
    font-size: 16px;
}
.form-control:focus, .login_input:focus {
    outline: none !important;
    border: 1px solid #ced4da !important;
}
.set_btn{
    background-color: #FCBF00 !important;
    color: #FFF !important;
    border: none !important;
    width: 100%;
    padding: 4px 22px !important;
    font-size: 20px !important;
}
.set_btn:hover{
    color: #FFFF !important;
}

.login_btn{
    background-color: #0d6efd !important;
    color: #FFF !important;
    border: none !important;
    width: 100%;
    padding: 4px 22px !important;
    font-size: 20px !important;
}
.login_btn:hover{
    color: #FFFF !important;
}

.login_main_wrapper{
    min-height: 85vh;
}
.login_cont{
    width: 360px !important;
    margin: 0 auto;
}
a.forget_link{
    color: #5a5a5a !important;
    border: none !important;
    outline: none !important;
    font-size: 16px !important;
    padding: 15px 0px;
    font-weight: bold;
}
a.forget_link:focus, a.forget_link:hover{
    color: none !important;
    border: none !important;
    outline: none !important;
}

.box-logo {
    width: 260px;
    margin-bottom: 10px;
}

.box-logo img {
    width: 100%;
}