* {
    box-sizing: border-box;
}
body {
    font-family: "Lato", sans-serif;
    font-size: 17px;
    color: #333;
}

form {
    width: 60%;
    margin: auto;
    border: 1px solid black;
    border-radius: 8px;
    padding: 2em;
    background: #5a5a5a;
}

fieldset {
    display: block;
    margin-inline-start: 2px;
    margin-inline-end: 2px;
    padding-block-start: 0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end: 0.75em;
    padding-block-end: 0.625em;
    min-inline-size: min-content;
    border-width: 2px;
    border-style: groove;
}

feildset {
    background: #afdbff;
    padding: 1em 2em 2em;
    margin: 2em auto;
    border-radius: 5px;
    border: #b4b4b4 1px solid;
    box-shadow: 0 2px 10px 5px rbga (0, 0, 0, 0.15);
}
legend {
    background: #fff1cf;
    padding: 0.5em;
    border-radius: 5px;
    box-shadow: 0 2px 5 px rbga(0, 0, 0, 0.15);
    text-transform: uppercase;
    width: 100%;
    text-align-last: center;
    border: #ababab 1px solid;
}

label {
}

input {
    display: block;
    padding: 1em;
    appearance: textfield;
    background-color: white;
    cursor: text;
    border-width: 2px;
    border-style: inset;
    font-family: -apple-system, BlinkMacSystemFont, Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: aliceblue;
    width: 100%;
    border-radius: 4px;
    border: none;
}

input {
    background: #fff url(image/name.png) no-repeat left center;
    background-size: auto 70%;
}

input[type="radio"] {
    display: inline;
    background-size: auto;
}

input[type="checkbox"] {
    display: inline;
}
h1 {
    font-family: "Montserrat", sans-serif;
    text-align: center;
}
.title {
    color: black;
}
/*SPECIAL CLASSES*/
.hide {
    text-indent: -99999px;
    display: inline-block;
}
