body {
  font-family: "Roboto";
}

.back {
  background: linear-gradient(120grad, #643986, #98aed5);
  background: linear-gradient(120grad, #ffffff, #ffff);
  position: absolute;
  width: 100%;
  height: 100%;
}

.registration-form {
  /* width: 400px; */
  /* position: absolute;
  left: 50%;
  transform: translate(-50%, 0%); */
  top: 15%;
  background: transparent;
  /* margin-top: 30vh; */
  max-width: 600px;
}

.registration-form header {
  /* position: relative; */
  z-index: 4;
  /* background: white; */
  background: #E5E5E5;
  padding: 20px 30px;
  border-radius: 15px 15px 0 0;
  color: #0F327B;
}

.registration-form header h1 {
  font-weight: 900;
  letter-spacing: 1.5px;
  /* color: #333; */
  color: #0F327B;
  font-size: 23px;
  text-transform: uppercase;
  margin: 0;
}

.registration-form header p {
  word-spacing: 0px;
  /* color: #9facb6; */
  color: black;
  font-size: 17px;
  margin: 0;
  margin-top: 5px;
}

.registration-form form {
  position: relative;
}

.registration-form .input-section {
  width: 100%;
  position: absolute;
  display: flex;
  left: 50%;
  transform: translate(-50%, 0);
  height: 75px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
}

.registration-form .input-section.folded {
  width: 95%;
  margin-top: 10px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}

.registration-form .input-section.folded input {
  /* background-color: #e9e2c0; */
  background-color: #00B488;
}

.registration-form .input-section.folded span {
  /* background-color: #e9e2c0; */
  background-color: #00B488;
}

.registration-form .input-section.folded+.folded {
  width: 90%;
  margin-top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}

.registration-form .input-section.folded+.folded input {
  /* background-color: #e1bcef; */
  background-color: #6F9BF5;
}

.registration-form .input-section.folded+.folded span {
  /* background-color: #e1bcef; */
  background-color: #6F9BF5;
}

.registration-form .input-section.fold-up {
  margin-top: -75px;
}

.registration-form form input {
  background: #ffffff;
  /* color: #8f8fd6; */
  color: #0F327B;
  width: 80%;
  /* border: 0; */
  /* padding: 20px 40px; */
  margin: 0;
}

.registration-form form input:focus {
  outline: none;
}

.registration-form form input::-moz-placeholder {
  /* color: #8f8fd6; */
  color: #0F327B;
  font-weight: 100;
}

.registration-form form input:-ms-input-placeholder {
  /* color: #8f8fd6; */
  color: #0F327B;
  font-weight: 100;
}

.registration-form form input::placeholder {
  /* color: #8f8fd6; */
  color: #0F327B;
  font-weight: 100;
}

.animated-button {
  width: 20%;
  /* background-color: #d4d4ff; */
  background-color: #6F9BF5;
}

.animated-button span {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  line-height: 75px;
  text-align: center;
  height: 75px;
  transition: all 0.2s ease-in;
}

.animated-button span i {
  font-size: 25px;
  /* color: #9999f8; */
  color: #0F327B;
}

.animated-button .next-button {
  background: transparent;
  color: #9999f8;
  font-weight: 100;
  width: 100%;
  border: 0;
}

.next {
  margin-top: -75px;
}

.success {
  width: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  left: 50%;
  transform: translate(-50%, 0);
  height: 75px;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease-in;
  /* background: limegreen; */
  background: #00B588;
  margin-top: -75px;
}

.success p {
  /* color: white; */
  color: black;
  font-weight: 900;
  letter-spacing: 2px;
  font-size: 18px;
  width: 100%;
  text-align: center;
}

.back img {
  margin-top: 30px;
}

footer {
  background-color: #00c4cc;
  /* background-color: #A9E8F9; */
  text-align: center;
  color: #000000;
  /* position: fixed; */
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1032;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.list-inline-item a {
  color: #000000;
}

.reg-footer{
  background-color: #E5E5E5;
  padding: 20px 30px;
  border-radius: 0 0 15px 15px;
}

input:read-only {
  background-color: white !important;
}

input#nascimento.form-control:focus {
  display: none;
}
