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

body {
  background-image: url('fondo.jpg');
}

.form-register {
  width: 400px;
  background: #346e5e;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 5px;
  font-family: 'Century Gothic';
  color: rgb(255, 255, 255);
  box-shadow: 7px 13px 37px rgb(21, 23, 29);
}

.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 #089158;
  font-family: 'Century Gothic';
  font-size: 18px;
  color: rgb(0, 0, 0);
}

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

.form-register a {
  color: rgb(236, 228, 228);
  text-decoration: none;
}

.form-register a:hover {
  color: rgb(12, 2, 2);
  text-decoration: underline;
}

.form-register .botons {
  width: 100%;
  background: #00af56;
  border: none;
  padding: 12px;
  font-family: 'Century Gothic';
  color: rgb(255, 255, 255);
  margin: 16px 0;
  font-size: 16px;
}
.form-register .botones {
  width: 100%;
  background: #20a553;
  border: none;
  padding: 12px;
  font-family: 'Century Gothic';
  color: rgb(255, 255, 255);
  margin: 16px 0;
  font-size: 16px;
}