:root {
    --primary-color: rgb(180 160 141); /*light gold*/
    --secondary-color: rgb(30 71 93); /*Navy*/
    --forgot-color: rgb(180 160 141); /*light gold*/
}

@font-face {
    font-family: 'Noto Kufi Arabic';
    src: url('../../byrushan/fonts/Noto_Kufi_Arabic/NotoKufiArabic-VariableFont_wght.ttf') format('truetype');
}

#login_wrapper ::-webkit-input-placeholder {
    color: #999
}

#login_wrapper ::-moz-placeholder {
    color: #999
}

#login_wrapper999:-ms-input-placeholder {
    color: #666
}

#login_wrapper :-moz-placeholder {
    color: #999
}

#login_wrapper .dropdown-toggle {
    border: 0;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0
}

#login_wrapper input::placeholder {
    color: #fff
}

#login_wrapper :is(input[type=text],input[type=password]) {
    border-radius: 10px;
    background: 0 0;
    color: #fff;
    border: 1px solid #fff;
}

    #login_wrapper :is(input[type=text],input[type=password]):is(:focus,:active) {
        border: 1px solid var(--primary-color)
    }

#login_wrapper input[type=text], #login_wrapper input[type=password] {
    border: 1px solid #fff;
    box-shadow: none;
    border-bottom: 1px solid #ccc;
    border-radius: 10px;
    padding-right: 16px;
    font-family: 'Noto Kufi Arabic',roboto,Arial,sans-serif;
    text-indent: 10px;
    font-size: 12px;
    width: 100% !important;
    margin: auto;
}

body {
    margin: 0 !important;
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    font-size: 13px;
    font-family: 'Noto Kufi Arabic',roboto,sans-serif;
    background: #1e475d !important;
}

.container {
    padding: 0
}

.login-actions {
    margin-bottom: 25px;
    flex-direction: row;
}

    .login-actions .btn-link {
        width: 100%
    }

    .login-actions .btn-login {
        border-radius: 5px;
        box-shadow: 0 3px 6px rgba(0,0,0,.16);
        width: 100%;
        color: #fff;
        background: linear-gradient(45deg,var(--primary-color) 0%,var(--secondary-color) 100%) !important;
        font-size: 14px;
        text-transform: uppercase;
        height: 45px;
        box-sizing: border-box;
        border: 0;
        margin: 10px 0 20px
    }

        .login-actions .btn-login:is(:hover,:focus,:active) {
            outline: 0 !important;
            border: 0 !important;
            background: linear-gradient(180deg,var(--primary-color) 0%,var(--secondary-color) 100%) !important
        }

        .login-actions .btn-login:visited {
            background: var(--primary-color) !important
        }

        .login-actions .btn-login:active {
            color: #fff
        }

    .login-actions .btn-link.btn-forgot {
        width: auto
    }

    .login-actions .btn-forgot-container {
        text-align: right
    }

.login-form-box-top {
    padding: 10px 0
}

    .login-form-box-top .col-lg-12 {
        padding: 0
    }

#header {
    text-align: unset;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 3.5%;
    flex-direction: row;
}

@media screen and (min-width:550px) {
    #header .btn-lang {
        position: absolute;
        top: 10px;
        right: 0
    }
}

@media screen and (max-width:550px) {
    #header {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

        #header #login_logo img {
            max-width: 70%
        }
    .links-login div:not(:first-child) {
        margin-top: 15px;
    }
}

/* Medium devices */
@media only screen and (max-width: 1083px) {
    div.login-btn-div {
        width: 100%;
    }
}

/* Large devices */
@media only screen and (max-width: 992px) {
    .heading {
        text-align: center !important;
    }

    .login-text, .sub-heading {
        text-align: right;
    }

    .edunet_login_logo {
        display: none;
    }

    .edunet_horiz_logo {
        display: block !important;
        width: 80%;
    }

    .btn-lang {
        margin-top: 0 !important;
        right: 4% !important;
    }

    #header {
        padding: 20px 6% !important;
    }
}

.btn-lang .btn {
    min-width: 130px;
    text-transform: uppercase;
}

