*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}



::placeholder{
	font-size: 12px !important;
}

.bg-1{
	background-image: url("../imagenes/vkfondoPrincipal4.jpg");
	background-size: cover;
	min-height:70vh;
	padding:50px 0;
	background-repeat: no-repeat;
	background-position: center;
	 width: 100%;
    height: 100%;
	
}
.container{
	margin: auto;
	max-width: 1140px;
	min-height: 100vh;
	padding: 0 1rem;
	position: relative;
	z-index: 1;
}
.formulario{
	padding-left:50px !important;
}
.form-top{
	max-width: 300px;
	background-color: #fff;
	padding: .5rem 2rem;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 4rem;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}
.form-top img{
	max-height: 150px;
}
.form-container{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.overlay-box,
.form-container form{
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	margin: 0 15px;
	
}
#frmRecuperarCuenta{
	width:100% !important;
}
.sub2{
	    font-size: 12px !important;
    text-align: center;
    color: #fff;
    width: auto !important;
    text-shadow: 1px 1px 2px rgb(0 0 0 / 60%);
    background: #00008B;
    padding: 10px;
    margin:0 !important;
}

.sub3{
	text-align:center;
	color:#000;
	font-size:17px !important;
}

input{
	height:30px !important;
}
form{
	width:80% !important;
}
.form-container form{
	max-width: 500px;
	box-shadow: 0 0 10px rgba(0,0,0,.6);
}
.form-container h3{
	font-size: 21px;
	margin-bottom: 2rem;
	text-align: center;
	color: #fff;
	width: 100%;
	text-shadow: 1px 1px 2px rgba(0,0,0,.6);
}
.form-container form h3{
	margin-bottom: 0;
}
.form-header{
	position: relative;

	color: #fff;
	background-color: #036CAE;
}
.form-header h3{
	font-size: 1.5rem;
}
.login-form{
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	background-color: #ffffff;
	padding: 15px;
}
.login-form .form-group:not(:last-child){
	margin-bottom: 1.5rem;
}
.login-form label{
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
	font-size:12px;
}
.login-form input{
	display: block;
	padding: .5rem 1rem;
	font-family: "Arial";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	width: 100%;
	box-shadow: none;
}
.login-form input:focus{
	box-shadow: none;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 4px 0.2rem rgba(0, 123, 255, 0.25);
}
.login-form button,
.login-form input[type="submit"]{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #036CAE;
	border-color: #036CAE;
	color: #fff;
	font-family: "Arial";
	font-weight: 600;
	padding: 5px;
	min-width: 100px;
	margin: 0;
	margin-left: auto;
	font-size: 13px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
	-webkit-box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
	box-shadow: 0 1px 2.5px 0 rgba(0, 0, 0, 0.26), 0 1px 5px 0 rgba(0, 0, 0, 0.16);
	-moz-transition: background-color 0.3s;
	-o-transition: background-color 0.3s;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
}
.login-form button:hover,
.login-form input[type="submit"]:hover{
	background: #0490D2;
	border-color: #0490D2;
}
.login-form button .ui-button-text,
.login-form input[type="submit"] .ui-button-text{
	padding: 0;
}
.input-group{
	display: flex;
	position: relative;
}
.input-group input{
	padding-left: 46px;
}
.input-group i{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: .5rem 1rem;
	position: absolute;
	left: 0;
	top: 0;
	color: #333;
	height: 100%;
}
.overlay-box-content{
	display: block;
	padding: 2rem;
	color: #fff;
	background-color: rgba(3,108,184,.6);
}
.blocks ul{
	display: flex;
	align-items: center;
	justify-content: center;
	list-style:none;
	margin: 2rem 0 0;
	padding: 0;
}
.blocks ul li{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin: .5rem;
	padding: 1rem .5rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 16px;
	background-color: rgba(255,255,255,.8);
	border-radius: 5px;
	box-shadow: 4px 4px 8px rgba(0,0,0,.4);
	color: #036CAE;
}
.blocks ul li span{
	width: 100%;
	font-weight: 600;
	font-size: 32px;
	color: #036CAE;
}
@media (min-width: 992px){
	.form-container{
		margin-left: -15px;
		margin-right: -15px;
	}
	.overlay-box,
	.form-container form{
		-ms-flex: 0 0 20%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.blocks ul li{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
}

@media (min-width:990px){
	html,body{
	max-width:100%;
	overflow:hidden;
}
}

@media (max-width:991px){
	html,body{
	max-width:100%;
	overflow:scroll ;
}
	}

