
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

* {
	font-family: "Lato", sans-serif;
}

body {
	background-color: #fff;
	font-size: 16px;
	max-width: 100vw;
	overflow: hidden;
}
@media (max-width: 850px) {
	.bg-image {
		display: none;
	}
}
.bg-image {
	background-repeat: no-repeat;
	background-size: 100%;
	content: '';
	right: -189px;
	top: 0;
	position: absolute;
	width: 709px;
	height: 900px;
	opacity: 0.4;

}
.container {
	margin-top: 10%;
	font-family: arial, sans-serif;
	background-color: #fff;
}

input.form-control, button.btn, a.btn {
	border-radius: 0px;
	border: 0px none;
	background-color: white;
	color: #656565;
	outline: none;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
label {
	color: #848374;
}

.alert {
	border-radius: 0px;
	border: 0px none;
	color: #fff;
	text-align: center;
	font-weight: bold;
}

.alert-error {
	background-color: #c3223a;
}

.alert-success {
	background-color: #75daf6;
}

h1 {
	font-family: arial, sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: white;
}

button.btn-submit {
	background-color: #7ac323 !important;
	color: #fff !important;
	padding: 10px 50px !important;
	border-radius: 30px !important;
	font-size: 18px !important;
}

button.btn-submit:hover {
	background-color: #fff;
	color: #7ac323;
}
a.btn {
	background-color: #75daf6;
	width: 100%;
}

a.btn:hover {
	background-color: #e6e6e6 !important;
}

.form-group {
	margin: 0 0 10px 0;
}

.logo {
	margin-bottom: 29px;
	text-align: center;
}

input.login-email, input.login-desc, input.login-password {
	border-radius: 8px !important;
	border: 1px solid #ECECEA !important;
	font-size: 1.6rem;
	padding: 1.4rem 1.6rem;
	height: 50px;
}

input.form-control::-moz-placeholder, input.form-control:-moz-placeholder, input.form-control::-webkit-input-placeholder, input.form-control:-ms-input-placeholder {
	color: #848374;
}


#forgotPasswordForm, #loginForm {
	display: none;
}

#forgotPasswordForm.active, #loginForm.active {
	display: block;
}

a.forgotpassword__link, a.backtoLogin__link {
	color: #848374;
	text-decoration: none;
	margin-left: 20px;
}

#output {
	margin-top: 30px;
}

.alert-success {
	background-color: #848374;
}

