﻿body {
    line-height: 1.428571429;
    color: #333333;
    background-color: #F0F3F7;    
    background-repeat: no-repeat;
    background-size: inherit;
}

.login-container {
    margin-top: 10%;
    margin-bottom: 5%;
    width: 500px;
    text-align: center;
}

.login-form-1 {
    padding: 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;
    }
}

@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');
}
