body, html {
    background: url('https://pub.oasisuni.com/img/custom/loginBg.jpg') no-repeat center center fixed;
    background-size: cover;
    height: 100%;
}

.loginBg {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow-x: hidden;
}

.loginForm {
    color: #FFF;
    background: transparent;
}

.form-profileImg {
    margin: 20px 0 50px 0;
}

.loginForm form {
    padding: 0 27px;
}

    .loginForm form input {
        background: rgba(255, 255, 255, .2);
        border: none;
        font-family: "Avenir Light";
        font-size: 14px;
        border-radius: 0;
        padding: 23px 20px;
        color: #FFF;
    }

    .loginForm form .form-control.is-invalid {
        border: 1px solid #dc3545 !important;
    }

    .loginForm form .form-control.is-valid {
        border: 1px solid #28a745 !important;
    }

    .loginForm form .form-group {
        margin-bottom: .9rem;
    }

    .loginForm form input:hover,
    .loginForm form input:focus {
        background: rgba(255, 255, 255, .2);
        border: none;
        color: #FFF;
        outline: none;
        box-shadow: none;
    }

    .loginForm form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #FFF;
        opacity: 1; /* Firefox */
    }

    .loginForm form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #FFF;
    }

    .loginForm form input::-ms-input-placeholder { /* Microsoft Edge */
        color: #FFF;
    }

    .loginForm form .loginBtn {
        width: 100%;
        background: #F16728;
        color: #FFF;
        font-family: "Avenir Black";
        font-size: 14px;
        border-radius: 50px;
        padding: 10px 0;
        transition: all .3s ease;
    }

        .loginForm form .loginBtn:hover {
            background: #AA471A;
        }

.loginForm .loginBtn {
    width: 100%;
    background: #F16728;
    color: #FFF;
    font-family: "Avenir Black";
    font-size: 14px;
    border-radius: 50px;
    padding: 10px 0;
    transition: all .3s ease;
}

    .loginForm .loginBtn:hover {
        background: #AA471A;
    }

.positionRelative {
    position: relative;
}

    .positionRelative .form-control.is-invalid {
        background-position: right 2.35rem center !important;
    }

    .positionRelative .form-control.is-valid {
        background-position: right 2.35rem center !important;
    }

.eyeIcon {
    position: absolute;
    top: 12px;
    right: 18px;
    cursor: pointer;
}

button {
    outline: none;
    box-shadow: none;
}

.adjustPadding {
    padding: 0 27px;
}

.signForgot-text {
    margin: 10px 0 30px 0;
}

.socialMediaText {
    color: #FFF;
    align-items: center;
}

    .socialMediaText div::nth-child(2) {
        width: 50%;
    }

.whiteLine {
    background: #FFF;
    width: 30%;
    height: 1px;
}

.socialMediaIcon {
    margin: 20px 0;
}

    .socialMediaIcon svg {
        cursor: pointer;
    }

    .socialMediaIcon #Component_73_2:hover #Subtraction_2 {
        fill: #3B5998;
        opacity: 1;
    }

    .socialMediaIcon #Component_74_2:hover #Subtraction_1 {
        fill: #DD5144;
        opacity: 1;
    }

    .socialMediaIcon #Component_75_2:hover #Subtraction_3 {
        fill: #34AAF3;
        opacity: 1;
    }

    .socialMediaIcon #Component_76_2:hover #Subtraction_4 {
        fill: #4072B2;
        opacity: 1;
    }

.customSpacing-bottom {
    height: 7vh;
}

.customSpacing-top {
    height: 25vh;
    max-height: 25vh;
}

.hoverUnderLine:hover {
    text-decoration: underline;
    cursor: pointer;
}

/* MEDIA */
@media (min-width: 1350px) {
    .maxWidthForm {
        max-width: 403px;
    }

    div.customSpacing-top {
        height: 7vh;
        max-height: 7vh;
    }
}

@media (max-width: 1024px) {
    .loginForm form,
    .adjustPadding {
        padding: 0 57px;
    }

    .customSpacing-top {
        height: 7vh;
        max-height: 7vh;
    }
}

@media (max-width: 1023px) and (min-width: 768px) {
    .loginForm form,
    .adjustPadding {
        padding: 0 107px;
    }
}

@media (max-width: 767px) {
    .loginForm form,
    .adjustPadding {
        padding: 0 0;
    }

    .adjustFont-mobile1 {
        font-size: 40px;
        margin-top: 30px;
    }

    .customSpacing-top {
        height: 60px;
        max-height: 60px;
    }
}

@media (max-width: 320px) {
    .customSpacing-top {
        height: 140px;
        max-height: 140px;
    }
}
