body {
    font-family: "Lato",Helvetica,Arial,Lucida,sans-serif;
    background-color: white;
}

* { 
    box-sizing: border-box;
}

form.ilshines_project_lookup_form input[type=text],
form.ilshines_project_lookup_form input[type=email] {
    padding: 10px;
    font-size: 17px;
    border: 2px solid #ccc;
    width: 30%;
    background: #fff;
    float: none !important;
}

form.ilshines_project_lookup_form button {
    margin-left: auto;
    float: none !important; 
    margin-right: auto;
    display: block;
    width: 25% ;
    padding: 10px;
    background: #223971;
    color: white;
    font-size: 17px;
    border: 2px solid #223971;
    cursor: pointer;
}

.g-recaptcha{
    width: 300px !important; 
    margin: 20px auto !important;
}

form.ilshines_project_lookup_form button:hover,
form.ilshines_project_lookup_form button:focus {
    background: rgb(254, 190, 16);
    color: #000 !important;
}

form.ilshines_project_lookup_form::after {
    content: "";
    clear: both;
    display: table;
}

#results_div {
    margin: 1em 25%;
    font-size: 16px;
}

#results_div .card {
    padding: 0 1em 1.3em 1em;
    border: 2px solid #223971;
    border-radius: 3px;
}

button#submit_button:disabled {
    background: grey;
    cursor: auto;
    pointer-events: none;
    opacity: 70%;
}

.inputs{
    flex-wrap: wrap;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    width: 70vw;
}

.card p:first-of-type{
    font-size: 1.3em;
    margin-top: 30px;
}

.card {
    margin-top: 30px;
}
