html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    background: linear-gradient(to top, rgba(141, 198, 63, 0.5), rgba(141, 198, 63, 0.2));
}

.header_1 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 70px;
    background: rgba(42, 39, 39, 0.76);
    z-index: 9999;
}

.header_2 {
    position: fixed;
    top: 70px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 9999;
    overflow: hidden;
    pointer-events: none;
}

.header_circle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 200px;
    width: 200px;
    border-radius: 100px;
    z-index: 9999;
    background: rgba(42, 39, 39, 0.76);
}

.header_logo {
    position: fixed;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    height: 110px;
    width: 150px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
}

.header_logo_img {
    width: 150px;
}

.footer_background {
    position: fixed !important;
    bottom: 0 !important;
    background: rgba(42, 39, 39, 0.76);
    text-align: center;
}

.footer_text {
    color: #ffffff;
}

.form_content {
    box-sizing: border-box;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    margin-top: 120px;
    flex-direction: column;
    font-family: Verdana;
}

.form_background {
    background: rgb(255, 255, 255, 0.6);
    border-radius: 10px;
    padding: 20px;
    padding-left: 50px;
    padding-right: 50px;
}

.intro {
    max-width: 600px;
    width: 100%;
}

.intro_text {
    font-size: 14px;
}

.intro_title {
    max-width: 600px;
    width: 100%;
    text-align: center;
}

.intro_title_text {
    font-size: 16px;
}

.form_questions {
    font-weight: 600;
    font-size: 14px;
}

.form_answer_text {
    font-size: 13px;
}

.form_textbox {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid rgba(141, 198, 63, 1);
    border-style: inset;
}

.upload_warning {
    max-width: 600px;
    width: 100%;
}

.upload_warning_text {
    font-size: 14px;
}

.consentimento {
    max-width: 600px;
    width: 100%;
    font-size: 14px;
}

.consentimento_info {
    max-width: 600px;
    width: 100%;
    font-size: 12px;
}

.checkbox {
    margin-right: 10px;
}

.form_button_div {
    text-align: center;
    max-width: 600px;
    width: 100%;
}

.form_button {
    display: inline-block;
    max-width: 300px;
    width: 100%;
    height: 50px;
    border-radius: 10px;
    padding: 5px;
    border: 2px solid rgba(141, 198, 63, 1);
    border-style: inset;
    background: rgba(141, 198, 63, 0.2);
    font-weight: 600;
    letter-spacing: 5px;
}