﻿@font-face
{
	font-family:OpenSans-Regular;
	src: url('../fonts/OpenSans-Regular.ttf'), url('../fonts/OpenSans-Regular.eot');

}


body {
	font-family: OpenSans-Regular;
}

H1 {
	color: #FFFFFF;
	font-size: 1.5em;
}

H4 {
	color: #d25d12;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	line-height: 15px;
}

.container {
	/*background: rgba(46,81,126,0.4);
	background: -moz-linear-gradient(left, rgba(46,81,126,0.4) 0%, rgba(0,157,255,0.45) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(46,81,126,0.4)), color-stop(100%, rgba(0,157,255,0.45)));
	background: -webkit-linear-gradient(left, rgba(46,81,126,0.4) 0%, rgba(0,157,255,0.45) 100%);
	background: -o-linear-gradient(left, rgba(46,81,126,0.4) 0%, rgba(0,157,255,0.45) 100%);
	background: -ms-linear-gradient(left, rgba(46,81,126,0.4) 0%, rgba(0,157,255,0.45) 100%);
	background: linear-gradient(to right, rgba(46,81,126,0.4) 0%, rgba(0,157,255,0.45) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e517e', endColorstr='#009dff', GradientType=1 );*/
	width:100%;
	height:100%;
	overflow:auto;
	position:fixed;
	top:0px;
	left:0px;
}

header {
	text-align: center;
}

.login-logo {
    margin-bottom:20px;
	margin-top: 20px;
	text-align: left;
}
.login-logo img
{
    height:250PX;
}

.login-titulo h1 {
	margin-bottom: 40px;
	margin-top: 30px;
    color:#FFF;
    text-shadow: black 0.1em 0.1em 0.2em
}

#titulo3 {
  text-shadow: 3px 3px 5px #f00,
               6px 6px 5px #0f0,
               9px 9px 5px #00f;
}

.content {
	background-color: #FFF;
	border-radius: 10px;
	margin:-80px auto;
	max-width:320px;
	padding: 15px;
}

.form-control {
	background-color: #EEE;
	border:1px #CCC solid;
	color:#4b5563;
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#333;
	height:34px;
	vertical-align:middle;
	margin:10px auto;
	padding-left:10px;
	width: 280px;
}

.login-wrap span {
	font-size:14px;
	font-weight:700;
	color:#EF6D63;
	padding-left:18px;
}
.login-wrap li {
	font-size:14px;
	font-weight:700;
	color:#EF6D63;
	padding-left:10px;
}

.boton {
	background-color:#a4c5d2;
	border:medium;
	border-radius: 10px;
	color:#425363;
	display:block;
	font-size:24px;
	font-weight:bold;
	height:52px;
	margin:10px auto;
	text-align: center;
	vertical-align: middle;
	width: 290px;
    cursor:pointer;
}

.recuperar {
    font-size: 14px;
    font-weight: 400;
    text-decoration:none;
    color: #D16527;
    padding-left: 18px;
}

/* Language Picker  
----------------------------------------------------------*/
.lang-picker-wrapper
{
    position: absolute; 
    right: 0px; 
    z-index: 1000; 
    top: 10px;
}
.lang-picker 
{
    /*background: url("/Content/images/lang-picker-arrow-down.png") no-repeat scroll right top #A5D03C;*/
    color: #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 24px;
    line-height: 12px;
    margin: -2px 0 0 5px;
    overflow: hidden;
    padding: 0 7px;
    position: relative;
    border-radius: 6px;
}
.lang-picker a 
{
    border-bottom: 1px solid #98C038;
    border-top: 1px solid #BAD836;
    color: #FFFFFF;
    /*display: block;*/
    line-height: 22px;
    padding: 0 16px 0 20px;
    text-align: left;
    text-decoration: none;
}
.lang-picker a:hover 
{
    color: #fff;
}

.lang-picker.hover
{
    background-image: url("/Content/images/lang-picker-arrow-up.png");
}