* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image: url('BG.jpg');
  background-size: 1920px 1920px;
  background-repeat: repeat-x;
}

.preform {
  width: 60%;
  padding: 10px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  font-family: 'calibri';
  font-size: 22px;
  color: midnightblue;
}

.form-register {
  width: 400px;
  background: #ffffff;
  padding: 30px;
  margin: auto;
  margin-top: 50px;
  border-radius: 4px;
  text-align: center;
  font-family: 'calibri';
  color: midnightblue;
  box-shadow: 7px 13px 37px #ccc;
}

.form-register h4 {
  font-size: 22px;
  margin-bottom: 20px;
}

.controls {
  width: 100%;
  background: #ffffff;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #848c9f;
  font-family: 'calibri';
  font-size: 18px;
  color: midnightblue;
}

.form-register p {
  height: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}

.form-register a {
  color: black;
  text-decoration: none;
}

.form-register a:hover {
  color: midnightblue;
  text-decoration: underline;
}

.form-register .botons {
  width: 100%;
  background: #035199;
  border: none;
  padding: 12px;
  color: white;
  margin: 16px 0;
  font-size: 16px;
}
