.login {
    background: url(../web/image/tower-3.jpeg) no-repeat fixed center center;
    background-size: cover;
    overflow: auto;
    min-height: 100vh;
}
.login-form {
    position: absolute;
    height: 400px;
    width: 300px;
    background-color: #fff;
    right: 11.5%;
    top: 50%;
    bottom: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.position-login {
    position: relative;
    height: 100%;
}
.logo-padding {
    padding: 15px 0;
}
.logo {
    margin: 0 auto;
    display: table;
}
.logo-image {
    height: 40px;
    background-repeat: no-repeat;
}
.custom-form-control {
box-shadow: none;
height: 30px;
font-size: 12px;
}
.login-need {
    position: absolute;
    bottom: 7px;
    width: 100%;
    left: 0;
    padding-right: 4px;
}
.at_2022, .at_2022:hover, .at_2022:focus {
    color: #7f7f7f;
    font-size: 10px;
}
.forgot-a {
    font-size: 13px;
    color: #2746da;
    text-decoration: none;
    text-align: end;
    display: block;
    margin-top: 5px;
}
.fs-11{
    color: rgba(0,0,0,0.7);
    font-size: 13px;
}




.social-container-width{
    width: 360px;
    margin: 0 auto;
}
.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
}.social {
    padding: 15px;
}
.hs-logo {
    height: 60px;
}

.logo-devider {
    height: 60px;
    width: 2px;
    background: #495057;
}


.card-outline {
    border-top: 3px solid #1e8ece;
    box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.nav-shadow{
    box-shadow: 0 0 1px rgb(0 0 0 / 10%), 0 1px 2px rgb(0 0 0 / 10%);
}


.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

/*footer*/
.footer {
    background: #1e8ece;
    color: #fff;
    padding: 15px 0;
}
.footer-left img {
    height: 35px;
}
.login-page {
    height: 100vh;
}
.login-body{
    height: calc(100vh - 131px);
    background: #FBFBFB;
}
.main-img-login{
    width: 100%;
    height: calc(100vh - 131px);
}
.login-area {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
}
.login-input-icon {
    top: 8px;
    left: 10px;
    margin-right: 10px;
    color: #DAD8D8;
}
.custom-password,
.custom-email{
    padding-left: 35px;
}


/*// Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .login-body {
        height: 100%;
    }
    .login-page-7-hide{
        display: none;
    }
}

/*// Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
    .login-body {
        height: 100%;
    }
    .login-page-7-hide{
        display: none;
    }
}

/*// Medium devices (tablets, less than 992px)*/
@media (max-width: 991.98px) {

}
