﻿.BoxWrapper {
    background: #DADADA; /* fallback for old browsers */
    border-radius: 2px;
    box-shadow: 3px 3px 6px #dadada;
    margin: 10px auto;
    padding: 6px;
    z-index: 10;
}
.BoxInner {
    text-align: center;
    padding: 10px;
    background-color: white;
    color: black;
    z-index: 1;
    overflow: hidden;
}
.BoxInner a {
    font-weight: bold;
    text-decoration: underline;
}
/*Commented to correctly display text in sign in button, didn't immediately see other impacts'*/
/*.BoxInner input {
    color: black;
}*/

@media only screen and (min-width: 992px) {
    .label-login {
        float: left;
    }
}
.loginInputRow {
    margin-bottom: 5px;
    margin-left: 15px;
    margin-right: 15px;
}

.input-login {
    text-align: left;
}

.label-login {
    text-align: right;
    width: auto;
}

div#LoginBox p {
    text-align: center;
}
div#LoginBox a {
    color: #005EA7;
    font-weight: bold;
}

div#LoginBox table {
    margin: 0 auto;
}

.signInButton {
    max-width: 100%;
    white-space: pre-wrap !important;
}

/*Stuff specific to forgot password page*/
div#ForgotPasswordBoxWrapper {
    width: 500px;
    max-width: 100%;
}

.btn-login {
    float: none;
}

.DisplayTable {
    display: table;
    width: 100%;
}

    .DisplayTable > * {
        display: inline-block;
        vertical-align: middle;
    }

    .DisplayTable > strong {
        margin-right: 15px;
    }