/* =====================================
 * REV 3.0 WEB APPLICATION
 * ======================= 
 * Theme Name: Audi
 *
 * Copyright 2018  
 * Contributing Author: BI Worldwide
 * 
 * This file contains styles related to login page
 ===================================================================*/

/*======================================
[ CSS Table of contents ]
01. Importing Custom Fonts
02. Global CSS
03. Login Page Styles
04. Footer
05. Page Responsive
========================================*/


/* ======================================
 * 01. IMPORTING CUSTOM FONTS
 * =====================================*/

@font-face {
    font-family: "AudiType-ExtendedNormal";
    src: url('../fonts/AudiType-ExtendedNormal.eot');
    src: url('../fonts/AudiType-ExtendedNormal.eot?#iefix') format('eot'), url('../fonts/AudiType-ExtendedNormal.woff') format("woff"), url('../fonts/AudiType-ExtendedNormal.ttf') format("truetype");
    font-weight: 400;
    font-style: normal;
}

/* ======================================
 * 02. GLOBAL CSS
 * =====================================*/
html {
    height: 100%;
}

body {
    min-height: 100%;
    position: relative;
    background: url(../img/login-bg.jpg) no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
}

    body::after {
        content: '';
        display: block;
        height: 0;
    }

a, a:hover {
    color: #BB0A30;
    text-decoration: none;
}

.btn {
    border-radius: 0;
    padding: .275rem .75rem;
    font-size: 0.9rem;
    font-family: verdana;
}

    .btn.btn-primary {
        background: #8A8D8F;
        border-color: #8A8D8F;
    }

.container {
    max-width: 1140px;
    font-family: verdana;
}

input {
    font-family: verdana;
    color: #8C9093;
    /*font-size: 0.75rem !important;*/
}

/* ======================================
 * 03. LOGIN PAGE STYLES
 * =====================================*/
.login {
    position: inherit;
}

.login-wrapper {
    border: 0;
    border-radius: 0;
    background: rgba(0,0,0,0.75);
    min-height: calc(100vh - 5rem);
}

    .login-wrapper .header {
        height: 6.25rem;
        background: #ffffff;
        position: relative;
    }

        .login-wrapper .header img {
            max-height: 6.5rem;
            max-width: 100%;
            padding: 1rem 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

    .login-wrapper .login-body {
        padding-bottom: 50px;
    }

        .login-wrapper .login-body .form-signin {
            padding: 1rem 3.5rem 0;
        }

        .login-wrapper .login-body .title {
            font-family: "AudiType-ExtendedNormal";
            text-align: center;
            color: #FCFCFC;
            font-size: 2.7rem;
            text-shadow: 0px 0px 134px white, 0px 0px 0em white, 0px 0px 0.2em white;
            letter-spacing: -1px;
        }

            .login-wrapper .login-body .title span {
                font-size: 1.5rem;
                position: relative;
                bottom: -10px;
            }

        .login-wrapper .login-body .input-wrap {
            margin: 1.5rem 0;
            text-align: center;
        }

            .login-wrapper .login-body .input-wrap input {
                border-radius: 0;
                text-align: center;
                height: 2rem;
            }

        .login-wrapper .login-body .forgot-link {
            font-size: 1rem;
            font-family: verdana;
            margin-top: 1rem;
            color: #999999;
            text-align: center;
        }

            .login-wrapper .login-body .forgot-link a {
                color: White;
            }

.login_cntl {
    width: 100%;
}

.failuretext {
    color: #ff0000 !important;
    text-decoration: none;
    text-align: -webkit-center;
}

.login_box {
    background: rgba(255,255,255,1);
    border-radius: 7px;
    box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.9);
    padding: 1rem 3.5rem 1rem;
}

.backButtonFP {
    background: url('../img/Backward-Arrow.png') no-repeat 0 0;
    border: 0;
    height: 41px;
    width: 41px;
    background-size: contain;
    float: right;
}

.dvbackButton {
    padding: 1rem 1rem;
}

.form-control {
    padding: .25rem .75rem;
}


/* ======================================
 * 04. FOOTER
 * =====================================*/
.footer {
    padding: 0px 20px;
    height: 5rem;
    background: #ffffff;
    bottom: 0;
    position: relative;
}

    .footer .copyright {
        font-size: 11px;
        font-family: verdana;
        margin: 0.5rem 0;
    }

    .footer .footer-links {
        width: 100%;
        text-align: center;
    }

        .footer .footer-links .link-wrapper {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: 100%;
        }

            .footer .footer-links .link-wrapper a {
                display: inline-block;
                padding: 0 0.8rem;
                font-size: 0.8rem;
                font-family: verdana;
                font-weight: bold;
                text-align: center;
            }

/* ======================================
 * 05. ACTIVATION PAGE STYLES
 * =====================================*/
.activation-wrapper, .TACProfileActivation-wrapper {
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255, 1);
    min-height: calc(100vh - 5rem);
    height: 100%;
}

    .activation-wrapper .header {
        height: 6.25rem;
        background: #ffffff;
        position: relative;
    }

        .activation-wrapper .header img {
            max-height: 6.5rem;
            max-width: 100%;
            padding: 1rem 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            margin: auto;
        }

.TACProfileActivation-wrapper {
    width: max-content;
    height: max-content;
}

.activation-group-wrapper {
    margin: .25rem 0;
}

.input-wrap-activation {
    margin: 0rem 1rem .5rem;
    font-size: small;
}
    .input-wrap-activation input {
        border-radius: 0;
    }

.chkTC input {
    margin: 0rem .5rem 0;
}

.chkTC label {
    width: 75%;
    display: contents;
}

.activation-label {
    font-weight: bold;
    text-align: center;
}

.activation-button {
    margin-top: .5rem;
}

.activation-form-control {
    display: block;
    width: 100%;
    padding: .25rem .75rem 0rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/* ======================================
 * 06. DEFAULT CONTACT US PAGE STYLES
 * =====================================*/
.contactus-group-wrapper {
    margin: .25rem 0;
    color: whitesmoke;
}

.input-wrap-contactus-left {
    margin: 0rem 1rem 0;
    font-size: small;
}

.input-wrap-contactus {
    margin: 0rem 1rem 0;
    text-align: center;
}

    .input-wrap-contactus input {
        border-radius: 0;
        text-align: center;
    }

.rcb-control-contactus {
    width: 280px !important;
}

.dvCaptcha {
    padding-left: 16px;
    font-size: small;
}

/* ======================================
 * 07. PAGE RESPONSIVE
 * =====================================*/
@media (max-width: 979px) {
    body {
        background-attachment: fixed;
    }
}

@media (max-width: 575px) {
    .login {
        margin: 0;
        padding: 0;
    }

    .login-wrapper .header {
        height: 3.125rem;
    }

    .login-wrapper .login-body .form-signin {
        padding: 1rem 1.5rem 0;
    }

    .login-wrapper .login-body .title {
        font-size: 2rem;
    }

        .login-wrapper .login-body .title span {
            font-size: 2rem;
            bottom: 0;
        }

    .login-wrapper .login-body .forgot-link {
        font-size: 0.725rem;
    }

    .login-wrapper .header img {
        max-height: 4.313rem;
    }

    .login-wrapper .login-body {
        margin-top: 50px;
    }

    .footer .footer-links .link-wrapper a {
        padding: 0 0.6rem;
        font-size: 0.7rem;
    }
}
