
body {
    background-color: var(--colorMain);
}   

.mobile main {
    padding: 0!important;
}

section {
    background-color: rgba(255, 255, 255, 0.719) !important;
    margin: auto;
    padding: var(--padding);
    border-radius: var(--radius-2);
}

section:not(.mobile section) {
    width: 60% !important;
}

section > h1:first-of-type {
    margin-bottom: 1rem;
    font-size: larger;
    text-align: center;
    color: var(--Text-2);
    border-radius: var(--radius-2);
    background-color: var(--Bg-2);
}

section > div > p {
    margin-top: 1rem;
}

label, .label, textarea {
    display: block!important;
    width: 100%;
}

section input {
    width: 75%;
}

fieldset input {
    margin-right: .5rem;
}

fieldset, label, .label {
    margin-top: var(--margin)!important;
}

legend, .label, label:not(fieldset label) {
    color: var(--label);
}

fieldset, input, select, textarea {
    border-radius: var(--radius-3);
    border: 1px solid grey;
}

article  {
    list-style-position: inside;
    margin-bottom: 1rem;
    font-size: .9rem;
}

ol li, article p {
    list-style-position: inside;
    margin-bottom: 1rem;
    font-size: .9rem;
}
label, .label {
    height: initial!important;
}

textarea, input {
    margin-top: 0px!important;
    padding-left: .5rem;
}

.btn {
    padding: 1rem 2rem;
    background-color: var(--colorMain);
}

section img{
    display: block;
    margin: 0 auto 2rem;
    width: 50%;
}

h2, h3 {
    text-align: center;
    color: rgb(83, 83, 100);
}

.error {
    color:  rgb(191, 0, 0);
}

.link {
    text-align: center;
    margin: 2rem auto;
    display: block;
    width: fit-content;
}

.z7-file label {
    width: 35%!important;
}