﻿ html, body 
{
    background-color: #f3f3f3;
}
body
{
    margin-top: 10%;
    min-width: 0px;
}

.appWatermark
{
    display: none;
}

.well
{
    background: #fff;
    border: 1px solid #e5e5e5;
    -webkit-box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
    box-shadow: rgba(200,200,200,0.7) 0 4px 10px -1px;
}

.well .hide
{
    display: none;
}            

.control-group label.lbl
{
    font-size: 14px;
    line-height: 20px;
}

div.row-fluid input[type="text"]
, div.row-fluid input[type="password"]
, div.row-fluid select
, div.row-fluid textarea
{
    width: 97.5%;
    font-size: 16px;
    line-height: 24px;
    height: 36px !important;
}

.login-form h2,
.login-form h3
{
    /*text-shadow: 1px 1px 0px rgba(0,0,0,0.3);*/
}
            
.login-form .req
{
    display: none;
}

.login-form .forgot-password-link
{
    color: #999;
}

.login-form button[type="submit"]
{
    font-size: 14px;
}

.login-form button[type="submit"] i
{
    margin-top: 2px;
}
.login-form .btn.icon.iconRight.content > i:last-child
{
    margin-left: 8px;
}

.login .secure-seal
{   
    float: right; 
    height: 36px; 
    margin-top: 0px;
}

/**********************************************************/

.passwordRecovery
{
    width: 100%;
    table-layout: fixed;
    font-size: 14px;
    line-height: 18px;
    position: relative;
}
.passwordRecovery .alert
{
    margin-top: 0px;
    margin-bottom: 10px;
    text-align: left;
}
.passwordRecovery .alert-error
{
    color: #b94a48 !important; 
}
.passwordRecovery .title
{
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 27px;
    text-align: left;
    display: block;
}
.passwordRecovery .instructions
{
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0px;
    display: block;
    color: #999;
    text-align: left;
}
.passwordRecovery .label
{
    padding-left: 0px;
    margin-top: 10px;
    margin-bottom: 3px;
    background-color: #fff;
    font-size: 14px;
    display: block;
    color: #666;
    font-weight: normal;
    text-shadow: none;
}
.passwordRecovery .label label
{
    font-size: 14px;
    display: block;
    color: #666;
    font-weight: normal;
    text-shadow: none;

}
.passwordRecovery .text 
{
    width: 96%;

    font-size: 16px;
    line-height: 24px;
    height: 26px;
}
        
.passwordRecovery .validator
{
    position: absolute;
    right: 8px;
    z-index: 10;
    font-size: 24px;
    margin-top: 12px;
    color: #b94a48;
}
            
.passwordRecovery .btn
{
    margin-top: 8px;
}


/**********************************************************/

.change-password,
.change-password table
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}

.change-password table tr td:first-child
{
    vertical-align: top;
    width: 30%;
}

.change-password table td 
{
    padding: 3px;
}

.change-password table td label
{
    line-height: 35px;
    font-size: 14px;
    color: #666;
}

.change-password .title 
{
    color: #555;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 5px;
    display: block;
    text-align: center;
}

.change-password .hide
{
    display: none;
}

div.row-fluid .change-password input[type='password']
{
    width: 93% !important;
}

.change-password .validator
{
    position: absolute;
    right: 12px;
    z-index: 10;
    font-size: 24px;
    margin-top: 12px;
    color: #b94a48;
}

.change-password .failure,
.change-password .success 
{
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        background-color: #fcf8e3;
        border: 1px solid #fbeed5;
        -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
                border-radius: 4px;
}

.change-password .failure 
{
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    padding: 8px;
}
.change-password .success
{
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 8px;
}


.change-password .continue
{
    margin-top: 7px;
}

@media (max-width: 480px)
{
    body, form
    {
        padding: 0px;
        margin: 0px;
    }

    .container-fluid
    {
        padding-left: 0px;
        padding-right: 0px;
    }

    .container-fluid .well
    {

    }

    .login-form button[type="submit"]
    {
        display: block;
        width: 100% !important;
        margin-bottom: 8px;
        height: 36px;
    }
}