/*-------------------------popup-----------------------------------*/

.overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    visibility: hidden;
    opacity: 0;
	z-index: 1;
}
.overlay:target {
    visibility: visible;
    opacity: 1;
}
#popupBody{
    width: 25%;
    padding: 2%;
    border-radius: 15px;
    box-shadow: 0 0 5px #CCC;
    background-color:#F2F0F0;
    position: relative; 
	text-align:center; 
	font-family: 'Lato', sans-serif;   
}
.rec_clave{
	margin: 10% auto;
	}
.registrar{
	margin: 8% auto;
}
#cerrar{
	position: absolute;
	top: 0px;
	right: 13px;
	transition: all 200ms;
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}
.button{
	width:200px !important;
	margin-top:35px;
}
/*-------------------------fin popup-----------------------------------*/

body{
	width: 100%;
	right:100%;
	margin:0;
}
.transition{
	/*transition: all 2s ease-in-out; */
}
.colum_0{
	height:100%;
	position:fixed;
}
.colum_1{
	width: 40%;
	right:0;
	background-color:#FFF;
}
.colum_2 {
	width: 60%;
	left: 0;
	/*background-image: url(../images/worklink/banner_log_1.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right top;
	position: fixed;
	/*background-color:#0FF;*/
}
.header{
	width:100%;
	height: 78px;
	margin-left:30px;
	margin-bottom:80px;
	margin-top:30px;
	background-image: url("../images/login/logo_inputsoft.png");
	background-repeat: no-repeat;
	background-position:left;
}
.container_log{
	width: 375px;
	/*height: 100%;*/
	background-color:#F2F0F0;
	border-radius: 20px;
	margin-left: auto;
	margin-right: auto;	
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 30px;
	font-family: 'Lato', sans-serif;
	overflow: hidden;
}
.shadow{
	-webkit-filter: drop-shadow(0px 0px 5px #BFBCBC);
	filter: drop-shadow(0px 0px 5px #BFBCBC);
}
.logo_login{
	margin-bottom: 30px;
	width:250px;
	height:43px;
}
.txt{
	color: #666666;
	text-transform: uppercase;
}
.font{
	font-size: 0.8em;
}
.font2{
	font-size: 0.9em;
}
.txt{
	color: #666666;
	text-transform: uppercase;
}
.txt_inst{
	color: #999;
}
.campos{
	width: 80%;
	height: 30px;
	border:0px;
	border-radius: 8px;
	display: inline-block;
	margin-top: 20px;
	text-align: center;
	outline: none;
}
::placeholder {
	color:#CCC;
}
input:focus{
	-webkit-filter: drop-shadow(0px 0px 5px #67ade0);
	filter: drop-shadow(0px 0px 5px #67ade0);
}
.button_send{
	width: 80px;
	height: 25px;
	border: 0px;
	border-radius: 8px;
	background-color: #1e81c4;
	color:#FFF;
	font-family: 'Lato', sans-serif;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left:auto;
	margin-right:auto;
	padding-top:4px;
}
a{
	text-decoration:none;
}
.footer{
	float:left;
	height: 60px;
	width:100%;
	text-align: center;
	font-family: 'Lato', sans-serif;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;

	/*position:absolute;*/
}
.icos{
	width:30px;
	height:30px;
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;

}
.button_go {
	width: 150px;
	height: 25px;
	border: 0px;
	border-radius: 8px;
	background-color: #f08c1e;
	color: #FFF;
	font-family: 'Lato', sans-serif;
	margin-bottom: 30px;
	margin-right: 30px;
	position: fixed;
	text-align: center;
	padding-top: 3px;
	padding-bottom: 3px;
	left: 10px;
	bottom: 0;
}
@media only screen and (max-width: 981px){
	.colum_1{
	width: 100%;
	/*background-color:#FF0;*/
}
	.colum_2, button_go{
		display:none !important;
	}
	.container_log{
		width: 90%;
		margin-top:40%;
	
	
	}
	.font{
		font-size: 1.8em;
	}
	.font2{
		font-size: 1.9em;
	}
	.campos{
		height: 50px;
		width: 90%;
	}
	.button_send{
		width: 130px;
		height: 45px;
		
	}
	.footer{
		width:100%;
		bottom:40px;
	}
	.icos{
		width:50px;
		height:50px;
	}
	#popupBody{
    	width: 80%;
		margin-top:40%;

	}
	.button{
		width:70% !important;

		padding-top:10px;
		margin-top:50px;
	}
	
}
