.bodyLogin {
	--background: url("../images/BACKGROUND.jpg") no-repeat center center;
	background-color: #EAEDEF;
}

.login-form label {
	color: WHITE !important;
}

.login-form a {
	color: WHITE !important;
}

input[type="text"], input[type="password"] {
    border-bottom: 1px solid WHITE;
    color: WHITE !important;
}

input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border-bottom: 1px solid WHITE;
  box-shadow: 0 1px 0 0 WHITE;
}

.esqueci-minha-senha a {
    color: WHITE;
}

.box {
  position: fixed;
  top: 50%;
  transform: rotate(75deg);
  left: 50%;
}

.btn {
	border-radius: 10px;
}

.wave {
  position: absolute;
  --opacity: .4;
  width: 400px;
  height: 400px;
  margin-left: -200px;
  margin-top: -200px;
  border-radius: 38%;
}

.wave.-one {
  opacity: .4;
  background: #13B8D3;
  transform: rotate(48deg);
}

.wave.-two {
  opacity: .4;
  background: WHITE;
  transform: rotate(62deg);
}

.wave.-three {
  opacity: .8;
  background-color: #3c67a8;
  border-radius: 50%;
}