
#ext_mr_login {
    border-bottom: 0.1mm rgba(0, 51, 102) solid;
    padding-bottom: 10px;
}

body {
  overflow: scroll;
  max-height: calc(100vh);
}


a.shib_button {
    border-radius: 2px;
    border: none;
    box-shadow: none;
    padding-top: 1px;
    padding-bottom: 2px;
    background-color: rgba(0, 51, 102);
    color: #FFF;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 1em;
}

a.ext_button {
    border-radius: 2px;
    border: none;
    box-shadow: none;
    padding-top: 1px;
    padding-bottom: 2px;
    background-color: #6685A3;
    color: #FFF;
    width: 100%;
    display: block;
    text-align: center;
}


#login_box a.shib_button, #login_box a.ext_button {
  color: #FFF;
}

#login_box .Question label:not([for="remember"]), 
#login_box .Question .stdwidth {
  width: 100%;
  float: left;
  margin-top: 0.3em;
  padding-right: 10px;
}


#CentralSpaceLogin {
  margin: 100px 40%;
  padding: 0;
  width: 400px;
  text-align: left;
  position: relative;
}

#login_box #language, #login_box #user_local_tz {
  width: 100%;
}

#login_box h1 {
  font-size: 1em important!;
}

