*,
*::after,
*::before {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}
body {
  align-items: center;
  background-attachment: fixed;
  background-image: url("../media/png/back_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  height: 100%;
  justify-content: center;
  line-height: 1.7;
}
.required {
  background-color: #f00;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
}
.copy {
  bottom: 0;
  color: #fff;
  font-size: 1.1rem;
  margin: 2rem;
  position: absolute;
  text-align: center;
}
.btn {
  background: #000;
  border: none;
  border-radius: 8px;
  box-shadow: -4px 0 4px #c87b97, 4px 0 4px #c87b97, 0 -4px 4px #fe2c55,
    0 4px 4px #3efaf4;
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  height: 60px;
  margin: 20px 0;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s;
  width: 100%;
}
.btn--flex {
  width: 100%;
}
.select {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  height: 6rem;
  margin: 2px;
  margin-bottom: 1rem;
  margin-top: 3rem;
  padding-left: 1rem;
  width: 100%;
}
option {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 18px;
  padding: 20px;
  position: relative;
}
.input {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 8px;
  color: #fff;
  font-size: 20px;
  margin: 1.5rem 0;
  padding: 1.5rem;
  width: 100%;
}
.content {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.content--center {
  align-items: center;
  background: url(../media/png/girl_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 30%;
}
.content--bg {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 15px;
  box-shadow: 0px 15px 50px 0px rgba(0, 0, 0, 0.3);
  margin: 0 2rem;
  padding: 10px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
.content--p {
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  margin: 1rem 0;
  margin-bottom: 5rem;
}
.content--p-2 {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.content__side {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 2rem;
  text-align: center;
  z-index: 1;
}
.content__side--img {
  border: 1px solid #fff;
  border-radius: 100%;
  height: 5rem;
  margin: 1rem 0;
  width: 5rem;
}
.content__side--icon {
  margin: 1rem 0;
}
.container__box-2--form {
  align-items: center;
  display: none;
  flex-direction: column;
  padding: 2rem;
}
@media only screen and (min-width: 1500px) {
  html {
    font-size: 72.5%;
  }
}
@media only screen and (max-width: 1600px) {
  .content--center {
    width: 35%;
  }
  .content--p {
    font-size: 26px;
    margin-bottom: 3rem;
  }
}
@media only screen and (max-width: 1250px) {
  .content--center {
    width: 40%;
  }
  .content--p {
    font-size: 22px;
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .content--center {
    width: 50%;
  }
}
@media only screen and (max-width: 850px) {
  .content--center {
    width: 65%;
  }
}
@media only screen and (max-width: 700px) {
  .content--center {
    width: 80%;
  }
}
@media only screen and (max-width: 600px) {
  .content--center {
    width: 95%;
  }
}
.form-select--box {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
a {
  color: inherit;
  text-decoration: none !important;
}
