@import url("https://fonts.googleapis.com/css?family=Bree+Serif");
body {
  font-family: "Bree Serif", serif;
  color: #FFFFFF;
  background-color:#25318B;
}

.container {
  align-content: center;
  display: flex;
  margin: 50px auto;
  width: 500px;
  height: 580px;
  background: #1A8093;
  border-radius: 20px;
}

.login {
  font-size: 24px;
  cursor: pointer;
  padding-top: 10px;
  text-align: center;
  display: block;
  position: absolute;
  margin-top: -20px;
  width: 250px;
  height: 70px;
  background: #1A8093;
  border-top-right-radius: 15px;
  box-shadow: 2px black;
  transition: margin 0.5s, border-top-right-radius 0.8s, border-bottom-right-radius 0.8s;
}

.singin {
  font-size: 24px;
  cursor: pointer;
  padding-top: 10px;
  text-align: center;
  display: block;
  position: absolute;
  margin: 0 250px;
  width: 250px;
  height: 50px;
  background: #EA534D;
  border-bottom-left-radius: 15px;
  transition: margin 0.5s, border-top-left-radius 0.8s, border-bottom-left-radius 0.8s;
}

.button .login {
  margin: 0;
  background: #EA534D;
  height: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 15px;
  transition: margin 0.5s, border-top-right-radius 0.8s, border-bottom-right-radius 0.8s;
}
.button .singin {
  font-size: 24px;
  cursor: pointer;
  padding-top: 10px;
  text-align: center;
  display: block;
  position: absolute;
  margin: -20px 250px;
  width: 250px;
  height: 70px;
  background: #1A8093;
  border-top-left-radius: 15px;
  transition: margin 0.5s, border-top-left-radius 0.8s, border-bottom-left-radius 0.8s;
}

.login-enter {
  position: absolute;
  margin: 100px 50px;
  width: 400px;
  height: 35px;
  background: #FFFFFF;
  z-index: 1;
  color: #1A8093;
  font-size: 20px;
  text-align: center;
}

.mail-enter {
  position: absolute;
  margin: 160px 50px;
  width: 400px;
  height: 35px;
  background: #FFFFFF;
  z-index: 1;
  color: #1A8093;
  font-size: 20px;
  text-align: center;
}

.password-enter {
  position: absolute;
  margin: 220px 50px;
  width: 400px;
  height: 35px;
  background: #FFFFFF;
  color: #1A8093;
  z-index: 1;
  font-size: 20px;
  text-align: center;
}

.eleccion {
  position: absolute;
  margin: 280px 50px;
  width: 400px;
  height: 35px;
  background: #FFFFFF;
  z-index: 1;
  color: #1A8093;
  font-size: 20px;
  text-align: center;
}

.asunto {
  position: absolute;
  margin: 340px 50px;
  width: 400px;
  height: 160px;
  background: #FFFFFF;
  z-index: 1;
  color: #1A8093;
  font-size: 20px;
  text-align: center;
}



input[type=text]::-webkit-input-placeholder {
  text-align: center;
  color: blue;
  font-size: 18px;
  opacity: 0.5;
}

input[type=email]::-webkit-input-placeholder {
  text-align: center;
  color: blue;
  font-size: 18px;
  opacity: 0.5;
}

input[type=password]::-webkit-input-placeholder {
  text-align: center;
  color: blue;
  font-size: 18px;
  opacity: 0.5;
}


.submit-reg {
  position: absolute;
  margin: 520px 50px;
  width: 400px;
  height: 50px;
  background: #196776;
  z-index: 1;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  border: none;
}


.submit-reg:hover {
  background-color: #EA534D;
}

.submit-reg:active {
  opacity: 0.5;
}

.submit-enter {
  display: none;
}

.check-conditions {
  position: absolute;
  display: block;
  margin: 340px 50px;
  width: 20px;
  height: 50px;
  background: #196776;
  z-index: 1;
}

.agree {
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  position: absolute;
  margin: 350px 80px;
  color: #49A5B6;
  font-size: 14px;
  text-decoration: none;
}

.button .login-enter {
  margin: 100px 50px;
}
.button .mail-enter {
  margin: 160px 50px;
}
.button .password-enter {
  margin: 220px 50px;
}
.button .second-password {
  display: none;
}
.button .check-conditions {
  display: none;
}
.button .agree {
  display: none;
}
.button .submit-reg {
  opacity: 0;
}
.button .submit-enter {
  display: block;
  position: absolute;
  margin: 520px 50px;
  width: 400px;
  height: 50px;
  background: #196776;
  z-index: 1;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  border: none;
}
.button .submit-enter:active {
  opacity: 0.5;
}