:root {
/* centralized color definitions. */
--link: #0066b3;
--link-disabled: #d0d0d0;
--button-bg: #0066b3;
--button-text: white;
--button-text-disabled: #d0d0d0;
--button-bg-hover: #00519e;
--button-bg-disabled: #e2e3e3;
--alert-border: #c10c0d; 
--alert-bg: #fff2f2;
--alert-text: #c10c0d;
--info-border: rgb(1, 83, 155); /* also text */
--info-bg: rgb(217, 249, 255);
--field-bg: #e6e6e6;
--field-underline: #b3b2b2;
--form-text: #474747;
--form-bg: rgb(230,230,230);
}

h1 {
	text-align:center;
	font-size: 3em;
	color: white;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.llave_icon {
   background-image: url("icono_llave.png");
}
.mail_icon {
   background-image: url("icono_mail.png");
}
h3.logo {
    padding: 60px 0px 20px;
}
.icono_div{
   background-position-x: center;
	background-repeat: no-repeat;
   display: inline-block;
    margin: 0px 13px -17px;
    width: 30px;
    height: 30px;
}
.div_input_login{
	display: inline-block;
}
#container {
	border-radius: 8px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 6px 29px 0px rgba(125, 69, 255, 0.06);
	max-width: 550px;
	width: 100%;
	margin: auto;
	text-align: center;
	z-index: 2;
}

.Bienvenido_titulo {
	font-family: 'Poppins';
	color: rgb(33, 54, 44);
	font-weight: bold;
	line-height: 1.658;
	text-align: center;
	width: 506.241px;
	height: 26.312px;
	margin: auto;
	}

.form-login{
	color: var(--form-text);
	text-align: left;
	font-size: 12px;
	padding: 10px;    
	margin: 0px 60px 10px;
}

body {
	font-family: Helvetica, sans-serif;
	background-image: url("banckground_1.png");
	background-position-x: center;
	background-repeat: no-repeat;
    background-size: cover;
}

.form-login input{
	display: block;
	border-width: 0;
	font-size: 12px;
	color: black;
	margin: 0px;
	padding: 0px 15px;
	padding: 0px 15px;
    border: 1px solid rgb(210, 201, 220);
	border-radius: 8px;
	
	background-color: rgb(239, 239, 239);
	width: 340px;
	height: 45px;
	z-index: 57;
}
.form-login input:focus {
    outline: none;
}
input.mfa-field {
	width: calc(100% - 32px);
	display: inline-block;
}

div.mfaReveal, div.mfaHide {
   width: 20px;
   height: 20px;
   margin-top: -4px;
   background-image: url("show_password.png");
   display: inline-block;
   float: right;
   background-repeat: no-repeat;
   background-size: cover;
}
div.mfaReveal:hover, div.mfaHide:hover {
	cursor: pointer;
} 
div.mfaHide {
	background-image: url("hide_password.png")
}

.form-link a {
	font-size: 14px;
	text-decoration: none;
	text-align:center;
	color: var(--link);
}

.form-link {
	text-align:center;
}

.form-link a:hover {
	text-decoration: underline;
}

.form-link a.disabled {
    pointer-events: none;
    color: var(--link-disabled);
}

h2 {
	text-align:center;
	font-size: 2.2em;
	font-weight: normal;
	padding-bottom: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}

div.information, div.alert {
    display: flex;
    justify-content: left;
    align-items: center;
    valign-text: middle;
    padding: 5px 5px 5px 34px;
    background-repeat: no-repeat;
    background-position: 9px center;
    font-weight: bold;
    font-size: 13px;
    min-height: 32px;
    margin-bottom: 20px;
}

div.information {
    border: 1px solid var(--info-border);
    background-color: var(--info-bg);
    background-image: url(icon-info.png);
    color: var(--info-border);
}

div.alert {
    border: 1px solid var(--alert-border);
    background-color: var(--alert-bg);
    background-image: url(icon-warning.png);
    color: var(--alert-text);
  
}
.BotonVerde input {
    border-radius: 10px;
    background-color: rgb(128, 188, 0);
    margin: 0px 0px 30px;
    width: 220px;
    height: 41px;
    border: 0px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
@media only screen and (max-device-width: 424px) and (orientation: portrait){
	#container{
	width: 90%;
    padding: 5%;
	}
	
	.form-login {
	font-size: 17px;
	padding: 10px;
	margin-bottom: 30px;
	}
	
	.form-login input{
	font-size: 18px;
	margin-top: 10px;
	}
	
	.blue-button input {
	font-size: 20px;
	}
	
	*:focus {
    outline: none !important;
	}
}


	
