#msl_toolbar {
height: 30px;
}

#ctl00_ctl00_Main_AdminPageContent_chkPreApproved_fp {
display: none;
visibility: none;
}

#ctl00_ctl00_Main_AdminPageContent_ddQuestionType_dd option[value=ImageUpload] { 
    display:none;
}

/* LOGIN PAGE
/login */

.login-page #ctl00_ctl17_lblUserName, #ctl00_ctl17_lblPassword, .mslwidget .sidepanel .msl_warning {
    display: block;
    color: #fff;
    font-size: 16px;
}

.mslwidget .sidepanel .msl_warning {
    color: #000 !important;
}

    .login-page .well {
        padding: 15px 40px;
        background-image:none;
        border:none;
    }
    
    .login-page .well-button-col {
        margin-top:20px;
    }
    
@media (min-width:992px) {
    .login-page .well-button-col {
        margin-top:80px;
    }
}
    .login-page .staff-login-well {
        background-color: #3F366F;
    }
    
    .login-page .student-login-well {
        background-color:#E86A54;
    }
    
    .login-page .guest-login-well {
        background-color:#357B73;
    }

.login-page .mslwidget .sidepanel .textbox {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.login-page .mslwidget .sidepanel .button {
    color: #fff;
    background-color: #357b73;
    border-color: #357b73;
    margin: 0px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 10px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width:100%;
}


.login-page .mslwidget .sidepanel .button:hover, .login-page .mslwidget .sidepanel .button:focus, .login-page .mslwidget .sidepanel .button:active {
    background-color: #255a54;
    color: #fff;
}

@media (max-width:992px) {
    .login-page .mslwidget .sidepanel .button {
        width:100%;
    }
}

.login-page #ctl00_ctl17_lnkForgottenPassword {
    margin-top: 20px;
    display: block;
}

.login-page .btn-uni-login a {
    font-size:18px !important;
}

.login-page .account_login_title p {
margin: 1% 2% 1% 2%;
}

.login-page .login_content_2017 p, .login_content_2017 a {
color: #fff;
}

.login-page .login_content_2017 {
margin-bottom: 5%;
}
.login-page .msl_notification  {
    background-color: #337ab7;
}

.login-page .msl-sso-login-link:hover {text-decoration:none;
}

.login-page .staff-login-well label {
    color:#fff;
}

/* GUEST REGISTER PAGE 
/account/register/guest */

#register .form_title {
    color: #393b40;
    font-size: 32px;
    margin-bottom: 30px;
    padding:0px;
    background: none;
    border-bottom: none;
}

#register .vp_form .vpFormPair, #register .vp_form .vpFormSubmit {
    font-size: 16px;
}

#register .vp_form .vpFormSubmit {
    background: none;
    border: none;
    padding:10px;
    margin:0px;
    margin-top: -20px;
}

#register .vp_form input.textbox {
    width:100%;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#register .vp_form input.button {
    margin: 0px;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#register .vp_form input.button_submit {
    color: #fff;
    background-color: #357b73;
    border-color: #357b73;
}

#register .vp_form input.button_submit:hover, #register .vp_form input.button_submit:focus, #register .vp_form input.button_submit:active {
    background-color: #255a54;
}

#register .vp_form input.button_cancel {
    color: #fff;
    border: 1px solid #d11a2a;
    background: #d11a2a;
}

#register .vp_form input.button_cancel:hover, #register .vp_form input.button_cancel:focus, #register .vp_form input.button_cancel:active {
    background: #b11422;
}