/* Made with love by Mutiullah Samim*/

@import url('https://fonts.googleapis.com/css?family=Numans');

html,body{
background-image: url('banner_home2.png');
background-size: cover;
background-repeat: no-repeat;
height: 100%;
font-family: 'Numans', Raleway;
}
.letra{
	color: #666;   
	font-family: sans-serif
}

.letraIngresa{
	color: black;
	font-family: sans-serif
}
.cardLogin{
	border-radius:10px;
	box-shadow:0 0 30px 0 black;
	
}
#linea{
	border-top: 2px solid rgba(0,0,0,.1);
    background: rgb(139 142 77);
    width: 50%;
}
#id_sc_field_remember_me_1{
	background-color: red
}
.containerLogin{
	padding-top:10%;
}
.labelCampos{
	width: 100%;
    height: 45px;
    background-color: #E9E9E9;
    border: 0;
    padding: 6px;
    outline: none;
}

.container{
height: 100%;
align-content: center;
}

.spanImage{
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    height: 100%;
}

.card{
height: auto;
margin-top: auto;
margin-bottom: auto;
width: 360px;
background-color: #ffffff;
}

.social_icon span{
font-size: 60px;
margin-left: 0px;
color: #FFC312;
}

.social_icon span:hover{
color: white;
cursor: pointer;
}

.card-header h3{
color: white;
}

.social_icon{
position: absolute;
right: 0px;
top: 0px;
}

.input-group-prepend span{
width: 50px;
background-color: #ff0525;
color: #bfbfbf;
border:0 !important;
}

input:focus{
outline: 0 0 0 0  !important;
box-shadow: 0 0 0 0 !important;

}

.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}

.login_btn{
	color: white;
	background-color: #8A4838;
    border-radius: 10px;	
	font-family: sans-serif;
	padding: 15px 35px
}

.login_btn:hover{
color: black;
background-color: #a6a86a;
}

.links{
color: white;
}

.links a{
margin-left: 4px;
}