body {
    background: #f5f5f5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.login-bg {
    /* margin:auto; */
    /* padding:0; */
    /* min-height:80vh; */
}

.login-bg .login-logo img {
    max-height: 45px;
    height: auto;
    padding: 0px;
}

.login-bg .heading-font h2 {
    text-align: center;
    padding-top: 40px;
    font-size: 50px;
    color: #333;
    /* margin-bottom:0; */
}

.login-bg .heading-font .heading-hr {
    width: 40%;
    height: 4px;
    background-color: #ff8003;
    border: none;
    margin: 10px auto;
}

.login-bg .form_box {
    padding: 20px;
    /* margin-top:2%; */
    /* -webkit-box-shadow:-4px 3px 19px -3px rgba(0,0,0,.43); */
    -moz-box-shadow: -4px 3px 19px -3px rgba(0,0,0,.43);
    /* box-shadow:-4px 3px 19px -3px rgba(0,0,0,.43); */
    border-radius: 10px;
    margin:15px 0 30px 0;
    background-color: white;
}

.login-bg .form_box .inside_box {
    margin-top: 3%;
    align-items: center;
    /* margin: 0; */
}

.login-bg .form_box .inside_box .text-box {
    color: #333;
    /* text-align:left; */
    /* font-size:16px; */
    margin: 0;
    font-weight:bold;
}

.login-bg .form_box .inside_box .box-tex-area {
    /* opacity:1; */
    /* border-radius:0; */
    /* border:none; */
}

.login-bg .form_box .inside_box .bg-1 {
    background-color: #ff8003;
    float: left;
    margin-top: 13px;
    color: #fff;
    border: none;
    transition: 1s
}

.login-bg .form_box .inside_box .bg-1:hover {
    background-color: #fbaa1d
}

.login-bg .form_box .inside_box .fgt_psw {
    color: #fff;
    margin-top: 4%
}

.login-bg .box {
    width: 60%;
    height: 320px;
    text-align: center;
    margin: 120px auto auto;
    display: block;
    -webkit-box-shadow: -4px 3px 19px -3px rgba(0,0,0,.43);
    -moz-box-shadow: -4px 3px 19px -3px rgba(0,0,0,.43);
    box-shadow: -4px 3px 19px -3px rgba(0,0,0,.43);
    padding-top: 50px;
    border: none
}

.login-bg .box .text-box {
    color: #fff;
    text-align: center;
    font-size: 18px;
    float: right
}

.login-bg .box .box-tex-area {
    width: 80%;
    opacity: .7;
    border-radius: 0;
    border: none
}

.login-bg .box .text-area-box {
    width: 30%
}

.login-bg .box .bg-1 {
    background-color: #ffae00;
    float: left;
    margin-top: 13px;
    color: #fff;
    border: none;
    transition: 1s
}

.login-bg .box .bg-1:hover {
    background-color: #ff9600
}

.login-bg .box .bg-2 {
    float: right;
    margin-top: 13px;
    border: none
}

.login-bg .flag {
    margin-top: 5%
}

.login-bg .flag ul {
    display: table;
    margin: auto
}

.login-bg .flag ul li a img {
    height: 35px
}

.footer_login {
    background-color: rgba(255,255,255,.3);
    bottom: 0;
    width: 100%
}

.footer_login .footer-text {
    font-size: 15px;
    color: #000;
    font-weight: 700;
    float: left;
    line-height: 26px;
    margin-top: 9px
}

.footer_login .icons-fv {
    float: right;
    line-height: 26px;
    margin-top: 9px
}

.footer_login .icons-fv ul li a img {
    width: 32px
}

#forgot_modal .modal-header .modal-title {
    font-size: 22px;
    color: #000;
    text-align: center
}

.text-form .box {
    padding: 6px 14px;
    margin-left: 14px;
    width: 78%
}

.text-form .box-tex {
    font-size: 17px
}

@media (max-width: 575.9px) {
    .login-bg .heading-font h2 {
        font-size: 28px;
    }
    .login-bg .form_box .inside_box .text-box {
        margin-bottom: 5px;
    }
}