@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;900&display=swap');

body {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.fullBackground {
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.caption {
  font-size: 30pt;
  text-transform: uppercase;
  color: #fff;
  /*position: absolute;
  top: 50%;
  left: 50%;*/
  transform: translate(-50%, -50%);
}

.caption:after {
  content:"\A";
  width:10px;
  height:10px;
  border-radius:50%;
  background: #00bbeb;
  display: inline-block;
  margin: 0 0 -2px;
}
.container-login{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100vh;
	width: 100%;
}
.col-side-login {
	width: 20%;
	background-color: transparent;
	height: 85vh;
	z-index: 100;
	display:flex;
	justify-content: flex-end;
}
.col-center-login {
	width: 60%;
	background-color: transparent;
	height: 85vh;
	z-index: 100;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.block-login {
	background-color: rgb(255,255,255,0.7);
	width: 100%;
	height: 15vh;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-items: center;
}
.block-login-center {
	background-color: rgb(255,255,255,0.7);
	width: 100%;
	height: 40vh;
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	padding: 10px 0;
}
.wrapper-fields {
	width: 80%;
}
.block-social {
	width: 100px;
	height: 100px;
	border-radius: 10px;
	background-color: rgb(255,255,255,0.7);
	display:flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: space-between;
}
.linha-social {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	height: 50px;
}
.block-login h1 {
	font-family: 'Roboto';
	font-weigth: 900;
	font-size: 3em;
	color: black;
}
.login-subtitle {
	font-family: 'Roboto';
	font-size: 1.2em;
	font-weight: normal;
	color: black;
}
.login-footer {
	font-family: 'Roboto';
	font-size: 1.2em;
	font-weight: normal;
	color: black;
}

.logo {
	width: 160px;
	padding: 10px 0px;
}
.wrapper-logo {
	display: flex;
	justify-content: center;
	align-items: center;
}



@media (max-width: 991px) {
		
	.container-login{
		display: flex;
		flex-direction: column;
		z-index: 100;
	}
	
	.col-side-login {
		width: 100%;
		height: 15vh;
		display:flex;
		justify-content: center;
		z-index: 120;
	}
	.col-center-login {
		width: 90%;
		height: 85vh;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		z-index: 120;
	}
	
	.block-social {
		margin-top: 10px;
		width: 90%;
		height: 10vh;
		display:flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-items: center;
	}
	
	.linha-social {
		display: flex;
		justify-content: space-around;
		align-items: center;
		width: 100%;
	}
	
	.col-side-login.side-top {
		height: 5vh;
	}
	
	.login-subtitle {
		font-family: 'Roboto';
		font-size: 1.2em;
		font-weight: normal;
		color: black;
		text-align: center;
	}
	
	.login-subtitle {
		padding: 0 5px 12px 5px;
	}
	
	.wrapper-fields {
		width: 90%;
	}
	
	.btn-login {
		width: 100%;
	}
	
	.block-login-center {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.block-login h1 {
		font-size: 2em;
	}
	
	.wrapper-logo .logo {
		/*width: 200px;*/
	}
	.login-footer {
		font-size: 1.1em;
	}
}


@media (min-width: 992px) AND (max-width: 1199px) {
	

	.col-side-login {
		width: 20%;
		background-color: transparent;
		height: 85vh;
		z-index: 100;
		display:flex;
		justify-content: flex-end;
	}
	.col-center-login {
		width: 60%;
		background-color: transparent;
		height: 85vh;
		z-index: 100;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	
	.block-login h1 {
		font-size: 1.8em;
	}
	
	.wrapper-logo .logo {
		padding: 10px 0 0 0;
		width: 180px;
	}
	
	.col-side-login {
		display: flex;
		
		justify-content: center;
	}
}



.bg_video{
	background-color: black;
			position: fixed; 
    top: 0;
    left: 0;
    min-width: 100%; 
    min-height: 100%;
    z-index: -1;
}
	
	
	
	/*

body {
	background: url(../../images/geo_bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
	.space8 {
		margin-top: 80px;
	}
	.space4 {
		padding-top: 40px;
	}
	.custom-orange {
		color: #fff;
    background-color: #eea236 ;
    border-color: #f0ad4e;
	border-radius: 0px;
	
	}
	.logo {
		width: 100%;
		padding: 30px 0px;
	}
	.content {
		background-color: white;
		padding: 15px 15px;
		
	}
	.red {
		background-color: red;
	}
	.content {
    background-color: white;
    padding: 15px 15px;
}
.div-carregamento-pagina
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999997;
	opacity:0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	background: black;
	text-align: center;
}
.texto-carregamento {
	color: #ccc;
	font-size: 30px;
	margin-top: 30%;
}
*/