* { margin: 0;padding: 0;display: swap;font-family: 'Montserrat', sans-serif;}
.main_transition,a,a:hover, button:hover{
	-webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out; 
	transition: all 0.3s ease-in-out; 
}
a,a:hover{text-decoration: none;color: inherit;}
button, button:focus{box-shadow: none !important; outline: none;}
.bg_login_img{
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
	color: #4e4e4e;
	min-height: 100vh;
}
.bg_login{ 
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(20,20,20,0.5) center no-repeat padding-box;
	backdrop-filter: blur(4px);
}
#form-login,#form-password{
	padding: 4rem 3rem;
    background-color: #FFFFFF;
	border-radius: 8px;
}
label.form-label { color: #818181; font-weight: 500; }
i.bi{ color: #c9c9c9; margin-right: 5px;}
.btn-primary{
	background-color: #ED5A14 !important;
	border-color: #ED5A14 !important;
}