.title {
  display: block;
  font-size: 32pt;
  font-weight: bold;
}

.myModal {
  background-image: url("../images/modal-bg-mobile@4x.jpg");
  height: 614px;
  width: 422px;
  background-size: cover;
  background-repeat: no-repeat;
}

.main .form {
  position: relative;
  background-color: #FFF;
  text-align: center;
  display: flex;
  flex-direction: column;
  width: 70vw;
}
.main .form .form-header {
  width: 100%;
  padding-top: 30px;
  background-color: #F5F7FE;
  height: 150px;
}
.main .form .form-content {
  width: 60vw;
}
.main .form .form-content .form-model {
  text-align: left;
}
.main .form .form-content .form-model .model-title {
  display: block;
  font-size: 28pt;
  margin: 15px 0 15px 0;
}
.main .form .form-content .form-model .model-content {
  justify-content: center;
  align-content: center;
  align-items: center;
}
.main .form .form-school {
  width: 100%;
  height: 28vw;
  overflow: hidden;
  background-image: linear-gradient(to bottom, rgba(135, 135, 135, 0.6), rgba(255, 255, 255, 0.6)), url("../images/school-bg@4x.png");
  background-position: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.main .form .form-school .outgrid {
  width: 80%;
  background-color: darkgray;
  padding: 10px;
}
.main .form .form-school .outgrid .school-select {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.main .form .form-school .outgrid .school-select .school-select-title {
  font-size: xx-large;
  margin-top: 20px;
  display: block;
}
.main .form .form-school .ingrid {
  width: 100%;
  height: 50%;
  padding: 20px 20px 20px 20px;
}
.main .form .form-school .ingrid .school-select-button {
  display: grid;
  cursor: pointer;
  background-color: #F0F3Fe;
  color: black;
  justify-content: center;
  align-content: center;
  font-size: small;
  border-radius: 10px;
}
.main .form .form-school .card {
  background-color: #fff;
  border-bottom-width: 5px;
  border-bottom-color: #2864AC;
}
.main .form .form-school .card-title {
  color: #418DE6;
  font-size: 2.38vw;
  align-items: center;
  text-align: center;
  font-weight: bold;
}
.main .form .form-school .card-subtitle {
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.7vw;
}
.main .form .form-submit {
  width: 100%;
  background-color: #08002A;
  height: 14vw;
}
.main .form .form-submit .grid {
  width: 50%;
}
.main .form .form-submit select {
  width: 100%;
  height: 40px;
}
.main .form .form-submit input {
  width: 100%;
  height: 40px;
  margin-bottom: 10px;
  padding: 10px;
}
.main .form .form-submit button {
  width: 50%;
  height: 30px;
  border-radius: 20px;
  color: #fff;
  background-image: linear-gradient(to bottom, #E3ccb0, #D0AB84);
}

@media screen and (max-device-width: 640px) {
  .title {
    font-size: 16pt;
  }

  .myModal {
    background-image: url("../images/modal-bg-mobile@4x.jpg");
    height: 402px;
    width: 278px;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .model-title {
    font-size: 9pt !important;
  }

  .school-select-title {
    font-size: 8pt !important;
  }

  .model-content {
    gap: 10px;
    width: 100%;
  }
  .model-content label {
    font-size: 8pt !important;
  }
  .form {
    width: 90vw !important;
  }
  .form .form-content {
    width: 80vw !important;
  }

  .subtitle {
    font-size: 8pt;
    display: block;
  }

  .form-school {
    width: 100%;
    height: 28vw;
    overflow: hidden;
    background-image: linear-gradient(to bottom, rgba(135, 135, 135, 0.6), rgba(255, 255, 255, 0.6)), url("../images/school-bg@4x.png");
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .form-school .outgrid {
    width: 100%;
    background-color: darkgray;
  }
  .form-school .outgrid .school-select {
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .form-school .outgrid .school-select .school-select-title {
    font-size: xx-large;
    margin-top: 20px;
    display: block;
  }
  .form-school .ingrid {
    width: 100%;
    height: 50%;
    padding: 20px 20px 20px 20px;
  }
  .form-school .ingrid .school-select-button {
    display: grid;
    cursor: pointer;
    background-color: #F0F3Fe;
    color: black;
    justify-content: center;
    align-content: center;
    font-size: small;
    border-radius: 10px;
  }
  .form-school .card {
    background-color: #fff;
    border-bottom-width: 5px;
    border-bottom-color: #2864AC;
  }
  .form-school .card-title {
    color: #418DE6;
    font-size: 10pt;
    align-items: center;
    text-align: center;
    font-weight: bold;
  }
  .form-school .card-subtitle {
    text-align: center;
    margin-bottom: 10px;
    font-size: 8pt;
  }

  .form-submit {
    height: 100px !important;
    font-size: 8pt !important;
    width: 100% !important;
  }
  .form-submit .grid {
    margin-top: 20px;
    width: 70% !important;
  }
  .form-submit select {
    width: 100%;
    height: 20px !important;
  }
  .form-submit input {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    height: 20px !important;
  }
  .form-submit button {
    width: 50%;
    height: 20px !important;
    border-radius: 10px;
    color: #fff;
    background-image: linear-gradient(to bottom, #E3ccb0, #D0AB84);
  }
}
.bg {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner {
  height: 34.7826086957vw;
  background-image: url("../images/banner@4x.png");
}

.btn-submit {
  width: 35%;
  background: #fb8b00;
  margin: 40px;
  height: 40px;
  border-radius: 20px;
  color: #fff;
  font-size: 1.2rem;
}

/*# sourceMappingURL=index.css.map */
