.login{
	padding: 100px 0px;
}	
.forms{
	margin-bottom: 30px;
	color: #fff;
}
.forms .tabs{
	
	text-align: center;
	border-radius: 10px 10px 0px 0px;
	white-space: nowrap;
	font-size: 0;
}
.forms  .tabs .tab{
	width: 50%;
	display: inline-block;
	padding: 25px 15px;
	font-size: 20px;
	background-color: #9e9e9e;
	cursor: pointer;
	font-family: 'Insaniburger', 'Baloo Bhaina';
	text-transform: uppercase;
	position: relative;
}
.forms .tabs .tab:first-of-type{
	border-radius: 10px 0px 0px 0px;
}
.forms .tabs .tab:last-of-type{
	border-radius: 00px 10px 0px 0px;
}
.forms  .tabs .tab.active{
	background-color: #d3d3d3;
	color: #5e5e5e;
	z-index: 10;
}

.forms .tabs .tab.active:first-of-type{
	box-shadow: 1px -1px 1px rgba(0,0,0,0.1); 
}
.forms .tabs .tab.active:last-of-type{
	box-shadow: -1px -1px 1px rgba(0,0,0,0.1); 
}


.forms .cuerpo{
	padding: 50px 20px 30px;
	background-color: #d3d3d3;
	color: #000000;
	border-radius: 0px 0px 10px 10px;
	transition: 1s all;
}

.input{
	margin-bottom: 20px;
}
.input label{
	display: block;
}

.input .form-control{
	border: 1px solid white !important;
	box-shadow: none !important;
	display: block;
	width: 100%;
	border-radius: 0px !important;
}

.button.amarillo{
	background-color: #eeb12b;
	padding: 2px 20px;
	cursor: pointer;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.7);
	font-size: 22px;
	color:#ffffff !important;
}
.mt-40{
	margin-top: 40px;s
}

#form-login{
	
}
#form-registro{
	display: none;
}

.fb-btn{
	text-align: center;
}

.line{
	margin: 50px 0px 20px;
	text-align: center;
	position: relative;
}
.line::before{
	content: '';
	width: 100%;
	position: absolute;
	height: 1px;
	background-color: #bbb;
	left: 0px;
	
}
.line span{
	background-color:#d3d3d3;
	transform: translateY(-12px);
	position: relative;
	display: inline-block;
	padding: 0px 10px;
}
/*.line::after{
	position: absolute;
	text-align: center;
	background-color: lightgray;
	top: -12px;
	margin-left: -100px;
	padding: 0px 15px;
}
.line.iniciar::after{
	content: 'O entra con tu correo';
}
.line.continuar::after{
	content: 'O regístrate manualmente';
}*/


/* VALIDACIÓN CONTRASEÑA */

.non{
	list-style: none;
	font-size: 14px;
}

.invalid::before, .valid::before {
    padding-right: 5px;
    font: normal normal normal 14px/1 FontAwesome;
    left: -25px;
    top: 3px;
}

.invalid::before {
    content: "✕";
}

.valid::before{
	content: '✔';
}

.invalid {
    color: #ed4040;
    position: relative;
}

#error_p2{
	padding: 15px;
	background-color: #f1f3f4;
}

#error_p2 h5{
	font-size: 18px;
	font-weight: 700;
}

.fb-btn{
	background-color: #1877f2;
	color: #fff;
	font-size: 18px;
	display: inline-block;
	width: auto;
	border-radius: 15px;
	padding: 10px;
	cursor: pointer;
}

.fb-btn:hover, .fb-btn:focus, .fb-btn:active{
	color: #fff;
	text-decoration: none;
}

.fb-btn i{
	font-size: 25px;
	vertical-align: top;
}