﻿html {
    height: 100%;
}

body {    

    height:100%;
}
.body-content {
    height:100%;
}
#form1 {
    height: 100%;
}

#masterWrapper {
    height: 100%;
}


.loginpage-wrapper {
    display: table;
    height: 100%;
    width: 100%;
    font-size: 12px;
}

.loginpage-content {
    display: table-cell;
    vertical-align: middle;
}

    .loginpage-content .login-inner-wrapper {
        margin: 0 auto 160px;
        width: 400px;
    }

#header {
    margin: 0;
}

.header-wrapper {
    background: transparent none repeat scroll 0 0;
    border-bottom: medium none;
    height: 110px;
}

#masterContent {
    background-color: transparent;
    margin: 0 auto;
}

.login-wrapper {
    background: #fff none repeat scroll 0 0;
    color: #666;
    font-weight: normal;
    font-size: 12px;
    border: 1px solid #cbcbcb;
    border-radius: 5px;
    margin: 12px 0 0;
    padding: 20px;
}

.login-anreq-message {
    color: #000;
}

    .login-wrapper div.login-anreq-message p span span {
        color: rgb(184, 49, 47);
    }

body.portal .login-wrapper {
    margin: 4px 0 0;
}
    body.portal .login-wrapper .alert li {
        margin: 8px 0;
    }


img.footer-logo {
    display: none;
}

.footer-right-col {
    text-align: right;
    color: #666;
}

.login-form-field > label {
    display: block;
    float: none;
    font-size: 14px;
    line-height: 23px;
    padding-right: 10px;
    text-align: left;
    text-transform: none;
    width: auto;
    font-weight:normal;
}

.login-form-button {
    text-align: center;
}

.login-button {
    background: #0093d0 none repeat scroll 0 0;
    border-radius: 2px;
    box-shadow: 1px 1px 3px #ccc;
    color: #fff;
    display: block;
    font-size: 20px;
    margin: 24px 0 12px;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    width: 359px;
    border: none;
    cursor: pointer;
}

    .login-button:hover {
        opacity: .8;
        color: #fff;
        box-shadow: 1px 1px 3px 1px #aaa;
        text-decoration: none;
    }

.login-page .ari-anon-logo {
    margin-top: 15px;
    width: 270px;
}


.login-form-field {
    margin: 4px 0;
    padding-top: 7px;
}


.no-label {
    margin-left: 88px;
}


.login-form-button.no-label > input {
    margin-right: 6px;
}


.login-form-button {
    padding-top: 10px;
}

.login-forgot {
    text-align:center;
}


@media (max-width: 420px) {
    .loginpage-content .login-inner-wrapper, .login-button {
        width: 100%;
    }
    .login-wrapper {
        border-radius:0;
    }
}

.footer-wrapper {
    text-align: center;
    margin-top: 10px;
    line-height: 17px;
}