.form-login{
	margin-top: 2vh;
	background-color: #fff;
	padding-top: 3em;
	border-radius: 3px;
	padding-bottom: 3em;
	margin-bottom: 3em;
	max-width: 350px;
	min-width: 240px;
	float: right;
/*	margin-left: 25px;
  margin-right: 20px;*/
	
}
.form-login figure{
	width: 100%;
	height: auto;
	margin-bottom: 4em;
	text-align: center;
	
}
.img{
	max-width: 285px !important;
	height: auto;
}
.form-login a,p{
	
	color: rgb(142, 124, 195);
    font-size: 13px;
}
.form-login a:hover{
	text-decoration: none;
	color:#000;
}
/*@media screen and (max-width: 1024px) {
	.form-login{
		margin-top: 1em;
	}
}*/

@media screen and (max-width: 975px) and (min-width: 855px){
		.img{
		max-width: 240px !important;
		height: auto;
	}	
}
@media screen and (max-width: 854px) and (min-width: 768px){
	.img{
	max-width: 220px !important;
	height: auto;
	}

	
}
@media screen and (max-width: 767px) and (min-width:370px){
	.img{
	max-width: 320px !important;
	height: auto;
	}
}
@media screen and (max-width:369px ){
	.img{
	max-width: 220px !important;
	height: auto;
	}
}


@media screen and (max-width: 881px){
	.img-port{
		display: none;
	}
	
}

@media screen and (max-width:480px){
	.form-login{
		float: none;
		margin: 2vh auto;
	}
}
.foot-login{
	background:#151515;
	/*margin-top: 100px;*/
}
.follow{
	height: auto;
	display: inline-flex;
}
.reserv p{
	color: #a9a9a9;
    font-size: 14px !important;
    font-weight: normal !important;
}
.reserv{
	padding-top: 25px;
}
@media screen and (max-width: 1200px){
	.foot-login{
		margin-top: 0px;
	}

}

#login-main-container{ 
		/*min-height: -webkit-fill-available;*/
		/*min-height: 90vh;*/
		max-width:95%;

}

#login-background-container{
	background: url(../img/roraima.jpg) no-repeat center center;
  background-size: cover;
  max-width: 100%;
  width: auto;
  min-height: 90vh;

}