.authWrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    display: flex;
    font-family: "Spartan";
}

.authLTRBg {
    width: 650px;
    background: no-repeat center center/cover;
    background-image: url('./img/auth-bg.jpg');
}

.authRTL {
    flex-direction: column;
    flex-grow: 1;
    display: flex;
    margin-top: 10rem;
}

.authLogo {
    width: 100%;
    max-width: 470px;
    margin: 6vh auto;
    box-sizing: border-box;
}

.authLogo img {
    max-height: 80px;
}

.authForm {
    width: 100%;
    max-width: 470px;
    margin: 0 auto 10vh;
    flex: 1 0 auto;
    align-items: center;
    box-sizing: border-box;
}

.authForm form {
    position: relative;
    width: 100%;
    margin-bottom: 5vh;
}

.authForm h2 {
    font-size: 30px;
    margin: 0 0 3vh -2px;
    padding: 0;
    text-align: left;
    color: #cd494e;
    font-weight: 700;
}

.authFormWrapper input {
    background-color: #fff;
    border: 1px solid #dedede;
    height: 3.5rem;
    line-height: 17px;
    padding: 0 16px;
    width: 100%;
    border-radius: 0;
    font-weight: 400;
    box-sizing: border-box;
    color: #163e57;
}

.authFormWrapper input:first-child {
    margin-bottom: 1rem;
}

.authFormWrapper input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #807e7e;
    opacity: .6;
}

.authFormWrapper input:focus::placeholder {
    opacity: 0 !important;
}

.authFormWrapper input:focus {
    color: #163e57;
    background-color: #fff;
    border-color: #FF7E00;
    outline: 0;
    box-shadow: none !important;
}


.authFormWrapper .fieldIcon {
    float: right;
    right: 15px;
    top: -35px;
    position: relative;
    z-index: 2;
    font-size: 20px;
    color: #888888;
}

.authForgotPass {
    margin: 0;
}

.authForgotPass a {
    font-weight: 600;
    font-size: 15px;
    line-height: 31px;
    color: #cd494e;
    text-decoration: none;
}

.authFormWrapper .authBtn {
    background-color: #cd494e;
    border: 1px solid #cd494e;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    margin-top: 15px;
    height: 3rem;
}

.was-validated .form-control:invalid,
.form-control.is-invalid {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
}


@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) {}

@media only screen and (min-device-width: 764px) and (max-device-width: 1112px) {
    .authLTRBg {
        display: none;
    }

    .authForm h2 {
        text-align: center;
    }
}


@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
    .authLTRBg {
        display: none;
    }

    .authRTL {
        margin-top: 4rem;
        padding: 2rem 1rem 0;
    }

    .authForm h2 {
        font-size: 23px;
    }
}

@media only screen and (min-device-width: 218px) and (max-device-width: 340px) {
    .authLTRBg {
        display: none;
    }

    .authRTL {
        margin-top: 4rem;
        padding: 2rem 1rem 0;
    }

    .authForm h2 {
        font-size: 20px;
    }



}
