*{margin:0;padding:0;box-sizing: border-box;}
body{
    background-color: #398378;
}

form{
    background-color: white;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    width: 70%;
    padding: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}

form h3{
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #398378;
}

form input[type=text],
form input[type=password]{
    width: 100%;
    height: 45px;
    border: 1px solid #ccc;
    padding-left: 10px;
    margin: 10px 0;
}

form input[type=submit]{
    width: 100%;
    height: 30px;
    cursor: pointer;
    background:#31C48D;
    color: white;
    border: 0;
    border-radius: 20px;
    transition: 1s;
}
form input[type=submit]:hover{
    background: #398378;
}
form input[type=text]:focus{
    outline: 0;
}
form input[type=password]:focus{
    outline: 0;
}

.logo-login{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
    margin-top: -10px;
}

html {
    --color: #999;
    --checked-color: #61d157;

    --bg-color: #e8e8e8;

    font-family: Arial;
    font-size: 16px;
}

h3 {
    margin-bottom: 0.2em;
}

small {
    font-size: 11px;
    color: #555;
    margin-left: 1rem;
}

.sex-field {
    display:block;
    align-items: center;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding-left: 16%;    
}

input,
label {
    cursor: pointer;
}
label,
small {
    margin-top: 0.1em;
}
input[type="radio"] {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
}

#accent {
    accent-color: var(--checked-color);
}

.custom-radio {
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 0.2rem solid #fff;
    background-color: var(--bg-color);
    border-radius: 50%;
}
/* keyboard navigation focus appearance */
.custom-radio:focus-visible {
    outline-offset: 0;
}

#box-shadow {
    box-shadow: 0 0 0 1px var(--color);
}

#box-shadow:hover {
    border-width: 0;
}

#box-shadow:checked {
    box-shadow: 0 0 0 1px var(--checked-color);
    background-color: var(--checked-color);
    border-width: 0.2rem;
}

#data_nascimento{
    border: none;
    padding: 8px;
    border-radius: 10px;
    outline: none;
    font-size: 15px;
    transform: translate(10%,0%);
    background-color: rgba(255, 255, 255, 0.767);
    color: rgb(0, 0, 0);
    display:grid;
    margin-left: 30%;
    margin-top: 5px;
    margin-bottom: 20px;
               
}

a {
    color: inherit; /* blue colors for links too */
    text-decoration: inherit; /* no underline */
  }

.register-lead{
    margin-top: 20px;
}  
