form {
  max-width: 50%;
}

label {
  padding: 0;
  margin-bottom: 0px;
  font-weight: bold;
}

body {
  background-image: linear-gradient(
    90deg,
    #9de694 15%,
    #9de694 75%,
    #9de694 100%
  );
}

html {
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 35px;
  background-color: #9de694;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

div .row {
  display: none;
}
div .col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-12 {
  background-color: #ffffff;
  border: 5px solid #000000;
  border-radius: 25px;
  padding: 0px;
  margin: 0px 15px 15px 15px;
  margin-bottom: 30px;
  text-align: center;
}

.box {
  background-color: #ffffff;
  border: 5px solid #000000;
  border-radius: 25px;
  padding: 0px;
  margin: 0px 15px 15px 15px;
  margin-bottom: 30px;
  text-align: center;
  font-size:medium;
}

div .btn-button {
  margin-top: 15px;
}
.button {
  border-radius: 12px;
}
@media screen and (max-width: 1200px) {
  div .col-sm-6 {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  input .phone {
    width: 100%;
  }
  html {
    font-size: px;
  }
  div .col-sm-3 {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  input .phone {
    width: 100%;
  }
  html {
    font-size: 19px;
  }
  div .col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-12 {
    width: 95%;
  }
  img {
    border-radius: 4px;
    padding: 5px;
    width: 150px;
    height: 150px;
  }
}
.head {
  font-size: 0.85em;
  margin: 0px 0px 0px 0px;
}
.head_2 {
  font-size: 0.85em;
  margin: 0px 0px 15px;
}
.normal {
  font-size: 0.75em;
  margin: 0px 0px 0px 0px;
}

img {
  border-radius: 4px;
  padding: 5px;
  max-width: 450px;
  max-height: 450px;
}
.logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.bold {
  font-weight:bold;
}

.t_center {
  text-align: center;
}

.t_red {
  color: #970000;
}

.t_white {
  color: #ffffff;
}

.phone, .job-select, .date-select {
  margin: 0px 0px 15px;
}

.button {
  background-color: #ff0000;
  color: #ffffff
}

.red {
  color: #ff0000;
}