html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
*{ box-sizing: border-box; }

body{
	background:url('../img/continentes.jpg') no-repeat 0px 0px;
	background-size: cover;
	font-family: 'Lato', sans-serif;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-attachment:fixed;
}

.content {
	height: 100%;
    width: 100%;
    display: table;
    position: absolute;
    background: rgba(225, 225, 225, 0.05);    
}


.login{
	width: 30%;
	margin: 0 auto;
	margin-top:8%;	
	padding: 0.26em 1.5em 2em 1.5em;	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
    background: -webkit-linear-gradient(rgba(12, 24, 40, 0.76), rgba(255, 255, 255, 0.52)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(rgba(12, 24, 40, 0.76), rgba(255, 255, 255, 0.52)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(rgba(12, 24, 40, 0.76), rgba(255, 255, 255, 0.52)); /* For Firefox 3.6 to 15 */
	background: linear-gradient(rgba(12, 24, 40, 0.76), rgba(255, 255, 255, 0.52));
	-webkit-box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 11px 50px 0px rgba(0,0,0,0.75);
	text-align: center;
	border-radius: 0.5em;	
}

.login .photo {
	position: relative;
	/*background-color: rgba(12, 24, 40, 0.56);	
	top: -3.5em;*/
	margin: 0 auto;
	border-radius:50%;
	-webkit-border-radius:50%;
	-o-border-radius:50%;
	-moz-border-radius:50%;
	border:6px solid rgba(221, 218, 215, 0.01);
}

.photo{
	width: 8em;	
    height: 8em;
    background: url("../img/logo-tai.png");
	background-repeat: no-repeat;
	background-position: center;    
    background-size: 100%;  
    background-position:center;  
    position: relative;
    overflow: hidden;
}


.login h1{
	position: relative;
	font-size: 1.7em;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	text-align: center;
}

.login a{
	color:black;
	text-decoration: none;
	font-size: 0.8em;
	font-family: 'Open Sans', sans-serif;
	
}

.login a:hover, .login a:focus{
	color: yellow;
}

.msform {			
	width: 88%;
	margin: 0 auto;	
	padding: 1.5em;	
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	text-align: center;
}

.msform input, .msform select, .msform textarea {
	padding: 15px;
	width: 100%;
	border: 2px solid #e5e5e5;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	border-radius: 3px;
	margin-top: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
	font-family: montserrat;
	color: #2C3E50;
	font-size: 13px;
}

.login .alerta{
	color: red;
	padding:0.6em;
	border-radius: 0.5em;	
	background: rgba(255, 255, 255, 0.60);
	box-shadow: 0 3px 18px 8px rgba(38, 24, 24, 0.25);
}

.login .alerta{
	display: none;
}
.msform input:hover, .msform select:hover, .msform textarea:hover{
	border-color: #1E90FF;
}

.msform .action-button {
	width: 100px;
	background: #004080;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}

.msform .action-button:hover, .msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #0080ff;
}

.input{
	vertical-align: middle;
	position: relative;
	display: block;
}

.icon-prepend{
	position:absolute;
	top: 50%;
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	margin-top: -10px; 
}

.icon-prepend {
	left: 5px;
	padding-right: -2px;
}

.icon-prependt{
	position:absolute;
	top: 40%;
	width: 29px;
	height: 29px;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	margin-top: -10px; 
	left: 5px;
	padding-right: -2px;
}

.input .icon-prepend + input,
.select .icon-prepend + select,
.input .icon-prependt + textarea {
	padding-left: 35px;
}





.text-red{color:#dd4b39 !important}
.text-yellow{color:#f39c12 !important}
.text-aqua{color:#00c0ef !important}
.text-blue{color:#0073b7 !important}
.text-black{color:#111 !important}
.text-light-blue{color:#3c8dbc !important}
.text-green{color:#00a65a !important}
.text-gray{color:#d2d6de !important}
.text-navy{color:#001f3f !important}
.text-teal{color:#39cccc !important}
.text-olive{color:#3d9970 !important}
.text-lime{color:#01ff70 !important}
.text-orange{color:#ff851b !important}
.text-fuchsia{color:#f012be !important}
.text-purple{color:#605ca8 !important}
.text-maroon{color:#d81b60 !important}

/* Para 960px */  
@media only screen and (max-width: 980px) and (min-width: 821px) {  
	.login{
		width: 45%;
		margin-top: 15%;
	}
}  
  
/* Para 800px */  
@media only screen and (max-width: 820px) and (min-width: 621px) {  
	.login{
		width: 55%;
		margin-top: 15%;
	}
}  
  
/* Para 600px */  
@media only screen and (max-width: 620px) and (min-width: 501px) {  
	.login{
		width: 75%;
		margin-top: 15%;
	}
}  
  
/* Para 480px */  
@media only screen and (max-width: 500px) and (min-width: 0px) {  
	.login{
		width: 85%;
		margin-top: 20%;
	}
}
