/*
Theme Name: Divi Child Theme
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author:   http://www.elegantthemes.com
Template: Divi
*/

@import url("../Divi/style.css");

.village-form input {
    padding: 20px;
    border: none;
    background: #efefef;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #494949;
}

.village-form input[type="submit"] {

    padding: 20px;
    border: none;
    background: #34a853;
    color: #FFF;
    width: 80%;
    font-size: 20px !important;
    text-align: center;
    cursor: pointer;
    margin: 0 auto;
    display: table;
}

input.villagecheckbox {
    width: auto;
    float: left;
    display: inline-block;
}

.termscontainer-village {
    display: block;
    padding-top: 20px;
}
.termscontainer-village  input[type=checkbox]:checked+label {

    color: #34a853;
}