.form {
  background: #cececece;
  padding: 10px;
  max-width: 400px;
  margin: 20px auto;
  border-radius: 5px;
}

input {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  background: none;
  background-image: none;
  border: 1px solid #d21f22;
  color: #333;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
}
input:focus {
  outline: 0;
  border-color: red;
}
label{
  color: #1f3c88 !important;
  font-weight: 600 !important;
}
.field-wrap {
  position: relative;
  margin-bottom: 15px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button {
  margin:0 auto;
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 10px 0;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .1em;
  background-color:#0a54ab;
  border-color:#0a54ab;
  color: #ffffff;
  font-weight:bold;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button:hover, .button:focus {
  cursor:pointer;
  color: #cccccc !important;
  opacity: 0.8;
}
.button-block {
  display: block;
  width: 100%;
}
.forgot {
   color:#ff7e4a !important;
  text-align: right;
}

.recuperarPass{
 color: #333;
 font-weight: bold; 
}

#volver{
  float: right;
  color: #333;
}
.miBtn{
  background-color:#d21f22 !important;
}

#olvidar{
float: right;
color:#1f3c88;  
}

#nuevaCuenta{
  float: left;
  color: #333;
}