.login-container, .reset-container, .signup-container{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.input_box {
    box-sizing: border-box;
    width: 300px;
    height: 30px;
    padding: 22px 35px 26px 20px;
    border: 1px solid #ced4da;
    border-radius: 5.47px;
}
.input-group-text{
    width: 50px !important;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    transition: background-color 5000s ease-in-out 0s;
}
.form-control:focus{
    border-color: #ced4da !important;
    box-shadow: none !important;
}
.primary-btn {
    width: 100%;
    height: calc(3.5rem + 2px);
    border-radius: 5.47px;
}
.login_btn_text {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}
.login_btn_text:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}
#toggle_password{
    color: #919499;
    margin: auto;
    cursor: pointer;
}
.reset_password a, .signup a{
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #253C80;
    padding-right: 0px;
    text-decoration: none;
}
.reset_password a:hover, .signup a:hover{
    color: #253C80;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
.back_to_login a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #6c757d;
    padding-right: 0px;
    text-decoration: none;
}
.back_to_login a:hover{
    color: #6c757d;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#company-logo{
    max-height:120px;
    max-width: 100%;
    width:auto;
}
/*
@media screen and (max-width: 991px) {
    .web-login, .web-reset, .web-signup{
        display: none;
    }
}
@media screen and (min-width: 600px) {
    .login-container, .reset-container, .signup-container{
        padding: 60px 40px 40px;
    }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 1024px) {
    #company_logo{
        max-height:120px;
        max-width: 350.47px;
        width:auto;
    }
    .input_text {
        font-size: 14px;
    }
    .input_box {
        width: 450px;
        height: 65px;
    }
    .login_btn {
        width: 100%;
        height: calc(3.5rem + 2px);
    }
}
@media screen and (min-width: 1300px) {
    .login_container{
        transform: translate(-110%, -70%);
    }
}
@media screen and (min-width: 1393px) and (min-height: 1080px){
    .background_wrapper{
        background-size: 1300px 922px;
    }
}
@media screen and (min-width: 1300px) and (max-height: 768px) {
    .login_container{
        transform: translate(-110%, -50%) !important;
    }
}
@media screen and (min-width: 1600px) {
    .login_container{
        transform: translate(-130%, -70%);
    }
}*/
