@import "forms.css";
@import "botones.css";
body {
	font-family: 'Open Sans', arial, sans-serif;
  	font-style: normal;
	font-weight: 400;
  	font-size: 14px;
  	line-height: 1.42857143;
	color:#FFF;
	/*background-image: url("images/bg.jpg");
	background-repeat:repeat;
	background-size: cover;*/
}
.reproductor_video_videocontainer-dimensions.vjs-fluid {
    height: 100% !important;
}
.video-overlay {
	background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
#ENGINE_viewport, #screen__login {
	height: 100%;
}
.contenidos {
	display: flex!important;
	display: -ms-flexbox!important;
    display: -webkit-flex!important;
    align-items: center;
	-ms-flex-align: center;
    -webkit-align-items: center;
    justify-content: center;
	-ms-flex-pack: center;
    -webkit-justify-content: center;
}
.contenidos-login {
	background: rgba(255,255,255, 0.4) none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.3);
	max-width: 375px;
	width: 375px;
}
.contenidos-login:before {
	background: rgba(0, 0, 0, 0.08) none repeat scroll 0 0;
    border-radius: 4px;
    bottom: -8px;
    content: "";
    left: -8px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: -1;
}
.zona-logo {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(255,255,255,0.10);
	border-radius: 5px;
	border: 1px solid rgba(255,255,255,0.20);
	
}
.bienvenida {
	background: #f3f3f3 none repeat scroll 0 0;
    border-bottom: 1px solid #cfcfcf;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 1px whitesmoke;
    color: #555;
	padding: 10px;
    font-size:18px;
    font-weight: 600;
}
.bienvenida p {
	margin: 0px;
	padding: 0px;
}

.login-lbl-bienvenida-2 {
	font-family: 'Open Sans', arial, sans-serif;
  	font-style: normal;
	font-weight: 600;
	font-size:20px;
	color: #D65554;
}

.input-login-mail input, .input-login-password input {
	font-family: 'Open Sans', arial, sans-serif;
  	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	-moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    -moz-outline-radius: 3px;
    background: white none repeat scroll 0 0;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4;
    border-image: none;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12) inset;
    color: #404040;
    height: 34px;
    margin: 5px;
    outline: 5px solid #eff4f7;
    padding: 0 10px;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-color: #7dc9e2;
    outline-color: #dceefc;
    outline-offset: 0;
}
.login-username p, .login-password p {
	margin: 0px;
	font-size: 28px;
	color: #FFF;
}
.zona-terminos {
	background-color: rgba(86, 92, 141, 0.6);
	padding: 5px 0px 5px 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.bienvenida p, .copyright {
	font-family: 'Open Sans', arial, sans-serif;
  	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	color: #fff;
}

.btn-login {
	height: 35px;
	background-color: #7dc9e2;
}
.btn-login button {
	font-weight: 600;
	color: #fff;
}
.btn-login button .button-right-icon {
	margin-left: 10px;
}