.remember_me_container {
  text-align: left;
  margin-left: 6px;
  margin-top: 15px;
  width: 100%;
  display: flex;
}
#remember_me {
  height: 17px;
  width: 17px;
}
.remember_me_container label {
  margin-left: 10px;
  margin-top: 2px;
  vertical-align: middle;
  flex-grow: 1;
  font-weight: 400;
  color: #555;
}
.two_factor_authentication_message_wrapper {
  padding-right: 50px;
}
.two_factor_authentication_message_help_button {
  position: absolute;
  right: 0px;
  margin-right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
