body {
  background: #222;
  font: 12px/1.7em arial, sans-serif;
  padding-top: 75px;
  height: 100vh;
  overflow-y: hidden;
}

#login {
  width: 400px;
  position: absolute;
  left: 50%;
  margin-left: -200px;
}

#login h1 {
  width: 250px;
  height: 32px;
  margin: 0 auto 0.75em;
  color: #fff;
  text-align: center;
}

#server_error {
  background: #ff2f2f;
  width: 400px;
  border: 1px solid #a40000;
  overflow: hidden;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  margin-bottom: 20px;
}

#login_error {
  display: none;
  background: #ff2f2f;
  width: 400px;
  border: 1px solid #a40000;
  overflow: hidden;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  margin-bottom: 20px;
}

#login_error .error,
#server_error .error {
  padding: 10px;
  color: #fff;
  font: bold 12px Arial;
}

#login_panel {
  background: #fff;
  width: 400px;
  border: 1px solid #ccc;
  overflow: hidden;

  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;

  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}

#login_panel .login_fields {
  padding: 30px 30px;
}
#login_panel .login_fields input {
  text-align: center;
}
#login_panel .login_fields input {
  padding: 15px;
  border-radius: 10px;
  text-align: left;
  font-size: 15px;
  width: 310px;
}

#login_panel .field {
  margin-bottom: 1.75em;
}
#login_panel .field:last-child {
  margin-bottom: 0.85em;
}

#login_panel .field label {
  font-weight: bold;
  display: block;
  position: relative;
}
#login_panel .field label small {
  position: absolute;
  right: 0;
  top: -2px;
}
#login_panel .field label small a {
  color: #999;
}

#login .login_actions {
  background: #e8e8e8;
  width: auto;
  padding: 30px;
  border-top: 1px dotted #ccc;
}

.login__container {
  margin-top: 20px;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 5px;
}

.login__container p {
  font-size: 14px;
  color: rgb(139, 139, 139);
  margin-bottom: 10px;
}

.btn-auth {
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 15px;
  border-radius: 10px;
  background-color: #5eba7d;
  color: #ffffff;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.2) 1px 1px 5px 0px !important;
}

.btn-auth:hover {
  /* background: rgba(9, 30, 66, 0.02) none repeat scroll 0% 0% !important; */
  background-color: #89dfa5;
}

.btn-auth--icon {
  display: flex;
}

.btn-auth--icon svg {
  width: 20px;
  height: 20px;
}

.btn-auth--text {
  flex: 1;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.login_panel {
  background-color: #ffffff;
  padding: 30px 30px;
  border: none;
  border-radius: 20px;
}

.login_panel .login_fields {
  text-align: center;
}

.login_panel legend {
  text-align: center;
  font-size: 20px;
  border: none;
  margin-top: 20px;
  font-weight: bold;
}

.login_panel p {
  text-align: center;
  font-size: 15px;
  border: none;
  margin-bottom: 20px;
}

.login_panel .form-input {
  text-align: left;
  padding: 15px 10px;
  border-radius: 10px;
  font-size: 20px;
}

.login_panel .otp {
  width: 50%;
  font-weight: bold;
  text-align: center !important;
}

.login_panel .email {
  padding: 15px 10px;
  width: 90%;
  text-align: left !important;
  font-size: 15px;
}

.login_panel label {
  text-align: left;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.login_panel .btn-verify {
  margin-top: 20px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #5eba7d;
  color: #ffffff;
  border: none;
  width: 60%;
  font-size: 15px;
  margin-bottom: 20px;
}

.login_panel .btn-verify:hover {
  background-color: #89dfa5;
  color: #ffffff;
}

.login_panel .btn-reset-pass {
  margin-top: 20px;
  text-align: center;
  padding: 20px;
  border-radius: 10px;
  background-color: #5eba7d;
  color: #ffffff;
  border: none;
  width: 95%;
  font-size: 15px;
  margin-bottom: 20px;
}

.login_panel .btn-link {
  text-align: center;
  width: 100%;
}

/* The checkbox */
.checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