.btn-lang button .fa-earth-americas {
    font-size: 20px
}

.btn-forgot {
    display: inline-block !important;
    white-space: nowrap;
    margin-top: 5px;
    color: var(--forgot-color) !important;
    text-align: right;
    padding-bottom: 20px
}

    .btn-forgot:hover {
        opacity: .7
    }

.btn-forgot, .password-wrapper i {
    color: #fff !important
}

.edunet_login_logo {
    max-width: 280px;
    width: 90%;
    max-height: 200px;
    /*margin-top: 16px;*/
}

.edunet_horiz_logo {
    display: none;
}

.main-login-container a:focus, .main-login-container a:hover, .main-login-container a:active {
    outline: 0
}

.main-login-container {
    border-radius: 0 !important;
    padding: calc(130px + 5%) 6% 30px !important;
    min-height: 100vh;
    background-color: #1e475d;
}

    .main-login-container h4 {
        color: #fff;
        font-size: 24px
    }

.row.main-wrapper {
    max-width: unset;
    margin: 0;
    background: 0 0;
    border-radius: 8px;
    position: relative;
}

.btn-lang .btn {
    background: 0 0;
    border: 0;
    float: right;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 12px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.container {
    padding: 15px
}

body:before {
    content: '';
    background-color: transparent;
    width: 100%;
    top: 40px;
    opacity: .1;
    left: 50%;
    transform: translateX(-80%);
    max-width: 900px;
    background: url(/img/login_mask_bg_7.svg?1) no-repeat;
    top: 0;
    max-width: 100%;
    transform: unset;
    left: 0;
    opacity: 1;
    background-size: 100%
}

@keyframes moveright {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(-40%)
    }

    100% {
        transform: translateX(-30%)
    }
}

@keyframes moveleft {
    0% {
        transform: translateX(0%)
    }

    50% {
        transform: translateX(40%)
    }

    100% {
        transform: translateX(30%)
    }
}

*:focus {
    outline: 1px solid #5db2ff;
    outline-offset: 3px
}

.login_to_edunet_label {
    text-align: right
}

.btn-default.active, .btn-default:active, .btn-default:focus, .btn-default:hover {
    background: 0 0 !important;
    color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    outline: none !important;
}

    .btn-default.active i.fa-earth-americas, .btn-default:focus i.fa-earth-americas, .btn-default:active i.fa-earth-americas, .btn-default:hover i.fa-earth-americas {
        color: var(--primary-color)
    }

.login-grid-wrapper {
    grid-template-columns: auto 62% !important;
    direction: rtl;
}

    .login-grid-wrapper .error-message {
        text-align: right
    }

.main-body-container {
    max-width: unset;
    padding: 0;
    text-align: unset !important;
    color: #fff
}

.welcome-section-wrapper {
    height: 100vh;
    /*background: url('../../Images/Login/edunet.jpg') no-repeat;*/
    background: url('../../Images/Login/edunet_ar_2.jpg') no-repeat;
    background-color: #b4a08d;
    background-position: 0;
    background-size: cover;
    color: #fff;
    display: none;
    position: relative;
    text-align: right;
}

    .welcome-section-wrapper:before {
        content: '';
        /*background: rgba(0,0,0,.2);*/
        background: rgba(0,0,0,.4);
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        z-index: 0
    }

    .welcome-section-wrapper h1 {
        font-size: 5.4em;
        letter-spacing: 1px;
        position: relative;
        z-index: 1
    }

    .welcome-section-wrapper h3 {
        position: relative;
        z-index: 1;
    }

.welcome-section-wrapper, .main-login-container {
    padding: calc(130px + 5%) 8% 30px;
    min-height: 100%;
    width: 100%
}

#header .btn-lang {
    position: relative;
    top: unset;
    right: unset;
}

.login-actions .btn-login {
    background: var(--primary-color) !important;
    border-radius: 10px;
    width: 100%;
    transition: 0.5s
}

    .login-actions .btn-login:is(:hover,:focus,:active,:visited) {
        opacity: .8;
        background: var(--primary-color) !important
    }

