.form-login {
  max-width: 330px;
  padding: 1rem;
  margin-top: 8% !important;
}

.form-login .form-floating:focus-within {
  z-index: 2;
}

.form-login input {
  margin-bottom: 10px;
  border-radius: 50px;
}

.btn {
	border-radius: 50px;
}

#lnkBack, #lnkEsqueciMinhaSenha {
	color:#000;
}

[class*="text-bg-"] {
    font-size: 20px !important;
    text-align: center;
}

.toast {
	width: 600px !important;
}

@media screen and (max-width: 1200px) and (min-height: 568px) {
	body {
		background-position: center center;
		background-repeat: no-repeat;
		background-size: cover;
	}  
}

@media screen and (max-device-width: 425px) {
	body {
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: cover;
        overflow: hidden;
	}
}