body {
	background-image: url(https://images.unsplash.com/photo-1572854875265-3da2081537e3?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1500&q=80) !important;
	background-size: 100%;
}

#div-login {
	display: inline-block;
	padding: 0px 48px 0px 48px;
	border: 1px;
	margin: 80px 10px 10px 10px;

}


#div-login img {
	padding-top: 15px;
	width: 25% !important;
}

#btn_login {
	width: 100%;
	margin-bottom: 10px;
}

#btn-login-fb {
	width: 100% !important;
}

#div-login {
	background-color: rgba(0, 0, 0, 0.42);
}

input[type=text]:not(.browser-default),
input[type=password]:not(.browser-default) {
	color: white !important;
}

.file-field>img#avatar {
	width: 200px !important;
	height: 200px !important;
}


#loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}

#loading-overlay .loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 26px;
  border-radius: 12px;
  background: rgba(183, 28, 28, 0.85); /* combina com red darken-4 */
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

#loading-overlay .loading-text {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
}


#loading-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.65);
  display: none;
}

#loading-overlay .loading-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 22px 26px;
  border-radius: 12px;
  background: rgba(183, 28, 28, 0.85); /* combina com red darken-4 */
  box-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

#loading-overlay .loading-text {
  margin-top: 14px;
  font-size: 16px;
  color: #fff;
}
