﻿body {
    /*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #F0F3F7;*/
    /*background-image: url(../Content/images/RI-StateHouse.jpg);*/
    /*background-repeat: no-repeat;
    background-size: cover;*/

    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 18px;
    /*font-weight:bold;*/
    color: black;
}

.login-container {
    margin-top: 8%;
    margin-bottom: 5%;
    width: 500px;
    /*text-align: center;*/
}

.chgpass-container {
    margin-top: 8%;
    margin-bottom: 5%;
    width: 850px;
    /*text-align: center;*/
}



.login-container form {
    padding: 10%;
    height: 100%;
}

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: #fff;
    background-color: #0062cc;
}

.login-form-2 .btnSubmit {
    font-weight: 600;
    color: #0062cc;
    background-color: #fff;
}

.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');
}
