body.new-login, body.new-password {
  font-family: 'Ubuntu', sans-serif;
  color: #ffffff;
  background-color: #16b4fd;
  text-align: center;
  padding-bottom: 50px; }

.new-login fieldset, .new-password fieldset {
  text-align: left;
  margin: 0 auto;
  width: 400px;
  border: none; }
.new-login .login-success, .new-password .login-success {
  text-align: center;
  margin: 0 auto;
  width: 800px;
  border: none;
  font-size: 24px; }
.new-login h3, .new-password h3 {
  font-size: 24px;
  font-weight: 100; }
.new-login input, .new-password input {
  border: none !important;
  border-bottom: 1px solid #5bd1ff !important;
  background-color: #16b4fd !important;
  font-size: 20px !important;
  color: #ffffff !important;
  padding: 5px !important;
  margin-bottom: 30px !important;
  margin-top: 10px !important;
  width: 100% !important; }
.new-login a:hover, .new-password a:hover {
  color: #ffffff; }
.new-login input:focus, .new-password input:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #5bd1ff !important; }
.new-login label, .new-password label {
  font-weight: 900;
  margin-bottom: 15px;
  font-size: 18px; }
.new-login .smaller_font, .new-password .smaller_font {
  font-size: 14px; }
.new-login .submit-image, .new-password .submit-image {
  cursor: pointer;
  margin-bottom: 30px;
  width: 250px; }
.new-login .logo-image, .new-password .logo-image {
  margin: 30px; }
.new-login .form_title, .new-password .form_title {
  color: #ffffff;
  font-size: 24px;
  text-decoration: none; }
.new-login .recovery, .new-password .recovery {
  color: #ffffff;
  font-size: 16px;
  text-decoration: none; }
.new-login .error, .new-password .error {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ff7878;
  padding: 10px; }
.new-login .ie-warning, .new-password .ie-warning {
  width: 100%;
  margin-bottom: 20px;
  background-color: #ffc044;
  padding: 10px; }
.new-login .location, .new-password .location {
  border: 1px solid white;
  border-radius: 10px;
  width: 300px;
  display: inline-block;
  padding: 30px;
  margin: 10px;
  cursor: pointer;
  font-size: 28px;
  background-color: #16c8fd; }
.new-login .login-button, .new-password .login-button {
  width: fit-content;
  min-width: 250px;
  max-width: 340px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  background: linear-gradient(to bottom, #ffffff, #f6f6f6);
  border-radius: 25px;
  border: none;
  color: #16b4fd !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 20px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border 0.2s ease; }
.new-login .login-button:hover, .new-password .login-button:hover {
  background: linear-gradient(to bottom, #f6f6f6, #ffffff);
  color: #16b4fd !important; }
