@charset "UTF-8";

* a:hover {
  text-decoration: none;
}

body {
  margin: 0;
  height: 100%;
  overflow: hidden;
  width: 100% !important;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  min-width: 945px;
}

.rememberme {
  border-radius: 20%;
}

.backRight {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  background: #32BDEA;
}

.backLeft {
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  background: #32BDEA;
}

#back {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -999;
}

.canvas-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

#slideBox {
  width: 50%;
  max-height: 100%;
  height: 100%;
  overflow: hidden;
  margin-left: 50%;
  position: absolute;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.topLayer {
  width: 200%;
  height: 100%;
  position: relative;
  left: 0;
  left: -100%;
}

label {
  font-size: 0.8em;
  text-transform: uppercase;
}

input {
  background-color: transparent;
  border: 0;
  outline: 0;
  font-size: 1em;
  padding: 8px 1px;
  margin-top: 0.1em;
}

.right * {
  bottom: 7%;
}


.right {
  height: 100%;
  overflow: scroll;
  background: #fcfcfc;
  right: 5%;
  position: absolute;
  box-shadow:
    0 0 2px #32BDEA,
    0 0 3px #1d1d1d,
    0 0 5px #242424;
  overflow: hidden;
  width: 70vh;
}

.right label {
  color: #212121;
}

.right input {
  border-bottom: 1px solid #212121;
}

.right input:focus,
.right input:active {
  border-color: #32BDEA;
}

.right input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset;
  -webkit-text-fill-color: #212121;
}

.right a {
  color: #212121;
}

.right p {
  font-family: "Roboto", sans-serif;
}

.right a:hover {
  color: #32BDEA;
  text-decoration: none;
}

input[type="checkbox"] {
  filter: hue-rotate(335deg) brightness(1.5);

}


.form-submit button {
  border-radius: 50px;
  width: 100%;
}

.form-submit :hover {
  box-shadow:
    0 0 2px #32BDEA,
    0 0 4px #5fd6fd,
    0 0 8px #95e4ff;
  text-shadow:
    0 0 2px #95e4ff,
    0 0 3px rgb(255, 255, 255),
    0 0 5px #95e4ff;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
  width: 80%;
  margin: 0 auto;
  position: relative;
  margin-top: 50px;
}

.fa-eye {
  position: relative;
  bottom: 25px;
  left: 93%;
  cursor: pointer;
  color: rgb(0, 0, 0);
}

.fa-eye-slash {
  position: relative;
  bottom: 25px;
  left: 93%;
  cursor: pointer;
  color: #32BDEA;
  text-shadow: 0 0 1px #239ec7bd,
    0 0 2px #60d6fdbd,
    0 0 3px #b0ebffbd;
}

.content h2 {
  font-weight: 300;
  font-size: 2.6em;
  margin: 0.2em 0 0.1em;
}


.right .content h2 {
  color: #32BDEA;
}

.form-element {
  margin: 1.6em 0;
}

.form-stack {
  display: flex;
  flex-direction: column;
}

.checkbox {
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  background-color: #e3e3e3;
  border: 1px solid #e3e3e3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 12px;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}

.checkbox:focus,
.checkbox:checked:focus,
.checkbox:active,
.checkbox:checked:active {
  border-color: #32BDEA;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.checkbox:checked {
  outline: none;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
}

.checkbox:checked:after {
  outline: none;
  content: "✓";
  color: #6b03f4;
  font-size: 1.4em;
  font-weight: 900;
  position: absolute;
  top: -4px;
  left: 4px;
}

.form-checkbox {
  display: flex;
  align-items: center;
}

.form-checkbox label {
  margin: 0 6px 0;
  font-size: 0.72em;
}

button {
  padding: 0.8em 1.2em;
  margin: 0 10px 0 0;
  width: auto;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  line-height: 1em;
  letter-spacing: 0.6px;
  border-radius: 3px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: none;
  outline: 0;
  transition: all 0.25s;
}

button.login {
  background: linear-gradient(95deg, #32BDEA, #137494);
  border: none;
}

button.off {
  background: none;
  box-shadow: none;
  margin: 0;
}

button.off.login {
  color: #32BDEA;
  border: none;
}

button:focus,
button:active,
button:hover {
  box-shadow: 0 4px 7px rgba(35, 158, 199, 0.616), 0 3px 6px rgba(179, 236, 255, 0.616);
  border: none;
}

button:focus.login,
button:active.login,
button:hover.login {
  background: linear-gradient(95deg, #36c7f8, #1681a5);
  box-shadow: 0 4px 7px rgba(35, 158, 199, 0.616), 0 3px 6px rgba(179, 236, 255, 0.616);
  box-shadow: 0 6px 9px rgba(35, 158, 199, 0.616), 0 1px 4px rgba(179, 236, 255, 0.616), ;
}

button:focus.off,
button:active.off,
button:hover.off {
  box-shadow: none;
}

button:focus.off.login,
button:active.off.login,
button:hover.off.login {
  color: #239ec7;
  background: #e3e3e3;
}

@media only screen and (max-width: 768px) {
  #slideBox {
    width: 80%;
    margin-left: 20%;
  }

  .signup-info,
  .login-info {
    display: none;
  }
}

.swal2-actions button:hover {
  border: none !important;
  background-color: #239ec7;
}

.swal2-actions .swal2-confirm {
  background-color: #32BDEA !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

.g-recaptcha {
  position: static;
  width: 100%;
  margin-left: 65px;
  overflow: hidden;
  filter: hue-rotate(335deg) brightness(1);
  margin-top: 20px;
}


.g-recaptcha::after {
  display: block;
  content: "";
  position: absolute;
  right: 100px;
  top: 0;
  bottom: 0;
  background-color: #535353;
  filter: hue-rotate(335deg) brightness(1.2);
}

.forminator-response-message {
  background: #9ffaff;
  color: #E04562;
  border-radius: 20px;
}

.form-submit * {
  border: none !important;
}