
#loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 999999;
    overflow: visible;
    background: #fff url(../images/preloaders/1.gif) no-repeat center center;
}

.login .email_links {
    margin-top: 1em;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.login .email_links a {
    text-decoration: underline;
}

.login-head {
    text-align: center;
}

.login-head p {
    margin-bottom: 20px;
}

.login-head h2 {
    font-size: 20px;
    margin: 0 0 20px;
    color: #353030;
}

.login-head h2 span {
    display: block;
    font-size: 24px;
    padding-top: 13px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0px;
    color: #474747;
}

.login-input-wrapper {
    box-shadow: 0 4px 5px rgba(50, 50, 93, .15), 0 1px 0 rgba(0, 0, 0, .02);
    height: 45px;
    background: #fff;
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 3px;
}

.login-input-wrapper .icon-box {
    width: 15%;
    float: left;
    text-align: center;
    height: 45px;
    padding: 12px;
}

.login-input-wrapper .icon-box i {
    font-size: 20px;
    color: #9c9c9c;
}

.login-input-wrapper .input-box {
    width: 85%;
    float: left;
}

.login-input-wrapper .input-box input {
    width: 100%;
    border: 0px;
    height: 45px;
}

.sign-in-btn {
    color: #fff;
    border-color: #ba0c2f;
    background-color: #ba0c2f;
    padding: 10px 20px;
    width: 100%;
    margin-top: 10px;
}

.sign-in-btn:hover {
    color: white;
}

.btn-wrapper-sign:hover {
    color: white;
}

.btn-wrapper-sign {
    text-align: center;
}

.forget-wrapper a {
    color: #7d7b7b;
    margin: 15px 0;
    display: block;
}

.background-logo {
    width: 50%;
    height: 100vh;
    background-color: #ba0c2f;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.background-logo img {
    width: 18em;
}

.login-outer-wrapper {
    position: relative;
    min-height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login {
    background: white;
    width: 50%;
    height: 100vh;
    margin: 0 auto;
    padding: 50px 100px;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-top-bg {
    height: 30%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.login-bottom-bg {
    height: 70%;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.footer-login {
    position: fixed;
    bottom: 20px;
    width: 100%;
}

.footer-login p {
    color: #fff;
    font-size: 18px;
}

.footer-login p a {
    color: #f5365c;
}

.footer-login ul li {
    display: inline-block;
}

.footer-login ul li a {
    color: #ccc;
    padding-left: 30px;
    font-size: 18px;
}

.sign-btn-wrapper {
    text-align: center;
    padding-top: 10px;
}

.sign-btn-wrapper a {
    margin-top: 10px;
    display: block;
    color: #9fa0a7;
    font-weight: 600;
}

.sign-btn-wrapper a span {
    color: #444;
    letter-spacing: 0px;
    margin-right: 5px;
}

@media (max-width: 768px) {
    .background-logo {
        display: none;
    }
    .login {
        width: 100%;
        height: auto;
        padding: 4em 5px;
    }
    .login .login-head {
        padding-top: 2em;
    }
}