﻿.app-content {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.88);
    box-shadow: 0px 0px 10px 0px #323232;
}

@media (max-width: 768px) {
    .app-content {
        padding: 0;
    }
}

.simplebar-content {
    height: 100%;
}

.page-content-login {
    /* height: auto; */
    background-color: white;
    padding: 0;
    -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    .page-content-login {
        /* overflow: hidden; */
        border-radius: 0;
    }
    .login-wrapper {
        text-align: center;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
}

.page-content-login .content-wrapper {
    border-radius: 0;
}

.application-container {
    height: auto;
}

.application-container .app-login {
    display: flex;
    height: auto;
    flex-wrap: wrap;
    flex-flow: column-reverse;
    width: 100%;
    position: relative;
}

@media (max-width: 768px) {
    .application-container .app-login {
        background: url(../img/aqsa.png) no-repeat center center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        position: relative;
    }
}

.application-container .app-login .login-content {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: right;
    width: 100%;
    padding: 25px;
    position: absolute;
    background: white;
}

@media (max-width: 768px) {
    .application-container .app-login .login-content {
        width: 100%;
        position: relative;
        z-index: 2;
        padding: 0;
        position: absolute;
        bottom: 0;
    }
}

@media (max-width: 768px) {
    .application-container .app-login .login-content .login-wrapper {
        padding: 25px;
        /* border-radius: 15px; */
        background-color: white;
        box-shadow: 0px 0px 10px 0px #cfcfcf;
        width: 100%;
    }
}

.application-container .app-login .login-content h4 {
    font-size: 1.2rem;
}

.application-container .app-login .login-content h2 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #5a7ff3;
    letter-spacing: -0.5px;
}

.application-container .app-login .login-content h5 {
    font-size: 0.9rem;
    color: #636363;
}

.application-container .app-login .login-content .form-group {
    position: relative;
    text-align: right;
    padding-left: 0;
}

.application-container .app-login .login-content .form-group input {
    text-indent: 25px;
    height: 45px;
}

.application-container .app-login .login-content .form-group .material-design-icon {
    position: absolute;
    top: 9px;
    right: 2%;
    font-size: 15px;
}

.application-container .app-login .login-content button {
    padding: 0.595rem 0.75rem;
}

.application-container .app-login .login-left {
    height: 100%;
}

@media (max-width: 768px) {
    .application-container .app-login .login-left {
        display: block;
    }
}

.application-container .app-login .login-left .main-image {
    height: 100%;
}

.application-container .app-login .login-left .main-image img {}

.application-container .app-login:after {
    content: '';
}

@media (max-width: 768px) {
    .application-container .app-login:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 1;
        background: #ffffff00;
    }
}

.login-left .main-image img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: bottom;
}

.checkbox label {
    padding-left: 24px;
    padding-right: 0 !important;
    font-size: 0.9rem;
    color: #757575;
    margin-bottom: 0.6rem;
    cursor: pointer;
}

