.form-login {
  max-width: 330px;
  padding: 1rem;
  color: #FFF;
}

.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:#FFF;
}

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

.toast {
	width: 600px !important;
}

.img-logo{
	padding-top: 6.25rem;
}

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

@media screen and ( min-width: 850px ) and ( max-height: 768px ){
	.img-logo {
		padding-top: 1.875rem;
	}
}

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

	.img-logo {
		margin-top: 6.25rem;
	}
}
