@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&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body,html{
	height: 100%;
}
*{
	font-family: "Lato", sans-serif;
}
.montserrat{
	font-family: "Montserrat", sans-serif;
}
.navbar{
	background: #3c382f!important;
	height: 72px;
}
.logo{
	height: 54px;
	top: 18px;
	position: relative;
}
.navbar > div{
	width: 90% !important;
}
.login{
	width: 34%;
}
.banner{
	width: 66%;
}
.box-container{
	max-width: 284px;
}
.form-label{
	font-size: 13px;
	margin-bottom: 8px!important;
}
.form-control{
	height: 40px;
	background: ;
	padding: 0px 0px 0px 15px;
	background: #f4f4f4;
	border-radius: 4px !important;
}
.text-primary{
	color:rgb(88, 79, 140)!important;
}
.banner,.login{
	height: calc(100% - 72px);
}
.banner{
	background: url(download.jpg) top left no-repeat;
	background-size: cover;
}
.banner > h1{
	width:85% ;
	margin-top: 72px;
	margin-left: 7.5%;
}
.fs-14{
	font-size: 14px;
}
input[type=checkbox]{
	height: 19px;
	border-radius: 3px!important;
	width: 19px;
}
.mt-16{
	margin-top: 16px!important;
}
.btn-primary{
	background: rgb(88, 79, 140)!important;
	border-color:rgb(88, 79, 140)!important;
}
.form-control:focus{
	background: #FFF!important;
	border-color:rgb(88, 79, 140)!important;
	box-shadow: 0 0 0 !important;
}
.fs-12{
	font-size: 12px;
}
.fs20 {
	font-size: 20px;
}
.boludeces{
	width: 70%;
}
.fs-12{
	font-size: 12px;
}
.eyemio{
	top: 41px;
	right: 16px;
}
@media (max-width: 1160px){
	.login{
		width: 44%;
	}
	.banner{
		width: 56%;
	}
}
@media (max-width: 787px){
	.login{
		width: 50%;
	}
	.banner{
		width: 50%;
	}
}
@media (max-width: 590px){
	.navbar{
		height: 55px;
	}
	.logo{
		height: 40px;
		top: 14.5px;
	}
	.login{
		width: 100%;
	}
	input[type=checkbox]{
		height: 16px;
		width: 16px;
	}
	.boludeces{
		width: 90%;
	}
}