.login {
}

.login .login--wrapper {
  display: flex;
  justify-content: center;
}

.login .login--username-box {
  width: 450px;
  height: 45px;
  padding: 10px;
  font-size: 20px;
  margin-top: 60px;
  color: #063B7E;
  border: 1px solid #063B7E !important;
  border-radius: 50px;
  text-indent: 10px;
}

.login .login--password-box {
  width: 450px;
  height: 45px;
  padding: 10px;
  font-size: 20px;
  margin-top: 40px;
  color: #063B7E;
  border: 1px solid #063B7E !important;
  border-radius: 50px;
  text-indent: 10px;
}

.login .login--username-box::placeholder,
.login .login--password-box::placeholder {
  color: lightgray;
}

.login .login--button {
  width: 450px;
  height: 45px;
  font-size: 20px;
  border-radius: 50px;
  color: white;
  margin-top: 40px;
  background-color: #063B7E;
}
