.login-page {
    background: #4258c7;
    float: left;
    width: 100%;
    height: 100vh;
    background: url(img/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.login-card-body {
    display: block;
    text-align: right;
}
.formsection {
    display: inline-block;
    border-radius: 10px;
    margin-top: 70px;
    width: 370px;
    text-align: left;
}
.login-form {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
    float: left;
}
.login-form h1 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 2px;
}
.formsection .input-group {
    display: block;
}
.formsection .input-group .inputbox .form-control {
    border-radius: 100px;
    padding-left: 21px;
    height: 40px;
    background: #fff0e1;
}
.formsection .input-group .inputbox {
    display: block;
    margin: 10px 0px;
    float: left;
    width: 100%;
}
p.forget_pass {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    text-align: right;
}
.formsection .input-group {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}
.formsection .input-group.captcha_group {
    display: block;
    float: left;
    width: 100%;
    text-align: left;
}
.formsection .input-group.captcha_group h3 {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 600;
}
.captchainner {
    float: left;
    width: 100%;
    display: flex;
    margin-bottom: 15px;
}
.captchainner .captcha_text .form-control {
    border-radius: 100px;
    padding-left: 12px;
    height: 40px;
    background: #fff0e1;
}


.formsection .input-group.captcha_group p {
    font-size: 12px;
    color: #676767;
}
.login_logo {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 20px;
}
.login_logo img {
    height: 43px;
}
.captcha_warp {
    border-radius: 100px;
    padding: 6px 6px 6px 11px;
    height: 40px;
    background: #fff0e1;
    margin-right: 15px;
}
.formsection .login-form .lr_footer {
    width: 100%;
    text-align: center;
    float: left;
    margin-top: 10px;
}
.formsection .login-form .lr_footer .logbtn {
    display: inline-block;
    width: auto;
    padding: 10px 25px;
    border-radius: 50px;
    min-width: 110px;
    background: #f37d26;
    border: none;
}

.login-page label.form-label {
    font-weight: 400;
}