#page h1{
    font-weight:200;
}

#page{
    margin:auto;
    max-width: 1384px;
    padding:30px 20px 20px 20px;
    min-height: calc(100vh - 148px);
}

#page-title{
    font-size:34px;
    width: 440px;
    margin:auto;
    text-align:center;
    max-width:100%;
}

#page-title i{
    color:#0F9D58;
    margin-right:10px;
}

@media (max-width: 992px) /* XS */
{
    #page-title{
        margin-top: 10px;
        border-top: none;
        padding-top: 0;
    }

    .login-box{
        margin-bottom:40px !important;
    }

    #page-subtitle{
        border-bottom: none;
        margin-bottom:0;
    }
}

@media (min-width: 992px) /* LG */
{
    #page-title{
        margin-top:30px;
        padding-top: 20px;
        margin-bottom:0;
    }

    .login-box{
        margin-bottom:100px !important;
    }

    #page-subtitle{
        border-bottom: 1px solid #dddddd;
        margin-bottom: 40px !important;
    }
}

#page a{
    color:#2a2a34;
}

#page-subtitle{
    margin-bottom:50px;
    font-size:20px;

    text-align:center;
    padding-bottom: 10px;
    margin: auto;
    width: 440px;
    max-width:100%;
    padding-top: 5px;
    color: #626262;
    padding-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.login-box{
    margin: auto;
    padding: 20px;
    border: 1px solid #dddddd;
    border-radius: 6px;
    margin-top: 30px;
    margin-bottom: 10px;
    width:580px;
    max-width:100%;
}

.modal-footer
{
    padding-bottom: 0;
    margin-top: 20px;
    padding-bottom: 0;
    margin-botom: 0;
    border-top: .3rem solid #f1f4f6;
    font-style: italic;
}

.modal-footer p
{
    width:100%;
    margin: 0;
    text-align:center;
}

.modal-footer a
{
    color:#2a2a34 !important;;
}

.btn-forgot-password{
    color:#2a2a34;
}

#login-link{
    color:#dc3545!important;
}

.nosidepad{
    padding-left: 0;
    padding-right: 0;
}

#btn-sign-in{
    width:100%;
    border: 1px solid #ced4da;
    padding-top: 10px;
    padding-bottom: 10px;
    background: #dc3545!important;
    color: #fff;
    border-radius:25px;
}

#login-password{
    border-top-right-radius: 0;
}

#login-password-icon-layout
{
    cursor:pointer;
    margin-right:0;
}

#login-pw-icon-box
{
    border-top-right-radius: .25rem;
    border-left: 0 !important;
    border-bottom-right-radius: .25rem !important;
    background-color:transparent;
}

#reg-username-icon-layout{
    margin-right:0;
}

#reg-username-icon-box
{
    border-top-right-radius:.25rem;
    border-bottom-right-radius: .25rem !important;
    background-color:transparent;
    border-left: 0;
}

.frm-important-note
{
    margin-top: 3px;
    color: #dc3545!important;
    display:block;
    margin-bottom:10px;
}

#reg-email-icon-box{
    border-top-right-radius:.25rem;
    border-bottom-right-radius: .25rem !important;
    background-color:transparent;
    border-left: 0;
}

#reg-email-icon-layout{
    margin-right:0;
}

#email-group{
    margin-bottom:0;
}