#loginEmpleadorSection {
	font-family: "gobCL";
	background-color: #e6e6e6;
}

.minWidht {
	min-width: 1200px;
}

.section-width {
	width: 1200px;
}

.totalWidht {
	max-width: 230px;
}

.size {
	font-size: 12px;
}

h3 {
	font-size: 24px;
	color: #0f69b4;
}

.w370 {
	width: 370px;
}

.w657 {
	width: 657px;
}

.menu-text {
	font-style: normal;
	font-weight: normal;
	background-color: #e6e6e6;
	color: #666666;
	font-size: 14px;
}

.pl32 {
	padding-left: 32px;
}

#btnRegistrarse {
	margin-top: 15px;
	font-size: 14px;
	white-space: nowrap;
	padding: 6px 12px;
	line-height: 1.42857143;
	border-radius: 4px;
	background-color: #0f69b4;
}

.btnIngresar {
	background-color: #0f69b4;
}

.blue-bne {
	color: #0f69b4;
}

.titulo {
	height: 87px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 0px 0px 10px 10px;
}

.titulo span {
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
	line-height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	color: #0F69B4;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.fondo_blanco {
	background-color: white;
}

.heading {
	color: #fff;
	background-color: #0f69b4;
	border-color: #0f69b4;
	border-bottom: 1px solid;
	padding-bottom: 15px;
	padding-top: 15px;
}

.panel-login {
	padding: 5px;
	background-color: white;
}

#loginCesantia h4 {
	font-size: 20px;
	color: #fff;
	padding-top: 15px;
}

.ingresar-titulo {
	font-family: Roboto;
	font-style: normal;
	font-size: 19px;
	font-weight: 500;
	line-height: 1.1;
}

.datos {
	background-color: #e6e6e6;
}

.input-text-custom {
	align-items: center;
	padding: 8px 12px;
	margin-bottom: 0;
	font-size: 1rem;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	border-radius: 2px 0px 0px 2px;
	border: 2px solid rgba(0, 0, 0, 0.1);
	box-shadow: none;
	color: inherit;
	border-right: transparent;
}

.w43 {
	width: 43px;
}

.w41 {
	width: 41px;
}

.noBorder {
	
	width: 41px;
}
.campo-login{
	width: 100%;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}

/*ALERT LOGIN*/
.alertErrorLogin {
	width: 657px;
}

.alertaAspaRoja {
	background: #FFEEED;
	border: 1px solid #B82D27;
	box-sizing: border-box;
	border-radius: 5px;
}

h4 span {
	color: #B82D27;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 120%;
	text-transform: uppercase;
}

h5 {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 120%;
	color: #B82D27;
}

.imagenAspaRoja {
	padding-top: 15px;
	padding-left: 40px
}

.colorBlue {
	color: #0F69B4;
}

.paddingLaterales {
	padding-left: 22px;
	padding-right: 21px;
}

.error {
	margin-left: 22px;
	margin-right: 22px;
	text-align: center;
	margin-top: 10px;
	font-family: gobCL;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #B82D27;
}

.alert-success h5{
    color: #155724;
}

#divBannerRegion{
    padding-bottom: 20px;
    display: initial;
    height: 180px;
    width: 999px;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 70% 30%;
    padding-bottom: 20px;
    margin: 0 auto;
}

#divBannerRegionEmpleador{
    padding-bottom: 20px;
    display: initial;
    height: 180px;
    width: 1200px;
    display: grid;
    grid-template-columns: 40% 60%;
    grid-template-rows: 70% 30%;
    padding-bottom: 20px;
    margin: 0 auto;
}

#divBannerRegionImg1{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

#divBannerRegionImg1 img{
    height: 100%;
    width: 100%;
}

#divBannerRegionImg2{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

#divBannerRegionImg2 img{
    height: 100%;
    width: 100%;
}

#divBannerRegionImg2{
    height: 100%;
    width: 100%;
}   
        
#divBannerRegionLogo{
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divBannerRegionLogo img{
    height: 80%;
    width: 100%;
}

#divBannerRegionTexto{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background: #F18932;
    display: flex;
    align-items: center;
    justify-content: center;
}

#divBannerRegionTexto span{
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0.395em;
    color: #FFFFFF;
}

.alerta{
    height: 60px;
    background: #FFF0E1;
    border: 1px solid #FF9900;
    box-sizing: border-box;
    border-radius: 5px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 15.75px;
}

.wrapperBne{
    display: grid;
    grid-template-rows: 20% 20% 20% 20% 20%;
}

.tittle{
    height: 100%;
    padding: 15px 20px 15px 40px;
    background: #003A6C;
    border-radius: 10px 10px 0px 0px;
    font-family: gobCL;
    font-size: 20px;
    line-height: 100%;
    color: #FFFFFF;
    grid-row-start: 1;
    grid-row-end: 2;
    padding-top: 4%;
    padding-bottom:7%;
}

.user{
    display: grid;
    grid-row-start: 2;
    grid-row-end: 3;
    grid-template-columns: 15% 15% 45% 25%;
    margin-top: 4%;
    font-size: 14px;
}

.textUser{
    grid-column-start: 2;
    grid-column-end: 3;
    display: flex;
    justify-content: flex-start;
    margin-left: 20%;
}

.campUser{
    grid-column-start: 3;
    grid-column-end: 4;
}

.errorUserPass{
	font-family: 'Roboto';
    margin-left: 5pt;
    margin-top: 1%;
	color: #9E2421;
}

.pass{
    display: grid;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-template-columns: 15% 15% 45% 12.5% 12.5%;
    margin-top: 4%;
    font-size: 14px;
}

.textPass{
    grid-column-start: 2;
    grid-column-end: 3;
    display: flex;
    justify-content: flex-start;
    margin-left: 20%;
}

.campPass{
    grid-column-start: 3;
    grid-column-end: 4;
}

.recPass{
    grid-column-start: 4;
    grid-column-end: 5;
    margin-top: -9%;
    margin-left: 20%;
}

.textRecPass{
	display: flex;
    font-size:14px;
    color: #0f69b4;
}

.login{
    display: grid;
    grid-row-start: 4;
    grid-row-end: 5;
    grid-template-columns: 30% 45%;
    margin-top: 4%;
}

.btnLogin{
    grid-column-start: 2;
    grid-column-end: 3;
    margin-left: 2%;
    font-size: 14px;
}

.register{
    display: grid;
    grid-row-start: 5;
    grid-row-end: 6;
    grid-template-columns: 30% 45%;
    margin-top: 3%;
}

.textReg{
    grid-column-start: 2;
    grid-column-end: 3;
    margin-left: 2%;
    font-size: 14px;
    line-height: 15.75px;
}

#btnIngresar{
    width: 70%;
}

.wrapperClave{
    display: grid;
    grid-template-rows: 20% 20% 25% 35%;
}

.clave{
    display: grid;
    grid-row-start: 3;
    grid-row-end: 4;
    grid-template-columns: 50% 50%;
}

.textClave{
    grid-column-start: 1;
    grid-column-end: 2;
    margin-left: 10%;
    margin-right:10%;
    font-size: 14px;
    line-height: 15.75px;
}

.imgClave{
    grid-column-start: 2;
    grid-column-end: 3;
}

.campRecClave{
    display: grid;
    grid-row-start: 4;
    grid-row-end: 5;
    font-size: 14px;
    line-height: 15.75px;
}

.recClave{
    margin-left: 5%;
    margin-top: 2%;
}

.linkClave {
    color: #0F69B4;
    font-weight: bold;
    text-decoration: underline;
}

.ingresoNormal {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}