body {
  background-color: #fff;
  font-family: helveteca, sans-serif;
}

img {
    width: 100%;
    height: 60vh;
    margin: 75px -42px;
    border-radius: 40px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

h1 {
    font-size: 38px;
    font-weight: bold;
    color: #172A74;
    margin-left: 70px;
    /* text-shadow: #172A74 1px 0 10px; */
}

.background {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  /*border-radius: 20px;*/
}

.custom-input {
  border-radius: 20px;
  font-size: 14px;
  height: 40px !important;
  padding: 0 20px !important;
  border: 1px solid #000;
  background: transparent;
}

.custom-input:focus {
  border-color: #000 !important;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.custom-button {
  border-radius: 20px;
  width: 100%;
  background-color: #4fcffc;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0px;
}

.btn:hover {
    color: #fff;
    text-decoration: none;
}

.custom-textarea {
  border-radius: 20px;
  font-size: 12px;
  height: 70px !important;
  padding: 5px 20px;
  border: 1px solid #000;
  background: transparent;
}

.custom-textarea:focus {
  border-color: #000 !important;
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}

.form {
    width: 600px;
    height: 65vh;
    padding: 35px 15px;
    border-radius: 40px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
    margin-top: 10px;
}

.margin-input {
    margin-top: 2rem;
}

@media only screen and (max-width: 600px) {
html, body {
    overflow-x: hidden  !important;
}
body {
  position: relative !important;
}
 .background {
    width: 100vw;
    height: 26vh;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
}
img {
    width: 100%;
    height: 35vh;
    margin: 0 0;
    border-radius: 40px;
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
h1 {
    font-size: 38px;
    font-weight: bold;
    color: #172A74;
    margin-left: 0px;
    /* text-shadow: #172A74 1px 0 10px; */
}
.form {
    width: 100%;
    height: 52vh;
    padding: 35px 15px;
    border-radius: 40px;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
    margin: 25px 0 25px;
}
.custom-input {
  border-radius: 20px;
  font-size: 14px;
  height: 40px !important;
  padding: 0 20px !important;
  border: 1px solid #000;
  background: transparent;
}
.padding-input {
    padding-top: 10px;
}
.margin-input {
    margin-top: 0rem;
}
.custom-button {
  border-radius: 20px;
  width: 100%;
  background-color: #4fcffc;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  padding: 0px 0px;
}
}
