* {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Rubik', Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-align: center;
  color: #fff;
  -webkit-font-smoothing: antialiased;
}

.header {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #8cc641;
  background: linear-gradient(270deg, #8cc641 0%, #3f947f 43%, #006cb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cc641",endColorstr="#006cb6",GradientType=1);
}

.header__logo {
  width: 110px;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px;
  width: 100%;
  height: 54px;
}

.header__account {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__account__name {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 11px;
}

.header__account__welcome {
  margin-right: 4px;
}

.header__account__exit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 12px;
  padding: 0 20px 0 20px;
  height: 36px;
  background-color: rgba(255, 255, 255, 0);
  background-image: url("../svg/logout.svg");
  background-repeat: no-repeat;
  background-position: center right 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: background-color 300ms ease-in-out;
}

.header__account__exit:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.header__account__exit__text {
  display: none;
}

.footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 54px;
  background: #8cc641;
  background: linear-gradient(270deg, #8cc641 0%, #3f947f 43%, #006cb6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#8cc641",endColorstr="#006cb6",GradientType=1);
}

.main {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../image/bg.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
}

.main__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 24px;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - 108px);
}

.box {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 654px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px -2px 6px 0px rgba(74, 86, 80, 0.09);
}

.box.-width {
  max-width: 860px;
}

.box.-mobile {
  margin-bottom: 24px;
  padding: 16px;
}

.box h2 {
  display: inline-block;
  margin: 0;
  padding: 0 50px;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #2C8CCC;
}

.box p {
  display: inline-block;
  margin: 0;
  padding: 0 50px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #000;
}

.box__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 24px 0 24px;
  width: 100%;
  height: 100%;
}

.box__form__item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6px;
  width: 100%;
}

.box__form__label {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 13px;
  line-height: 38px;
  text-align: left;
  color: #6E6E6E;
}

.box__form__border {
  padding: 1px;
  width: 100%;
  max-height: 177px;
  background: #17ead9;
  background: linear-gradient(90deg, #17ead9 0%, #6078ea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#17ead9",endColorstr="#6078ea",GradientType=1);
  border: 0;
  border-radius: 8px;
}

.box__form__input {
  padding: 0 20px;
  width: 100%;
  height: 100%;
  min-height: 56px;
  background: #fafafa;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
}

.box__form__textarea {
  margin: 0;
  padding: 20px;
  width: 100%;
  height: 100%;
  max-height: 175px;
  background: #fafafa;
  border: 0;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  color: #000;
  resize: none;
}

.box__form__select {
  display: flex;
  margin: 0;
  padding: 0 20px;
  width: 100%;
  max-width: 100%;
  height: 43px;
  border: 0;
  border-radius: 8px;
  background-color: #fff;
  background-image: url("../svg/arrow.svg");
  background-repeat: no-repeat,repeat;
  background-position: right 15px top 50%,0 0;
  background-size: 1em auto,100%;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #000;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.box__form__select::-ms-expand {
  display: none;
}

.box__form__select option {
  font-size: 14px;
  font-weight: 400;
  color: #100e17;
}

.box__form__tabs {
  display: none;
  width: 100%;
}

.box__form__tabs.-active {
  display: inline-block;
}

.button {
  display: inline-block;
  margin-top: 12px;
  width: 100%;
  height: 56px;
  background-color: #8CC641;
  border-radius: 8px;
  border: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  transition: background-color 300ms ease-in-out;
}

.button:hover {
  background-color: #42957F;
}

.note {
  display: inline-block;
  margin: 0;
  padding-top: 12px;
  width: 100%;
  min-height: 58px;
  font-size: 12px;
  text-align: center;
  color: #2C8CCC;
}

.nav {
  display: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #ECECEC;
}

.nav__link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 30px;
  height: 100%;
  background: #FCFCFC;
  border-left: 1px solid #ECECEC;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  color: #73767D;
}

.nav__link:first-child {
  border: 0;
}

.nav__link.-active {
  background: transparent;
  font-weight: 400;
  color: #2C8CCC;
}

@media only screen and (min-width: 360px) {
  .header__logo {
    width: 184px;
  }
}

@media only screen and (min-width: 600px) {
  .header__account__name {
    flex-direction: row;
    font-size: 13px;
  }

  .header__account__exit {
    margin-left: 24px;
    padding: 0 55px 0 20px;
    background-position: center right 20px;
  }

  .header__account__exit__text {
    display: inline-block;
  }

  .box {
    padding: 50px 0 50px 0;
  }

  .box.-width {
    padding-top: 0;
  }

  .box.-mobile {
    display: none;
  }

  .box h2 {
    text-align: left;
    line-height: 38px;
  }

  .box p {
    text-align: left;
  }

  .box__form {
    padding: 30px 50px 0 50px;
  }

  .box__form__item {
    flex-direction: row;
  }

  .box__form__label {
    width: 30%;
  }

  .note {
    text-align: left;
  }

  .nav {
    display: flex;
  }
}

@media only screen and (min-width: 1200px) {
  .header__container {
    padding: 0;
    width: 1200px;
  }

  .main__container {
    padding: 70px 0 0 0;
    width: 1200px;
  }
}
