/* 
 * To change this license header, choose License Headers in Project Properties.
 * To change this template file, choose Tools | Templates
 * and open the template in the editor.
 */
/* 
    Document   : default
    Created on : 26-may-2014, 13:11:00
    Author     : Laura
    Description:
        Purpose of the stylesheet follows.
*/
html{background-color: #efefef;font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
body{margin:0;
    font: 400 14px  Arial, Verdana, sans-serif;
    /*background: #FFF;*/
}
.center{text-align: center;}
header{
    position:relative;
    z-index: 501;
    min-height: 90px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 10px solid #cdcdcd;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-logo{
    float:left;
    font-size:18px;
    line-height:20px;
    height:90px;
    padding: 0;
}
.btn{
    display:inline-block;
    margin-bottom:0;
    font-weight:400;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
    background-image:none;
    border:1px solid transparent;
    white-space:nowrap;
    padding:6px 12px;
    font-size:14px;
    line-height:1.4;
    border-radius:4px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
}
/* Pantalla Login */
.content_login{
    margin: 0 auto;
    width: 500px;
}
.login-wrapper {
    position: relative;
    width: 500px;
    padding: 15px 0;
    margin: 0 auto;
    text-align: center;
}
.login {
  position: relative;
  padding: 35px 30px 10px;
  margin-bottom: 1em;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.125);
}
.login-title {
  margin-bottom: 10px;
  line-height: 1.5em;
}
.login-subtitle {
  color: #777;
  line-height: 1.5em;
}
.login-form{
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 0 25px;
    text-align: left;
}
.login-form label {
    font-size:14px;
    line-height:1.2;
    display: block;
    width: 26%;
    float:left;
    margin:13px 0;
}
.form-group{
    display:block;
    width:100%;   
}
.form-control{
    font-size:14px;
    line-height:1.2;
    width: 70%;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 30px;
    padding: 6px 6px;
}
.form-control:focus{
    border-color:#66afe9;
    outline:0;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6)
}

.form-group{margin-bottom:15px}
.error input{  border-color: #b94a48;}
.error label{  color: #b94a48;}
.btn-login {
    background-color: #d5222c;
    border-color: #DF2E1B;
    color: #FFFFFF;
    display: block;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.btn-login:hover,.btn-login:focus,.btn-login:active {
  color: #ffffff;
  background-color: #f72b43;
  border-color: #a82315;
}
