﻿@import url("https://fonts.googleapis.com/css2?family=Recursive:wght@500&display=swap");

.login-page .login-side {
    background: #1BC5BD 0% 0% no-repeat padding-box;
    box-sizing: border-box;
    height: 100vh;
}
/*.login-page {
    min-height: 100vh !important;
    background-size: 109% 119%;
    background-position-x: -14px;
}
*/

html[lang="en"] .login {
    min-height: 100vh !important;
    /* background: url(../Images/Group1310.png) no-repeat;
    background-size: 109% 119%;
    background-position-x: -14px;*/
    background: url(../Images/login_background.png) bottom left no-repeat;
    background-size: cover;
    padding-top: 0;
    overflow: hidden;
}

[dir="rtl"] .login-page.login {
    background: url(../Images/login-ar.png)bottom left no-repeat;
    background-size: cover;
}
html[lang="en"] .forget-password {
    min-height: 100vh !important;
    background: url(../Images/forgot-password.png) bottom left no-repeat;
    background-size: cover;
    padding-top: 0;
    overflow: hidden;
}
[dir="rtl"] .forget-password {
    background: url(../Images/forgot-assword-ar.png)bottom left no-repeat;
    background-size: cover;
}
html[lang="en"] .reset-password {
    min-height: 100vh !important;
    background: url(../Images/reset-password.png) bottom left no-repeat;
    background-size: cover;
    padding-top: 0;
    overflow: hidden;
}

[dir="rtl"] .reset-password {
    background: url(../Images/reset-password-ar.png)bottom left no-repeat;
    background-size: cover;
}

.logoImage {
    position: static;
    margin: 20px;
    background: url(../Images/WHITELOGOWITHTAGLINE.png) no-repeat;
    background-size: contain;
    width: 14em;
    height: 5em;
}
    .login-page .login-side .logo {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 3.75rem;
        min-height: 700px;
    }

        .login-page .login-side .logo span {
            font-family: "Recursive", sans-serif;
            font-size: 80px;
            color: #f85365;
        }

    .login-page .login-side .logo-background {
        background-position-x: center;
        background-position-y: bottom;
        min-height: 450px;
        background-repeat: no-repeat;
        background-image: url(../Images/login-side.svg);
    }

.login-page .login-main .login-form {
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
    /*margin: 50px;*/
    /*min-height: 700px;
    max-width: 100%;
    background-color: #fff;
    width: 343px;
    min-height: 442px !important;
    box-shadow: 0px 3px 10px #1bc5bd1c;
    border-radius: 20px;
    margin: 123px 100px;
    background-color: #fff;
    width: 418px;
    min-height: 522px !important;
    padding-right: 37px;
    padding-left: 37px;
    box-shadow: 0px 3px 10px #1bc5bd1c;
    border-radius: 20px;*/
    background-color: #fff;
    padding: 40px 37px 2px 37px;
    box-shadow: 0px 3px 10px #1bc5bd1c;
    border-radius: 20px;
    max-width: 60%;
    text-align: center;
    margin-left: 85px;
    width: fit-content;
}


    .login-page .login-main .login-form .form-header {
        /*width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;*/
        margin: auto;
    }

        .login-page .login-main .login-form .form-header h3 {
            color: #000;
            font-size: 35px;
        }

        .login-page .login-main .login-form .form-header h5 {
            font-size: 18px;
            color: #c6b5c3;
        }

            .login-page .login-main .login-form .form-header h5 a {
                color: #8950fc;
            }

                .login-page .login-main .login-form .form-header h5 a:hover {
                    color: #9c6cfd;
                }

    .login-page .login-main .login-form .form-body {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /*margin: 10px;*/
        width: 100%;
    }

a {
    color: #9c6cfd !important;
    font-weight: 500;
}

.login-page .login-main .login-form .form-body .forgot-pw {
    font-size: 16px;
    font-weight: 500;
    color: #8950fc;
    cursor: pointer;
}

    .login-page .login-main .login-form .form-body .forgot-pw:hover {
        color: #9c6cfd;
    }

.login-page .login-main .login-form .form-body .form-field {
    width: 50%;
    /*margin-top: 20px;*/
}

.login-page .login-main .login-form .form-body .form-submit {
    padding: 10px 25px;
    border-radius: 10px;
    margin: 20px;
    font-size: 18px;
    color: #fff;
    background-color: #8950fc;
    border-color: #8950fc;
    width: 186px;
    height: 48px;
    background: #0987D0 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 0px 10px #0987D02B;
    border-radius: 20px;
    opacity: 1;
    width: 186px;
    height: 48px;
    background: #0987D0 0% 0% no-repeat padding-box !important;
    box-shadow: 0px 0px 10px #0987D02B;
    border-radius: 20px;
    opacity: 1;
    text-align: center;
}

    .login-page .login-main .login-form .form-body .form-submit:hover {
        background-color: #9c6cfd;
    }

    .login-page .login-main .login-form .form-body .form-submit:disabled {
        background-color: #e0e0e0;
    }

