body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

  body
  {

    background-color: #E9E9E9;
    background-image: url('../img/bg_login.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  .ftMontserrat
  {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0;
      line-height: 17px;
  }
.btnLogin
{
  height: 40px;
  width: 140px;
  border-radius: 10px;
  background-color: #4A90E2;
  color: white;
}

.btnLogin:hover
{
  background-color: #00BDFF;
  color: white;
}

.rectangle {
  width: 50%!important;
  opacity: 0.9;
  background-color: #ECEBE9;
}

#bienvenido h2 {
  font-size: 1.9em
 }

#bienvenido h3 {
  font-size: 1.9em
 }

 #bienvenido h5 {
  font-size: 1.9em
}

#bienvenido h6 {
  font-size: 1.9em
}