@charset "UTF-8";
.contents-view {
  background-image: url(../img/page-contact.webp);
}
.comtact-form {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    width: 70%;
}
.frm_submit.frm_flex {
    margin-top: 20px;
}

button.frm_button_submit {
    border: none;
    width: 170px;
    height: 50px;
    border-radius: 5px;
    background: #fffbf7;
    font-size: 20px;
    color: black;
}
label {
    margin-top: 10px !important;
}

@media screen and (max-width: 1200px){
  .comtact-form {
      width: 100%;
  }
}
@media screen and (max-width: 600px){
  button.frm_button_submit {
      width: 170px;
      height: 40px;
      font-size: 17px;
  }
}
