﻿body {
    line-height: 1.428571429;
    color: #333333;
    background-color: #F0F3F7;
    background-repeat: no-repeat;
    background-size: inherit;
}

.login-container {
    margin-top: 13%;
    margin-bottom: 5%;  
    text-align: center;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .login-container {       
        width: 95%;
    }

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .login-container {
        width: 95%;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .login-container {
        width: 95%;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .login-container {
        width: 50%;
    }
}

.login-form-1 {
    padding-top: 5%;
    /*background-color: #FFFFFF;*/
    background-color: #f0f3f7;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}


    .login-form-1 h3 {
        text-align: center;
        color: #333;
    }

.login-form-2 {
    padding: 5%;
    background-size: cover;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 9px 26px 0 rgba(0, 0, 0, 0.19);
}

    .login-form-2 h3 {
        text-align: center;
        color: #fff;
    }

.login-container form {
    padding: 10%;
    height: 100%;
}

.login-form-2 .ForgetPwd {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: #0062cc;
    font-weight: 600;
    text-decoration: none;
}

@media screen and (max-width: 600px) {
    .login-form-2 {
        visibility: hidden;
        clear: both;
        float: left;
        margin: 10px auto 5px 20px;
        width: 28%;
        display: none;
    }
}


@media (min-width: 576px) {
    .navbar-inverse .navbar-nav .nav-link {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }
}

.nav-link {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
}

@font-face {
    font-family: 'USPSIMBCompact';
    src: url('../fonts/USPS4/USPSIMBCompact.ttf') format('truetype');
}

@font-face {
    font-family: 'USPSIMBStandard';
    src: url('../fonts/USPS4/USPSIMBStandard.ttf') format('truetype');
}
