@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;600;700;800&display=swap');

body * {
  font-family: 'Plus Jakarta Sans', sans-serif;
  box-sizing: border-box;
}

body {
  background: #e4e2e6;
  margin: 0;
  padding: 0;
}

h2 {
  color: #000;
  font-size: 1rem;
  margin: 0 0 0.15em;

}

.banner-k1 {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.model-full {
  width: 100%;
  height: 100%;
  margin: 0px;
  margin-top: -30;
  position: fixed;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
}

.model-full #middle {
  position: relative;
  max-width: 15rem;
  margin: 10rem auto;
  width: 100%;
  background: #fff;
  border: 1px solid #E5E5E5;
  padding: 2rem;
  border-radius: 5px;
  text-align: center;
  color: #1e4c30;
}

.model-full #middle a {
  font-size: 12px;
  text-align: center;
}

.logo {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 1em;
  margin-top: 1em;
}

.logo img {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  width: 250px
}

.alert {
  font-size: 14px;
  padding: 10px;
  background-color: #e4e2e6;
  color: #0e6830;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 1rem;
}

.section {
  position: relative;
  max-width: 45rem;
  margin: auto;
  width: 100%;
}

.container {
  position: relative;
  background: #fff;
  width: 100%;
  padding: 2rem;
  border-radius: 2px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  box-shadow: 0 8px 10px 1px rgba(5, 0, 0, 0.14), 0 3px 14px 2px rgba(5, 0, 0, 0.12), 0 5px 5px -3px rgba(5, 0, 0, 0.2);
  -webkit-transform: scale(0.99);
  transform: scale(0.99);
  -webkit-transition: -webkit-transform 0.28s ease-in-out;
  transition: -webkit-transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out;
  transition: transform 0.28s ease-in-out, -webkit-transform 0.28s ease-in-out;
  z-index: -1;
}

.container:hover::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

p {
  font-size: 0.7rem;
  color: #333;
  line-height: 1.2rem;
}

.form-box {
  border-bottom: 1px dotted #E9E9E9;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.form-group {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem;

}

.form-group input {
  height: 44px;
}

.form-group select {
  width: 100%;
  font-size: 1rem;
  border: 1px solid #E5E5E5;
  background: #F9F9F9;
  padding: 0.5rem;
  font-size: 0.8rem;
  border-radius: 4px;
  line-height: inherit;
  -webkit-appearance: none;
  box-shadow: none;
  height: 44px;
  background-image: url('arrow.svg') !important;
  background-repeat: no-repeat !important;
  background-position: right .7em top 50% !important;
  background-size: 1.5em auto !important;
}

.form-group .control-label {
  padding-left: 0.125rem;
  z-index: 1;
  display: block;
  padding-bottom: 0.25rem;
  color: #3D3D3D;
  font-size: 0.9rem;
  font-weight: 600;
}

.form-group input {
  display: block;
  background: #F9F9F9;
  padding: 1rem 0.5rem;
  font-size: 0.8rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  line-height: 1.6;
  width: 100%;
  color: #000;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}

.form-group textarea {
  display: block;
  background: #F9F9F9;
  padding: 0.5rem;
  font-size: 1rem;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  line-height: 1.6;
  width: 100%;
  color: #000;
  -webkit-transition: all 0.28s ease;
  transition: all 0.28s ease;
  box-shadow: none;
}


.checkbox span {
  font-size: 0.8rem;
  font-weight: 300;
}

select option[value="DV"] {
  background: #bee5eb;
  padding-bottom: 2px;
  padding-top: 2px;
}

.button {
  position: relative;
  background: #bed62f;
  border: 1px solid #bed62f;
  width: 100%;
  border-radius: 4px;
  font-size: 1.1rem;
  color: #fff;
  margin: 1rem 0 2rem;
  padding: 0.75rem 3rem;
  cursor: pointer;

}

.button span {
  color: #1e4c30;
  position: relative;
  z-index: 1;
}

.button span:hover {
  color: #fff;
}

.button:focus {
  outline: none;
}

.col-2 {
  display: flex;
}

.col-2 .form-group {
  flex-grow: 1;
}

.mr-row {
  margin-right: 20px;
}



.flex {
  display: flex;
  align-items: center;
}

.title-icon {
  float: left;
  margin-right: 8px;
  width: auto;
  height: 20px;
}

.result {
  color: #0ec488;
  font-size: 1.1rem;
}

@media only screen and (max-width: 748px) {
  .col-2 {
    display: block;
  }

  .form-group input {
    width: 100% !important;
  }

  .checkbox {
    text-align: justify;
  }

  .mr-row {
    margin-right: 0px;
  }

  strong {
    font-size: 13px !important;
  }

  .container {
    padding: 1rem;
  }

  ck {
    display: inline;
  }

  .header {
    position: relative;
    text-align: center;
  }

  /* .section {
    margin: 2rem auto;
  }
    */

  p {
    text-align: justify;
  }

  .button {
    margin: 1rem 0;
  }

  .logo img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    width: 180px
  }
}