html,body{
  height: 100%;
}
body{
  background-color: #00156F;
}

.main .main-logo{
  text-align: center;
}
.main .main-logo img{

  height: 170px;

}


.custom-form {
  position: relative;
  display: block;
}

.custom-form #email {
  background: #FDFCFB;
  font-family: inherit;
  color: #737373;
  letter-spacing: 1px;
  text-indent: 1%;
  border-radius: 30px;
}
.custom-form .form-control {
  border-color: #ebebeb;
  padding: .975rem 0.85rem;
  height: calc(2.58em + .75rem + 2px);
}
.custom-form .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: transparent;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 86,.25);
}
.custom-form input.button {
  position: absolute;
  right: 4px;
  border-radius: 30px;
  top: 4px;
  bottom: 4px;
  min-width: 120px;
  background: #ff4556;
  color: #ffffff;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;

}
.custom-form input.button:active,.custom-form input.button:hover{
  background: #e23d4b;
}

.custom-form input.button:focus{
  box-shadow: 0 0 0 0.2rem rgba(255, 69, 86,.25);
}

@media only screen and (max-width: 532px) {
  .custom-form input.button {
    /* font-weight: 400; */
    padding-left: 4px;
    padding-right: 4px;
    min-width: 100px;
    /* font-size:  15px; */

  }
}
