﻿.rectangle {
	height: 80%;
	width: 4px;
	border-radius: 2px;
	background-color: #4C71FC;
}

.el-usuario-autoriza {
	color: #4A4A4A;
	font-family: Roboto;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 15px;
}

.texto {
	color: #6D7278;
	font-family: Roboto;
	font-size: 20px;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 24px;
	margin: 0px;
}

.autenticacion-biomet {
	height: 21px;
	width: 295px;
	color: #4C71FC;
	font-family: Roboto;
	font-size: 14px;
	letter-spacing: 0;
	line-height: 21px;
}

.terminos-y-condicion {
	height: 28px;
	color: #4C71FC;
	font-family: Roboto;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 14px;
	text-align: center;
}

.btnStart {
	box-sizing: border-box;
	height: 41px;
	width: 295px;
	border: 1px solid #4C71FC;
	border-radius: 20px;
	background-color: #4C71FC;
	color: white;
	font-size: 12px;
	cursor: pointer;
}


.SecondBtn {
	box-sizing: border-box;
	height: 41px;
	width: 294px;
	border: 1px solid #4C71FC;
	color: #4C71FC;
	border-radius: 20px;
	background-color: #FFFFFF;
	cursor: pointer;
}

.ModalResult {
	/*height: 190px;
		width: 302px;*/
	border-radius: 5px;
	background-color: #FFFFFF;
	box-shadow: 0 5px 19px 0 rgba(76,113,252,0.4);
}

.ResultContainer {
	opacity: 0.25;
	background-color: #EEF2FF;
}
