/* login styles */

.loginBox table {
    background: transparent;
}

.loginBox {
    line-height: 150%;
}

.loginBox label {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 0px 5px;
}

.loginBox table{
    white-space: nowrap;
}

input[type=text] {
    height: 50px;
    width: 220px;
}

input[type=password] {
    height: 50px;
    width: 220px;
}

button#sysverb_login {
    margin-top: 15px;
    font-size: 18px;
    color: #FFF;
    border: medium none;
    height: 50px;
    width: 220px;
    background-color: #A6192E;
}

#outputmsg_error {
    background-color: none;
    color: #ff0000;
}

div#forgot_password {
    margin-top: 15px;
}
div[id=forgot_password] a {
    color: #A6192E;
    text-decoration: underline;
    position: relative;
    left: 41%;
}

.loginTextHeader {
    text-align: center;
    color: #a6192e;
    font-size: 150%;
    font-weight: bold;
}

.loginTextpolicy {
    text-align: center;
    margin: 0;
    padding: 0;
}

.loginTextpolicyContainer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.caption {
  display: none;
}

a#loginPolicy {
    color: #a6192e;
}

form#loginPage {
  margin: 0% 37% 0% 37%;
}

/* end login styles */
