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

body {
  background-color: #1F3451;
}

.form-register {
  width: 350px;
  background: #F6F2EF;
  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 #F6F2EF;
  font-family: 'Century Gothic';
  font-size: 14px;
  color: rgb(0, 0, 0);
}

.form-register p {
  height: 50px;
  text-align: center;
  font-size: 14px;
  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: #5C7E8C;
  border: none;
  padding: 12px;
  font-family: 'Century Gothic';
  color: rgb(255, 255, 255);
  margin: 16px 0;
  font-size: 14px;
}

.btn-regresar {
    color: #5C7E8C !important;
    font-size: 12px !important;
    text-decoration: none !important;
    font-family: 'Century Gothic', sans-serif;
  }
  
 
  .btn-regresar:active {
    color: #878787 !important;
  }

