html, body
{
    height: 100%;
}

#logon-container h3 {
    font-size: 15px;
    font-weight: normal;
}

#logon-container .resetpassword-fields h2 {
    font-size: 15px;
    font-weight: normal;
    color: #808080;
}

#logon-container h1 {
    background: transparent url('images/keys.png') no-repeat;
    padding-left: 90px;
    line-height: 76px;
    margin-bottom: 30px;
    color: #333;
}

.container
{
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
}

.row
{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    padding-top: 106px;
    padding-bottom: 106px;
}

.form
{
    max-width: 500px;
    margin: -106px auto 0;
}

.glyphicon-refresh
{
    cursor: pointer;   
}
.glyphicon-volume-down
{
    cursor: pointer;    
}
.form-captcha-btns {
    width: 16px;
    padding-left: 3px;
}
.form-captcha-btns .glyphicon {
    background: none;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    width: 18px;
    height: 18px;
    padding: 0;
    margin: 0;
}


.text-danger
{
    font-size: 14px;
}

.loading
{
    margin-left: 5px;
}

@media (max-width: 767px)
{

    #logon-container h1 {
        background-image: url('images/keys-small.png');
        padding-left: 45px;
        line-height: 38px;
        font-size: large;
        color: #333;
    }

    #logon-container h3 {
        font-size: 14px;
    }
}
