﻿body {
  background: #F0ECE4;
}
body .register-card {
  border-radius: 40px;
  margin-top: 3%;
}
body .register-card .error-message {
  display: none;
  color: red;
  font-size: 14px;
  line-height: 1.2;
}
