﻿@charset "utf-8";
@import url("font-awesome.css");
/* CSS Document */

body {
  font-family: "Open Sans", sans-serif;
  background-color: rgba(255,126,0,1.00);
}

input {
	height: 45px;
	width: 300px;
	font-size: 18px;
	margin-bottom: 1px;
	padding-left: 40px;	
}

.form1 {
	width: 500px;
	height: 350px;
	text-align: center;
	background-color: rgba(255,255,255,1.00);
	border-radius: 4px;
	margin: 0 auto;
	margin-top: 150px
}

.form-input::before {
	position: absolute;
	font-family: "FontAwesome";
	content: "\f0f7";
	padding-left: 5px;
	padding-top: 0px;	
	font-size: 30px;
	color: rgba(255,126,0,1.00);	
}


.form-inputUser::before {
	content: "\f007";
	position: absolute;
	font-family: "FontAwesome";
	padding-left: 5px;
	padding-top: 0px;	
	font-size: 30px;
	color: rgba(255,126,0,1.00);
}

.form-inputPass::before {
	content: "\f084";
	position: absolute;
	font-family: "FontAwesome";
	padding-left: 5px;
	padding-top: 0px;	
	font-size: 30px;
	color: rgba(255,126,0,1.00);
}

.form-inputEmail::before {
	content: "\f0e0";
	position: absolute;
	font-family: "FontAwesome";
	padding-left: 5px;
	padding-top: 4px;	
	font-size: 25px;
	color: rgba(255,126,0,1.00);
}

a {
	font-size: 0.95em;
	//color: rgb;
}

input[type="checkbox"] {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	cursor:pointer;
}

#msj {
	color: red;
}

#headline {
		background-color: rgba(255,126,0,1.00);
		height: 10px;
}

#lowerline {
		background-color: rgba(255,126,0,1.00);
		height: 12px;
}

.logo {
	height: 25%;
	width: 25%;
	padding-left: 27px;	
}

#imglogo {
	height: 15%;
	width: 20%;
	margin:-1px;

}

.footer {
    background-color: rgba(255,126,0,1.00);
    height: 12px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #FFF;
    text-align: center;
    margin-bottom:0px;
}

 @media all and (max-width: 360px) and (min-width: 0px) {
        
     .xiloh-image-resp{
         width: 100%;
     }
        
 }
   