.login-page .login-main .login-form .form-body .msgs {
    font-size: 15px;
    font-weight: 500;
}

    .login-page .login-main .login-form .form-body .msgs .ex-msg {
        color: #c6b5c3;
    }

    .login-page .login-main .login-form .form-body .msgs .err-msg {
        color: #f87865;
    }

.login-page .login-main .login-form .form-body .remm-me {
    font-size: 15px;
    color: #838181;
    font-weight: 500;
    margin-top: 1%;
}


.form-field .form-field-input
, .form-group .form-field-input{
    background-color: #f3f6f9;
    border-color: #f3f6f9;
    border: 0px;
    outline: 0px;
    color: #3f4254;
    padding: 15px;
    border-radius: 0.85rem;
    font-family: Poppins, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6;
    width: 100%;
    /*min-width: 300px;*/
    transition: all 0.1s linear;
    /*margin-top: 3%;
    min-width: 400PX;*/
    min-width: 343PX;
    height: 48px;
    margin-top: 24px;
    /*&:focus
{
    outline: 0px;
}

&::placeholder {
    color: #c3b7c3;
}
*/
}

    .form-field .form-field-input :focus, 
    .form-group .form-field-input :focus{
        outline: 0px;
    }

    .form-field .form-field-input placeholder
    , .form-group .form-field-input placeholder{
        color: #c3b7c3;
    }

.check-remember {
    cursor: pointer;
    margin: 10px 5px;
    /* //transform: scale(4);
    // width: 18px;
    // height: 18px;*/
    background-color: red;
    filter: hue-rotate(40deg);
}

.check-label {
    font-size: 16px;
    font-weight: 500;
    color: #868a92;
    cursor: pointer;
}




.btn-primary {
    /*color: #fff;
    background-color: #007bff;
    border-color: #007bff;
*/
    padding: 10px 25px;
    border-radius: 10px;
    margin: 20px;
    font-size: 18px;
    color: #fff !important;
    background-color: #8950fc !important;
    border-color: #8950fc !important;
}

    .btn-primary:hover {
        /*color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;*/
        color: #fff !important;
        background-color: #9c6cfd !important;
    }

    .btn-primary:focus, .btn-primary.focus {
        /*color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;*/
        color: #fff !important;
        background-color: #9c6cfd !important;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        /*color: #fff;
        background-color: #007bff;
        border-color: #007bff;*/
        color: #fff !important;
        background-color: #e0e0e0 !important;
    }

    .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn-primary.dropdown-toggle {
        color: #fff !important;
        /*background-color: #0062cc;*/
        border-color: #005cbf !important;
        background-color: #e0e0e0 !important;
    }


.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.mb-4 .my-4 {
    margin-bottom: 0rem !important;
}

.login-page {
    margin-bottom: 0rem !important;
}

.logo_image {
    width: 300px;
}

.nav-item {
    position: fixed;
    top: 10px;
    list-style: none;
    z-index: 1000;
    right: 5px;
}

    .nav-item:first-child {
        right: 90px;
    }
/*
[dir="ltr"] .nav-item:nth-child(2) {
    left:unset;
    right: 5px;
}*/
[dir="rtl"] .nav-item{
    right: unset;
    left: 35px;
}
[dir="rtl"] .logoImage {
    right: 3em;
}
    .nav-item .dropdown {
        margin-right: 32px;
        margin-top: 32px;
        width: 91px;
        height: 37px;
        background: #FFFFFF 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px #00000029;
        border-radius: 10px;
        opacity: 1;
        text-align: left;
        font-size: 14px/19px;
        letter-spacing: 0px;
    }
.login-main {
    display: flex;
    justify-content: center;
}


@media (max-width: 991px) {
    /*body{
        overflow-x:clip;
    }
    .login-page .login-main {
        margin-top: 16em !important;
        display: flex !important;
        justify-content: center !important;
    }
    .login-page .login-side .logo .login-left-side-svg {
        top: 0 !important;
        left: -20px !important;
    }
    .login-page .login-main .login-right-side-svg {
        top: 115vh;
    }*/
    .login-page {
        min-height: 100vh !important;
        /*background: none !important;*/
        background: url(../Images/Group1304.svg) no-repeat;
        background-size: cover;
        background-position: -200px 4px;
        padding-top: 3em;
    }
    
}

@media (max-width:410px) {
    .logoImage {
        width: 10em;
        height: 5em;
    }
    .form-field .form-field-input {
        min-width: 252PX !important;
    }

    .nav-item .dropdown {
        margin-top: 0px;
    }
}
