.form-login {
	max-width: 330px;
    color: #ffffffff;
    display: flex;
    justify-content: center;
    position: relative;
    top: 60%;
    height: 100vh;
}

.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;
}

@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;
	}
}