/*#region login & resetpassword */

header{
	display: none !important;
}

form, .success, .information{
	width: 80%;
	max-width: 800px;
	padding: 10px 0 10px 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	align-self: center;
	gap: 10px;
	background-color: #c7c7c7;
	border-radius: 10px;
}

h1, h2{
	margin: 0;
	text-align: center;
}

.flex{
	display: flex;
	justify-content: center;
}

.toggle-password, .toggle-password2{
	border:none;
	background: none;
	width: 15px;
	padding: 0;
	transform: translate(-25px,2px);
}

.div-password{
	transform: translate(10px, 0);
}

.form-group{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 5px
}

button[type="submit"]{
	margin: 5px 0;
}

@media screen and (max-width: 800px) {
	.form{
		width: 90%;
	}

	.fs-5{
		font-size: 1.1rem !important;
	}

	h1{
		font-size: 1.3rem;
	}

	h2{
		font-size: 1.2rem;
	}
	
}

/*#endregion*/
