body {
}
.fondoLogin{
  position: fixed;
  top: 20px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.cabecera{
    width: 100%;
    height: 0px;
    background-color: white;
    padding-right: 0px;
    padding-left: 0px;
}

.cabecera .logo {
    position: relative;
    top: 25px;
}

.separador-r {
    background-image:url(../img/separador-header-p.png);
    height: 20px;
    width: 100%;
    position: fixed;
    top: 0px;
    background-repeat: repeat-x;
    text-align: right;
}

.separador{
    background-image: url(../img/separador-header.png);
    height: 20px;
    width: 1011px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-repeat: no-repeat;
}

.cuerpo {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
}

.imagenLogin {
    width: 100%;
    height: auto;
    max-width: 300px;
}

.form-signin {
    max-width: 570px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[name="usuario"] {
    margin-bottom: 20px;
/*    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;*/
}
.form-signin input[name="clave"] {
    margin-bottom: 20px;
/*    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;*/
}

.form-container {
    position: relative;
    padding: 10px;
}

.form-container .fondo {
    background-color: #ffffff;
    filter: alpha(opacity=30);
    -moz-opacity: 0.3;
    opacity: 0.3;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.modal-header {
    background-color: #ABD7C4;
    color:#3c763d;
}

/*.btn-block {
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}*/
