
.form-signin {
  max-width: 400px;
  padding: 15px;
  margin: 0 auto;
  border-top: 1px solid #337AB7;
  border-right: 1px solid #337AB7;
  border-bottom: 1px solid #337AB7;
  border-left: 1px solid #337AB7;
  border-radius: 10px 10px 10px 10px;

}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.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[type="email"] {
    margin-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
}

.form-signin input[type="password"] {
    margin-bottom: 15px;
    border-radius: 4px 4px 4px 4px;
}

/*Footer*/
.footer {
    position: relative;
    margin-top: 30px; /* altura en px del footer con valor negativo */
    height: 20px; /* Altura del Footer en px*/
    clear: both;
    background: #fff;
    text-align: center;
    color: #000;
    padding-top: 25px;
}

/*Opera Fix*/
body:before {
    content: "";
    height: 100%;
    float: left;
    width: 0;
    margin-top: -32767px;/* Efecto Negativo para OPERA*/
}

.cover{
    width:200px;
    height:50px;
    background-color:#000000;
    float:right;
    overflow:auto;
}

.rightSection{
    width:100px;
    height:3000px;
    background-color:white;
}

.header{
    position:fixed;
}
