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

.form-register2 {
  background: #f2f1ef;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 4px;
  color: #000000;
  font-size: 1rem;
  font-family: "GT-Walsheim-Pro",Arial,Helvetica,sans-serif;
  line-height: 1.4;
  font-weight: 400;
  width: 50%; /* Ancho del formulario */
  margin-right: 20px; /* Espacio a la derecha del formulario */
}


.form-register {
  max-width: 600px;
  width: 90%;
  background: #f2f1ef;
  padding: 30px;
  margin: auto;
  margin-top: 100px;
  border-radius: 4px;
  color: #000000;
  font-size: 1rem;
  font-family: "GT-Walsheim-Pro",Arial,Helvetica,sans-serif;
  line-height: 1.4;
  font-weight: 400;
  box-shadow: 0 0 50px rgba(28, 3, 64, 0.5);
}

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

.controls {
  width: 100%;
  background: #f2f1ef;
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 16px;
  border: 1px solid #565656;
  font-size: 1rem;
  font-family: "GT-Walsheim-Pro",Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  color: #717171;
}

.controls:focus {
  border-color: #4f2d7f; 
  box-shadow: 0 0 10px rgba(79, 45, 127, 0.5); 
  color: #4f2d7f;
  outline: none; 
}

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

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

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

.form-register .botons {
  width: 100%;
  padding: 12px;
  color: #ce2c2c;
  margin: 16px 0;
  font-size: 16px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  border: 0.2rem solid #ce2c2c;
  font-weight: 400;
  display: inline-flex;
  vertical-align: middle;
  transition: all 0.3s linear;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  background: transparent;
  z-index: 1;
  --svg-animate-duration-2nd-out: 0.6s;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  background: rgba(0,0,0,0);
  cursor: pointer;
	
}

@import url('https://fonts.googleapis.com/css?family=Amatic+SC');
/*
body {
  margin: 0;
  height: 100%;
  background-image: linear-gradient(to top, #ad02f0 0%, #fff 100%);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
-*/
.button_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30%;
}
.description, .link {
  font-family: 'Amatic SC', cursive;
  text-align: center;
}
.description {
  font-size: 35px;
}
.btn {
  border: none;
  display: block;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
  outline: none;
  overflow: hidden;
  position: relative;
  color: #ad02f0;
  border: 0.2rem solid #ad02f0;
  font-weight: 700;
  font-size: 15px;
  background-color: #ffffff;
  padding: 17px 60px;
  margin: 0 auto;
  box-shadow: 0 5px 15px rgba(0,0,0,0.20);
}
.btn span {
  position: relative; 
  z-index: 1;
}
.btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 490%;
  width: 140%;
  font-weight: 700;
  font-size: 15px;
  color: #ffffff;
  background: #ad02f0;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  -webkit-transform: translateX(-98%) translateY(-25%) rotate(45deg);
  transform: translateX(-98%) translateY(-25%) rotate(45deg);
}
.btn:hover:after {
  -webkit-transform: translateX(-9%) translateY(-25%) rotate(45deg);
  transform: translateX(-9%) translateY(-25%) rotate(45deg);
}

.link {
  font-size: 20px;
  margin-top: 30px;
}

.link a {
  color: #000;
  font-size: 25px; 
}