.checkbox label span {
    position: relative;
    padding-right: 26px;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+.box:before,
input[type="checkbox"]+.box:after {
    transition: all 0.3s;
}

input[type="checkbox"]+.box:after {
    position: absolute;
    right: 0px;
    top: 5px;
    margin-top: -5px;
    display: inline-block;
    content: " ";
    width: 20px;
    height: 20px;
    border: 2px solid #999;
    border-radius: 2px;
    background-color: #fff;
    z-index: 1000;
    margin-left: 5px;
}

input[type="checkbox"]:checked+.box:after {
    background-color: #2196f3;
    border-color: #2196f3;
}

input[type="checkbox"]:checked+.box:before {
    transform: rotate(45deg);
    position: absolute;
    right: 7px;
    top: 2px;
    width: 6px;
    height: 13px;
    border-width: 2px;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-color: #fff;
    content: "";
    z-index: 10000;
}

.login-last {
    display: flex;
    margin-bottom: 1rem;
}

.login-last div {
    width: 50%;
}

.login-last div a {
    text-decoration: none;
    font-size: 0.85rem;
}

.login-last div:last-child {
    text-align: left;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    font-size: 0.9rem;
}

.sso-content {
    padding: 10px;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.sso-content img {
    width: 40px;
    margin-left: 10px;
}

.sso-content .content {
    border-right: 1px solid #e0e0e0;
    padding-right: 10px;
}

.sso-content .content h4 {
    font-weight: 600 !important;
    font-size: 1rem !important;
    color: #eb7a2a;
    margin-bottom: 4px;
}

.sso-content .content h5 {
    color: #868686;
}

@media (max-width: 768px) {
    .app-content.login-contents {
        padding: 0 !important;
        margin-bottom: 0;
        /* height: 100vh; */
    }
}

.page--wrapper.login-page--wrapper {
    height: auto;
}

span.cooodd {
    padding-right: 4px !important;
}

svg.material-design-icon__svg {
    display: inline-block;
    vertical-align: middle;
    color: #6f6f6f;
    fill: #6f6f6f;
}

.moi-logo {
    display: flex;
    align-items: center;
    /* background: #f7f7f7; */
    border-radius: 8px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 15px;
    flex-wrap: wrap;
}

.logo-contents h1 {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.logo-contents p {
    margin-top: 8px;
    color: #525050;
    margin-bottom: 0;
    text-align: center;
}

.moi-logo .image {
    padding-left: 5px;
    width: 100%;
}

.login-wrapper {
    text-align: center;
}

.logo-contents h1 {
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center;
}

.moi-logo .image img {
    width: 150px;
    height: auto;
}

.logo-contents p {
    margin-top: 8px;
    color: #525050;
    margin-bottom: 0;
    text-align: center;
}

.moi-logo .image {
    padding-left: 3rem;
    width: 100%;
}

.login-wrapper {
    text-align: center;
    display: flex;
    align-items: center;
}

.logo-contents {
    text-align: center;
    width: 100%;
}

.actions .custom-btn .icon svg {
    width: 1.5rem;
    height: auto;
    fill: white;
}

.login-wrapper .content .top-text h2 span {
    color: #696969;
    position: relative;
    margin-left: 0.4rem;
    padding-left: 0.8rem;
    font-weight: 500;
}

.login-wrapper .content .top-text h2 span:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #a3a3a3;
    position: absolute;
    left: 0;
    top: 4px;
}

.login-wrapper .content .top-text h2 {
    color: #2e90cf;
    font-weight: 600;
    font-size: 1.4rem;
}

.login-wrapper .content .actions {
    padding-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-wrapper .content .top-text {
    padding-bottom: 1rem;
}

.custom-btn {
    padding: 0.8rem 2rem;
    color: white;
    margin-left: 0.8rem;
    display: flex;
    align-items: center;
}

.custom-btn .icon {
    margin-left: 0.4rem;
}

.custom-btn:hover {
    text-decoration: none;
    color: white;
    opacity: 0.9;
}

.yellow-bg {
    background: #ff8500;
    border-radius: 0.8rem;
}

.red-bg {
    background: #ea2c2c;
    border-radius: 0.8rem;
}

.copyright p {
    font-size: 0.85rem;
    color: #7b7b7b;
}

.copyright a {
    text-decoration: none;
    color: #696767;
}

.custom-btn.yellow-bg span svg {
    width: 2.5rem !important;
}

.private-login {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
}

.private-login input {
    margin-left: 1rem;
    border-radius: 20px;
    width: 10rem;
    height: calc(1.5em + 0.75rem + 10px);
}

.private-login button {
    margin-left: 1rem;
    border-radius: 20px;
    width: 10rem;
    height: calc(1.5em + 0.75rem + 10px);
}

.private-login .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(1.5em + 0.75rem + 6px);
    width: 100%;
    margin-left: 0;
}

.login-content .back-arrow {
    position: absolute;
    right: 100px;
    display: none;
}

.login-content .back-arrow a {}

.login-content .back-arrow a svg {
    width: 1.5rem;
    height: auto;
}

@media (max-width: 768px) {
    .login-wrapper {
        flex-wrap: wrap;
    }
    .moi-logo {
        width: 100%;
    }
    .moi-logo .image {
        padding-left: 0;
    }
    .login-wrapper .content .top-text h2 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        font-size: 1.2rem;
    }
    .login-wrapper .content .top-text h2 span:after {
        left: 0;
        top: 4px;
        display: none;
    }
    .login-wrapper .content .actions {
        padding-bottom: 1rem;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }
    .custom-btn {
        padding: 0.8rem 2rem;
        color: white;
        margin-left: 0;
        display: flex;
        align-items: center;
        width: 75%;
        margin-bottom: 1rem;
    }
    .login-left .main-image img {
        width: 100%;
        height: 100vh;
        object-fit: contain;
        object-position: top;
        visibility: hidden;
    }
    .moi-logo .image img {
        width: 100px;
        height: auto;
    }
    .login-wrapper .content .top-text h2 span {
        color: #2e90cf;
        font-weight: 600;
        margin-bottom: 0.4rem;
        font-size: 1.2rem;
        padding: 0;
        width: 100%;
    }
    .application-container .app-login .login-left .main-image {
        height: 100%;
        background-image: url(../img/aqsa.png);
        background-position: -172px -102px;
        background-size: 160% 67%;
        background-repeat: no-repeat;
    }
    .moi-logo {
        padding-top: 0;
    }
    .private-login {
        flex-wrap: wrap;
        width: 90%;
        margin: auto;
    }
    .login-content .back-arrow {
        position: absolute;
        right: 15px;
        top: 25px;
    }
    .private-login input {
        margin-left: 0;
        border-radius: 20px;
        width: 100%;
        height: calc(1.5em + 0.75rem + 10px);
        margin-bottom: 0.5rem;
    }
}