body {
  background-color: #14213d;
}

.input-label {
  color: #6e8db8 !important;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  /* background-color: aliceblue; */
}

.form-input {
  outline: none;
  background-color: #14213d;
  border: none;

  border-top: 4px #14213d solid;
  padding-left: 12px;
  padding-bottom: 6px;
  margin-top: -4px;

  border-bottom: 5px #6e8db8 solid;
  /* transition: border 4s; */
  transition: box-shadow 0s;
  color: white;
  font-family: "Lato", sans-serif;
  font-weight: 400;

  /* transition: background-color 2147483647s; */

  transition: border-bottom 0.5s;
}

.form-input:hover {
  border-bottom-color: #224474;
  background-color: #14213d !important;
}

.form-input:focus {
  border-top: 4px #14213d solid;
  box-shadow: none;
  color: white;
  background-color: #14213d !important;
  border-bottom-color: #fca311;
}

.form-input:-webkit-autofill {
  /* transition: background-color 9999s; */
  border-top: 4px solid #14213d;

  box-shadow: 0 0 0 40px #14213d inset !important;
  -webkit-text-fill-color: white !important;
}

.form-input:active {
  background-color: #fca311;
}

.logon-btn {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  width: 80%;
  height: 40px;
  border-radius: 20px;
  background-color: #14213d;
  color: white;
  border: 3px #6e8db8 solid;
  padding: 0;
  transition: all 0.5s;
  /* box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.4); */
}

.logon-btn:hover {
  cursor: pointer;
  border-color: #fca311;
  color: #fca311;
  /* background-color: #6e8db8; */
  /* background-color: #fca311;
    color: #14213d; */
  /* box-shadow: 4px 5px 12px rgba(255, 255, 255, 0.4); */
}

.logon-btn:focus {
  /* outline: 3px solid #fca311 !important; */
  cursor: pointer;
  border-color: #fca311;
  color: #14213d;
  background-color: #fca311;
  /* box-shadow: 7px 6px 16px rgba(0, 0, 0, 0.4); */
  /* background-color: #6e8db8; */
  /* background-color: #fca311;
    color: #14213d; */
  box-shadow: 0px 0px 15px rgba(255, 255, 255, 0.5);
}

.cookie-text {
  font-size: 0.9em;
  color: rgb(160, 160, 160);
}
.cookie-anchor {
  text-decoration: none;
  color: #2c7cec;
}

.header-wrap {
  margin-top: 22px;
  margin-left: 20px;
  height: 20%;
}

.login-header-bg {
  color: white;
  font-family: "Lato", sans-serif;
  font-size: 2em;
  font-weight: 700;
}

.login-header-sm {
  color: white;
  font-family: "Ubuntu", sans-serif;
  font-size: 1.3em;
  font-weight: 300;
}

.form-wrap {
  height: 50%;
}

.right-side-bg {
  background-color: #14213d;
  background-position: center;
  background-size: cover;
}

@media (min-width: 900px) {
  #login-right-side {
    max-width: 500px;
    /* min-width: 500px; */
  }
}

@media (max-width: 500px) {
  .login-header-bg {
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 1.6em;
    font-weight: 700;
  }

  .login-header-sm {
    color: white;
    font-family: "Ubuntu", sans-serif;
    font-size: 1.2em;
    font-weight: 300;
  }

  .header-wrap {
    margin-top: 30px;
    height: 20%;
  }
}

@media (max-width: 410px) {
  .login-header-bg {
    color: white;
    font-family: "Lato", sans-serif;
    font-size: 1.4em;
    font-weight: 700;
  }

  .login-header-sm {
    color: white;
    font-family: "Ubuntu", sans-serif;
    font-size: 1em;
    font-weight: 300;
  }

  .header-wrap {
    margin-left: 10px;
  }

  #lower-bg {
    display: none;
  }
}
