.account-form{
  background: #c6d0f0;
  padding: 49px;

}

.account-form input {
  border: 2px solid #ccc;
  height: calc(2em + .75rem + 2px);
}

.account-form input:focus {
  border-color: #1497ff;
  box-shadow: none;
}