body {
    background-color: #F4F4F4;
}

.main-sub-header {
    width: 100%;
    min-width: 1024px;
    height: 47px;
    background-color: #ffffff;
    position: relative;
    margin-top: 72px;
}

.main-sub-header-logo {
    max-height: 100%;
    max-width: 100%;
    width: 172px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 32px;
    margin: auto;
    background: url('../Reskin/Content/dm-ui/img/dm-footer-logo.svg') center center no-repeat;
}

#txbErrorMessage {
    background-color: #F4F4F4;
}

.student-login-box {
    width: 872px;
    background-color: #FFFFFF;
    margin: 50px auto 0px auto;
    padding: 10px;
    color: #6A6D6D;
    font: normal 12px arial;
    display: block;
    position: relative;
}

.student-login-header {
    font: bold 20px arial;
    color: #3D3F3F;
    text-align: center;
    margin-bottom: 40px;
    padding-top: 20px;
}

.student-login-required {
    font: normal 16px arial;
    color: #BA0E10;
    margin-left: 2px;
}

.student-login-textbox {
    width: 220px;
    font: normal 14px arial;
    color: #000000;
    height: 22px;
}

.student-login-dropdown {}

.student-login-line-left {
    border-right: 1px solid #898D8D;
    width: 4%;
    height: 100%;
    display: inline-block;
}

.student-login-line-right {
    width: 4%;
    height: 100%;
    display: inline-block;
}

.student-login-or {
    text-align: center;
    width: 8%;
    height: 100%;
    display: inline-block;
    font: bold 18px arial;
}

.student-login-or-text {
    padding-top: 30px;
    color: #3D3F3F;
}

.student-login-section {
    display: inline-block;
    width: 45%;
    padding: 0px;
    margin: 0px;
    vertical-align: top;
}

.student-login-caption-block {
    display: inline-block;
    width: 130px;
    padding-left: 20px;
}

.student-login-field-block {
    display: inline-block;
    width: 210px;
}

.student-login-outer-block {
    height: 45px;
    display: block;
    vertical-align: top;
}

.student-login-button-container {
    text-align: center;
}

.student-login-error {
    text-align: center;
    font-weight: bold !important;
    font-size: 13px !important;
    color: #FF0000 !important;
    margin: 24px 0;
}

.student-login-info {
    position: absolute;
    right: 20px;
    top: 20px;
    font: normal 13px arial;
    color: #6A6D6D;
}