@media(min-width:992px) {
    .login-grid-wrapper {
        display: grid;
        grid-template-columns: auto 62%
    }

    .welcome-section-wrapper {
        display: block
    }
}



.btn-lang button {
    padding-left: 35px;
}

#UserLoginForm input {
    text-align: right;
}

#UserLoginForm .password-wrapper {
    position: relative;
}

    #UserLoginForm .password-wrapper .fa {
        position: absolute;
        /*bottom: 17px !important;*/
        top: 35px;
        cursor: pointer;
        color: white !important;
        right: auto;
        left: 20px;
    }

#UserPassword:-webkit-autofill ~ i.fa.fa-eye {
    color: #1e475d !important;
}

hr {
    margin: 30px 0;
    border: 0;
    height: 1px;
    background-color: #ecf2f2;
}

.loginHeading {
    color: #b4a08d;
    font-size: 18px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: -5px;
}

.f-a-icon {
    color: #e5e5e5;
}

.eduntLogo {
    padding: 0;
}

.btn-forgot-container {
    margin-right: 2px;
}

.languageSwitch {
    font-size: 0.9em;
}

.userTitle {
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    color: #1e475d;
}

#LoginBtn:hover {
    background-color: #725b3d !important;
    color: #fff !important;
    transition: 0.5s;
}

.sign-in-logo {
    color: #1e475d;
    border: none !important;
    background-color: #ecf2f2;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: 10px;
    margin-top: 10px;
    height: 100%;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    transition: 0.5s;
    z-index: 1;
    position: relative;
    white-space: normal;
    word-wrap: break-word;
}

    .sign-in-logo:hover {
        color: #fff;
        background-color: #b4a08d;
        transition: 0.5s;
    }

.loging-link {
    display: flex;
}


.login-text {
    padding-top: 10px;
    color: #337ab7;
}


@media screen and (min-width: 1024px) {
    a.sign-in-logo {
        font-size: 12px;
    }
}

@media screen and (max-width: 1023px) {
    a.sign-in-logo {
        font-size: 12px;
    }
}

::-webkit-scrollbar {
    width: 1.0vw;
}

::-webkit-scrollbar-track {
    background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
    background-color: #b4a08d;
    border-radius: 6px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #6f7070;
    }

.col-md-6 {
    float: right !important;
}

.login-btn-div [class*="fa-"] {
    padding-left: 10px;
}
.sign-in-logo:is(:hover,:focus,:active,:visited,:focus-visible) {
    color: #fff;
    background-color: #b4a08d;
    transition: 0.5s;
    outline:none!important;
}
    .log-gm {
    padding-top: 20px;
    margin-bottom: 0;
    padding-bottom: 10px;
    border-radius: 0 0 5px 5px;
}

        .log-gm p:after, .log-gm p:before {
            border-bottom: 1px solid #fff;
            content: '';
            display: block;
            height: 1px;
            width: 25%;
            position: absolute;
            top: 10px;
        }

        .log-gm p:before {            
            left: 0;
        }
    .log-gm p:after {
        right: 0;
    }
        .log-gm p {
            color: #fff;
            text-align: center;
            line-height: 20px;
            text-transform: uppercase;
        }

@media screen and (max-width: 425px){
    .log-gm p:before, .log-gm p:after {
        width: 11% !important;
    }
}
@media screen and (min-width: 425px) and (max-width: 600px) {
    .log-gm p:before, .log-gm p:after {
        width: 18% !important;
    }
}
@media screen and (min-width: 600px){
    .log-gm p:before, .log-gm p:after {
        width: 30% !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    .log-gm p:before, .log-gm p:after {
        width: 18% !important;
    }
}
@media screen and (min-width: 1200px){
    .log-gm p:before, .log-gm p:after {
        width: 25% !important;
    }
}
.float-left{
    float:left!important;
}

.field-validation-error {
    background-color: #a94442;
    border-radius: 10px;
    text-align: right;
    margin-top: 15px;
    color: white;
    display: block;
    padding: 10px 15px;
    font-size:1.2rem;
}
.validation-summary-errors ul {
    list-style: none;
    padding: 0;
    line-height: normal;
}