#preloaderGlass{
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	background: rgba(255,255,255,0.4);
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

body{
	background-color: #E6E7E8;
	color: #333333;
  	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

html, body{
	overflow-x: hidden;
}

.big-bg{
    background-size: cover !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: image-set(
        url("../img/left-bg.webp") type("image/webp"),
        url("../img/left-bg.jpg") type("image/jpeg")
    );
    box-shadow: 2px 0 35px rgba(0,0,0,0.15);
}

.footer-bg{
	background-color: #f0eef7;
}

#captcha {
	width: calc(100% - 182px);
}

#captcha-refresh {
	cursor: pointer;
	width: 56px;
	height: 56px;
	position: absolute;
	right: 0px;
	top: 1px;
	border-radius: .25rem;
	background-color: #89C540;
	display: flex;
	align-items: center;
	justify-content: center
}

#captcha-refresh:after{
	content: url(../img/refresh-captcha.svg);
}

#captcha-img {
	width: 116px;
	position: absolute;
	right: 60px;
	top: 1px;
    height: 56px;
	border-radius: .25rem;
}

.navbar-toggler{
	border: none;
}

.navbar{
	border-bottom: 1px solid #89C540;
    padding: 20px;
    background-color: #fff;
}

.form-control, .form-select{
    background-color: #fff;
    font-size: 16px;
    color: #00000099;
    border: 1px solid #00000099;
    border-bottom: 3px solid #ddd !important;
    border-top: none;
    border-left: none;
    border-right: none;
}

.form-header{
	color: #333333;
	position: relative;
}

.modal-title{
	color: #333333;
	font-weight: bold;
}

.modal-header{
	border-bottom: none;
}

.modal-body{
	font-size: 18px;
}

.modal-footer{
	border-top: none;
}

.form-outline{
	position: relative;
}

input.invalid, .form-select.invalid{
	border: 1px solid #dc3545 !important;
}
  
em.error{
	width: 100%;
	font-size: 12px;
	color: #dc3545;    
	position: absolute;
}

.btn-primary{
	background-color: #89C540;
	border: none;
    padding: 15px 40px;
}

.btn-primary:hover, .btn-primary:active{
	background-color: #709641;
}


.form-check-label{
	line-height: 1.2;
}

.hidden{
	display: none;
}

.vh-100{
	min-height: 100vh !important;
	height: auto !important;
}

.form-check a{
	color: #89C540;
}

.spinner-border {
    color: #89C540;
}

#toggle-password{
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	opacity: 0.6;
}

input#password{
	padding-right: 50px;
}

#login-form{
	max-width: 530px;
	width: 100%;
}

.bottom-image{
    position: absolute;
    bottom: 0;
    left: 50%;
    max-width: 410px; 
    transform: translateX(-50%) translateY(50px);
}

.login-logo{
    height: auto;
    max-width: 200px;
}

h1{
	text-align: center;
	letter-spacing: 1px;
	color: #FFFFFF;
	text-shadow: 6px 0px 3px #0000004D;
	opacity: 1;
	max-width: 55%;
	font-weight: bold;
	font-size: 40px;
}