/* Made with love by Mutiullah Samim*/

@import url('../img/banner_text.jpg');

html, body {
    height: 100%;
    font-family: 'Numans', sans-serif;
}

.container {
    height: 100%;
    align-content: center;
}

#oasis-login-bg-mp4, #forgot-password-bg-mp4, #reset-password-bg-mp4 {
    position: fixed;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    z-index: -1;
}

.card {
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    width: 400px;
    background-color: rgba(0,0,0,0.5) !important;
}

    .card.oasis-login, .card.forgot-password, .card.reset-password {
        width: 500px;
        background-color: #FFFFFF !important;
        border-radius: 7px !important;
        box-shadow: -1px -1px 15px white;
    }

.maintenance-banner span {
    color: #ffffff !important;
    margin-bottom: 1rem;
}

.social_icon span {
    font-size: 60px;
    margin-left: 10px;
    color: #FFC312;
}

    .social_icon span:hover {
        color: white;
        cursor: pointer;
    }

.card-header h3 {
    color: white;
}

.card-header.oasis-login, .card-header.forgot-password, .card-header.reset-password {
    background-color: #FFF;
    border-bottom: none;
    border-top-left-radius: 7px !important;
    border-top-right-radius: 7px !important;
}

.card-footer.oasis-login {
    background-color: #FFF;
    border-top: none;
    border-bottom-left-radius: 7px !important;
    border-bottom-right-radius: 7px !important;
}

.footer-info {
    font-family: montserrat, regular;
    font-size: 10px !important;
}

    .footer-info a {
        text-decoration: underline;
        color: black;
    }

.social_icon {
    position: absolute;
    right: 20px;
    top: -45px;
}

.input-group-prepend span {
    width: 50px;
    background-color: #7ed1f6;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;
}

.remember {
    color: white;
}

    .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px;
    }

.login_btn {
    color: #fff !important;
    background-color: #0079DD !important;
    width: 100%;
    height: 48px;
    font-size: 14px !important;
    font-family: montserrat, bold;
    font-weight: 600 !important;
    border-radius: 7px !important;
    box-shadow: 0px 3px 6px #00000029;
}

    .login_btn:hover {
        color: #fff !important;
        background-color: #57A9DC !important;
    }

.login_btn-custom {
    color: #fff !important;
    background-color: #d60056 !important;
    width: 120px;
}

    .login_btn-custom:hover {
        color: #fff !important;
        background-color: #431663 !important;
    }

.login_btn-custom2 {
    color: #fff !important;
    background-color: #d60056 !important;
    width: 250px;
}

    .login_btn-custom2:hover {
        color: #fff !important;
        background-color: #431663 !important;
    }

.oasis-login-input {
    height: 48px !important;
    border-radius: 7px !important;
}

.oasis-login-label {
    color: #000 !important;
    font-family: montserrat, medium;
    font-size: 12px !important;
    font-weight: 600;
    letter-spacing: 1px;
}

.set_password_btn {
    color: #fff !important;
    background-color: #0079DD !important;
    width: 150px;
    font-size: 14px !important;
    font-family: montserrat, bold;
    font-weight: 600 !important;
    border-radius: 7px !important;
    box-shadow: 0px 3px 6px #00000029;
}

    .set_password_btn:hover {
        color: #fff !important;
        background-color: #57A9DC !important;
    }

.links a {
    color: #0079DD;
}

    .links a:hover {
        text-decoration: none;
        color: #57A9DC;
    }

.btn {
    cursor: pointer !important;
}

.btn-new {
    background-color: #0079DD !important;
    color: #FFFFFF !important;
    font-size: 14px !important;
    font-family: montserrat, bold;
    font-weight: 600 !important;
    border-radius: 7px !important;
    box-shadow: 0px 3px 6px #00000029;
}

    .btn-new:hover {
        background-color: #57A9DC !important;
        color: #FFFFFF !important;
    }

.modal-content {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    box-shadow: -1px -1px 15px white;
}

.close {
    text-shadow: none !important;
    cursor: pointer !important;
}

    .close:hover {
        color: #57A9DC !important;
    }

.modal-header {
    border-bottom: none !important;
}

.modal-content .form-control {
    background-color: transparent !important;
    color: #000000 !important;
    border: 1px solid #B3B3B3;
}

    .modal-content .form-control:focus {
        background-color: transparent !important;
        border-color: #57A9DC !important;
        color: #000000 !important;
    }

.modal-content option {
    background-color: #2C2C2C !important;
    color: #B3B3B3 !important;
}

.oasis-logo {
    display: block;
    height: 63px;
    margin: auto;
}

#togglePasswordButton {
    position: absolute;
    cursor: pointer;
    top: 33%;
    right: 4%;
    z-index: 3;
}
