:root
{
  --accessible_blue: #3172ae;
  --login_width: 350px;
}


body{
  background-color: #3172ae;
  background-color: var(--accessible_blue);
}

#login_back
{
  margin-left:auto;
  margin-right:auto;
 font-family: "Whitney SSm A","Whitney SSm B";
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #3172ae;
  color:var(--accessible_blue);
  cursor:pointer;
}


.tufts-login-choice-button {
  width: 255px;
  height: 45px;
  border-radius: 4px;
  margin: 20px;
  margin-left:auto;
  margin-right:auto;
display: table;
cursor:pointer;
}

#mySites .tufts-login-choice-button {
  width: 100%;
  max-width: calc(100% - .5em);
}


.guest-login-back{
  background-color: #777777;
}
.tufts-login-back{
  background-color: #3172ae;
  background-color: var(--accessible_blue);

}

.tufts-login-choice-button a, .tufts-login-choice-button p {
  font-family:"Whitney SSm A","Whitney SSm B";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
    display: table-cell;
    vertical-align: middle;
}


#whats_my_login {
 max-width:255px;
 margin-left: auto;
 margin-right: auto;
 margin-top: 30px;
 margin-bottom: 30px;
}

#whats_my_login > p {

font-family: "Whitney SSm A","Whitney SSm B";
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #333333;
}

#whats_my_login > p.blue {
  font-family: "Whitney SSm A","Whitney SSm B";
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #3172ae;
  color: var(--accessible_blue);
  cursor:pointer;
  padding-top:5px;
  padding-bottom:5px;
}

#for_your_security {
  font-family: "Whitney SSm A","Whitney SSm B";
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  margin-top:50px;
  width: 276px;
}


#loginButton
{
display:block;
width:100%;
height:45px;
 font-family: "Whitney SSm A","Whitney SSm B";
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;

}
a#forgot-password{
margin:0px;
}
#footer{
display:none;
}


#login
{
  margin-top: 8%;
  padding: 15px;
  background-color: white;
  border-radius: 4px;
}
