.title-rev{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}

.container-form{
    display: flex;
    justify-content: center;
}

.form-rev{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 2px solid #0099cc;
    padding: 2rem;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.field-container {
    display: flex;
    gap: 1rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.field-container-text{
    display: flex;
    flex-direction: column;
}

.field-container-checkbox {
    width: 18rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
}

.question-answer{
    display: flex;
    gap: 2rem;
}
input[type=radio], input[type=checkbox]  {
    display: none;
    }
    label.radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
    }
    .question span {
    margin-left: 30px;
    }
    .question-answer label {
    display: block;
    }
    label.radio:before {
    content: "";
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    }
    input[type=radio]:checked + label:before, label.radio:hover:before {
    border: 2px solid #0099cc;
    }
    label.radio:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 5px;
    width: 10px;
    height: 7px;
    border: 3px solid #0099cc;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
    opacity: 0;
    }
    input[type=radio]:checked + label:after {
    opacity: 1;
    }
    .radio span{
        padding-left: 2rem;
    }

.field-container-text-name {
    text-align: center;
    font-weight: bold;
}

.field-container-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.field-container-text-input{
    background-color: #d0dfe8;
    border-radius: 40px;
    color: #000;
    font-size: 1.3em;
    min-height: inherit;
    outline: none;
    border-color: rgba(7,41,96,.5);
    padding: 0.55rem;
    font-size: 1rem;
    width: 20rem;
}

.container-special{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.container-special textarea{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 2px solid rgba(7,41,96,.5);
    background-color: #d0dfe8;
    border-radius: 8px;
    min-width: 40rem;
    outline:none;
    padding: 1rem;
}

.container-responsible{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.container-responsible select{
    padding: 1rem;
    background: transparent;
    border: 1px solid #1a1d38;
    border-radius: 8px;
    font-size: 1rem;
}

.field-container-text-name {
    text-align: center;
    font-weight: bold;
}

.field-container-text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.field-container-text-input{
    background-color: #d0dfe8;
    border-radius: 40px;
    color: #000;
    font-size: 1.3em;
    min-height: inherit;
    outline: none;
    border-color: rgba(7,41,96,.5);
    padding: 0.55rem;
    font-size: 1rem;
    width: 20rem;
}

.container-special{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    text-align: center;
}

.container-special textarea{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    border: 2px solid rgba(7,41,96,.5);
    background-color: #d0dfe8;
    border-radius: 8px;
    min-width: 40rem;
    outline:none;
    padding: 1rem;
}

.container-responsible{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.container-responsible select{
    padding: 1rem;
    background: transparent;
    border: 1px solid #1a1d38;
    border-radius: 8px;
    font-size: 1rem;
}

.container-buttom{
    display: flex;
    justify-content: center;
}
.env-form{
    font-size: 1rem;
    font-weight: bold;
    padding: 1rem;
    width: 8rem;
    background: transparent;
    border: none;
    transition: all 200ms;
    border-radius: 5px;
    color: black;
    cursor: pointer;
    border: 1px solid #0099cc;
}

.env-form:hover{
    font-weight: bold;
    background-color: #0099cc;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
