
:root {
  --verde_suave: #e5ecd7;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Regular.ttf);
}

@media (max-width: 400px) {
	.login_background {
		background-size: 250px 78.125px;
	}
}
@media (min-width: 400px) {
	.login_background {
		background-size: 350px 110px;
	}
}

body {
	font-family:'Rubik';
	font-size:12px;
}

.login_background {
	min-height: 98vh;
	padding: 0px;
	margin: 1px;
	overflow: hidden;
	height: 1%;
	background-repeat: no-repeat;
	background-position: top;
	opacity: 0.8;
	background-color: var(--verde_suave);
}

.login_zone {
	width:300px;
	height:265px;
	margin:auto;
	border-radius: 35px 35px 0px 0px;
	display:flex;
	flex-direction:column;
	margin-top: 150px;
	box-shadow: 1px 1px 2px 2px #aba;
}

.white-bg {
	background-color:#fff;
}

.img-container {
	text-align:center;
	padding-top: 10px;
}

.login_fields {
	display:flex;
	flex-direction:column;
	padding: 10px 85px;
	position:relative;
}

.login_fields input {
	border: 0;
	background: none;
	box-shadow: none;
	border-radius: 0px;
	height: 40px;
	font-size:1.3em;
	outline: none;
}

.login_fields div:before {
	display: inline-block;
	content: "";
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: center;
	position: absolute;
}

.login_fields .code input{
	text-align: center;
	font-size: 1.2em;
}

.login_fields .code:before {
	background-image:url('../images/Sprite512.png');
	background-size: 516px 24px;
	background-position: -239px 0px;
	left: 50px;
	top: 20px;
	opacity: 0.75;
}

.login_fields .matricule:before {
	background-image: url('../images/Sprite24.png');
	background-size: 1625px 24px;
	background-position: -750px 0px;
	left: 50px;
	top: 20px;
	opacity: 0.75;
}

.login_fields .password:before {
	background-image: url('../images/Sprite24.png');
	left: 50px;
	top: 60px;
	opacity: 0.75;
	background-size: 1625px 24px;
	background-position: -400px 0px
}

.login-button {
	border-radius: 0px 0px 35px 35px;
	width: 300px;
	height: 75px;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
	box-shadow: 1px 1px 2px 2px #aba;
}
	.login-button .label {
		width: 80%;
		height: 40px;
		text-align: center;
		padding: 20px;
		font-size: 1.75em;
	}
.login_error {
	text-align: center;
	color: red;
}

.mobile-question {
	display: flex;
	flex-direction: column;
	padding: 33px 10px;
	position: relative;
	font-size: 1.2em;
	text-align: center;
}
.mobile-answers{
	text-align: center;
	padding: 25px 0px;
	opacity:1;
}
.scan-instructions{
	width: 400px;
	position: absolute;
	left: calc(50vw - 200px);
	top: 30px;
	font-size: 1.1em
}
.azure-link{
	cursor: pointer;
}
.center {
	text-align: center;
	color: #8b3dcb;
	font-size: 1.1em;
}
/**Placeholders*/

::-webkit-input-placeholder {text-overflow:ellipsis;}
::-moz-placeholder {text-overflow:ellipsis;}
::-ms-input-placeholder {text-overflow:ellipsis;}
::-webkit-scrollbar {width:8px;height:8px;}
::-webkit-scrollbar-thumb {border-radius:10px;background-color:#d6d8db;}
	