.expenses-template-register-form {
  margin: 30px 0px;
}
.expenses-template-register-form__contents {
  background: #f2f2f2;
  padding: 40px 150px;
  border-radius: 10px;
  width: 70%;
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .expenses-template-register-form__contents {
    padding: 20px 15px;
    width: 100%;
  }
}
.expenses-template-register-form__form {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}
@media (max-width: 767px) {
  .expenses-template-register-form__form {
    width: 100%;
  }
}
.expenses-template-register-form__item {
  width: 100%;
}
.expenses-template-register-form__Label {
  font-weight: bold;
}
.expenses-template-register-form__Label--required {
  color: red;
}
.expenses-template-register-form__Text {
  width: 100%;
  height: 30px;
}
.expenses-template-register-form__Checkbox {
  margin: 0;
}
.expenses-template-register-form__button {
  min-width: 350px;
  padding: 10px;
  height: 50px;
}
@media screen and (max-width: 767px) {
  .expenses-template-register-form__button {
    min-width: 100%;
  }
}
.expenses-template-register-form__button:hover {
  background-color: #1f286f;
  opacity: 0.8;
}

.expenses-template-download-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FDFBCC;
  padding-bottom: 40px;
  margin: 60px 0;
}
.expenses-template-download-page__title {
  text-align: center;
  font-weight: 600;
  margin: 40px 0;
  font-size: 30px;
}
@media (max-width: 768px) {
  .expenses-template-download-page__title {
    font-size: 25px;
    margin: 20px;
  }
}
.expenses-template-download-page__img {
  width: 130px;
}
@media (max-width: 768px) {
  .expenses-template-download-page__img {
    width: 80px;
  }
}
.expenses-template-download-page__description {
  font-size: 20px;
  color: #333;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .expenses-template-download-page__description {
    font-size: 15px;
  }
}
.expenses-template-download-page__download {
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
  display: flex;
}/*# sourceMappingURL=page-expenses-template-download.css.map */