/*-------------------------------------
  Frontier Precision custom stylesheet 
-------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'titilliumregular';
    src: url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html, body {
    font: normal 1.2em 'titilliumregular', sans-serif;
    color: #333;
    background: #9E9E9E url(../images/home/login_bg.jpg) no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

/*-------------------------------------------------------------
                          login-container
  ---------------------------------------------------------------*/
.login-warpper {
    width: 300px;
    min-height: 280px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -242px;
    margin-left: -150px;
}

/* Form Module */
.form-module {
    position: relative;
    background: #a9a9a9;
    max-width: 300px;
    width: 100%;
    border-top: 5px solid #dc3325;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

    .form-module .toggle {
        cursor: pointer;
        position: absolute;
        top: -0;
        left: -0;
        background: #dc3325;
        width: 65px;
        height: 30px;
        margin: -5px 0 0;
        color: #ffffff;
        font-size: 14px;
        line-height: 28px;
        text-align: center;
        margin-left: 5px;
        padding: 0 5px;
        border-bottom-right-radius: 50px;
    }

        .form-module .toggle .tooltip {
            position: absolute;
            top: 5px;
            right: -65px;
            display: block;
            background: rgba(0, 0, 0, 0.6);
            width: auto;
            padding: 5px;
            font-size: 10px;
            line-height: 1;
            text-transform: uppercase;
        }

            .form-module .toggle .tooltip:before {
                content: '';
                position: absolute;
                top: 5px;
                left: -5px;
                display: block;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-right: 5px solid rgba(0, 0, 0, 0.6);
            }

    .form-module .form {
        display: none;
        padding: 20px;
    }

        .form-module .form:nth-child(2) {
            display: block;
        }

    .form-module h2 {
        margin: 0 0 20px;
        color: #33b5e5;
        font-size: 18px;
        font-weight: 400;
        line-height: 1;
    }

    .form-module input {
        outline: none;
        display: block;
        font-size: 13px;
        width: 100%;
        border: 1px solid #d9d9d9;
        margin: 0 0 10px;
        padding: 6px 8px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-weight: 400;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        border-radius: 5px;
    }

        .form-module input:focus {
            border: 1px solid #eee;
            color: #333333;
        }

    .form-module button {
        cursor: pointer;
        background: #b91219;
        width: 100%;
        font-size: 14px;
        border: 0;
        padding: 8px;
        color: #ffffff;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        border-radius: 5px;
    }

        .form-module button:hover {
            background: #da252c;
        }

    .form-module .cta {
        background: #f2f2f2;
        width: 100%;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #666666;
        font-size: 12px;
        text-align: center;
    }

        .form-module .cta a {
            color: #333333;
            text-decoration: none;
        }

.TextSignup {
    float: left;
}

.margin-top-20 {
    margin-top: 25px
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.input-group-addon {
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.fp-title {
    margin-bottom: 3px;
    margin-top: 5px;
    text-align: center;
    color: #fff;
    font-weight: 200;
    font-size: 18px;
}

.app-logo-main {
    text-align: center;
}

    .app-logo-main img {
        max-width: 100%;
    }

.app-version-container {
    color: #fff;
}

.version-titleB {
    font-size: 16px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 2px;
}

.version-titleC {
    font-size: 14px;
    text-align: center;
    margin-bottom: 2px;
    margin-top: 2px;
}

.bdage {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: #dc3325;
    padding: 5px;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.bdage-red {
    color: #fff;
}

.infoRight {
    float: right;
}

.AboutAppInfo {
    position: absolute;
    bottom: 25px;
    right: 25px;
    font-size: 12px;
    color: #2e2e2e;
    max-width: 310px;
    text-align: justify;
    background: #fff;
    line-height: 17px;
    border-radius: 6px;
}


.padding-10 {
    padding: 10px;
}





/*-------------------------------------------------------------
                          Footer
  ---------------------------------------------------------------*/

.footer-dashboard {
    padding-top: 7px;
    border-top: 1px solid #323232;
    font-size: 13px;
    color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
}

    .footer-dashboard a {
        font-size: 13px;
        color: #f1f6fb;
    }


/*--------------------------------------------------------------
                    Responsive Media Query
---------------------------------------------------------------*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width : 767px) {
    .app-logo-main img {
        max-width: 100%;
        height: 60px;
    }

    .login-warpper {
        width: 300px;
        min-height: 280px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin-top: -160px;
        margin-left: -150px;
    }

    .fp-title {
        font-size: 16px;
        font-weight: 200;
    }

    .form-module .form {
        padding: 8px;
    }

    .form-module .cta {
        padding: 6px;
    }

    .footer-login {
        font-size: 12px;
    }

    .margin-bottom-10 {
        margin-bottom: 5px;
    }
}

/*----Login Error messages------*/

.LoginError {
    margin-top: 5px;
    margin-bottom: 0px;
    padding: 8px;
    font-size: 12px;
}

.closeLoginDiv {
    margin-top: -6px;
    opacity: 0.9;
    color: rgb(51, 51, 51);
    font-size: 24px;
}
