* {
    /* font-family: museo-sans !important; */
    font-family: 'Roboto', sans-serif !important;
    font-weight: 300;
}

body {
    background: #ffeb00;
    background: transparent;
}

.sc-formfield-input {
    text-align: center;
}

.smartcapture-submit-button-wrapper {
    text-align: center !important;
}

.sc-formfield-input label {
    font-size: 15px !important;
    line-height: 1.4;
}

.layout-canvas-g {
    background-color: #ffeb00;
    background-color: transparent;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
    padding: 0 20px 10px;
}

input[type="email"] {
    font-size: 15px;
    max-width: 350px !important;
    width: 100% !important;
    padding: 21px 18px !important;
    border: none;
    border-radius: 3px;
    outline: none;
}

@media screen and (max-width: 375px) {
    .layout-canvas-g {
        padding: 0 0 10px;
    }
}

@media screen and (max-width: 320px) {
    input[type="email"] {
        max-width: 300px !important;
        width: 100% !important;
    }
}



button[type="submit"] {
    background-color: #69a023 !important;
    color: #ffffff;
    /* font-family: museo-slab !important; */
    font-family: 'Roboto Slab', serif !important;
    font-weight: 700;
    font-size: 20px;
    padding: 11px 17px !important;
    width: 100%;
    border: none !important;
    width: 200px;
    cursor: pointer;
    margin-top: 10px;
}

button[type="submit"]:hover {
    background-color: #59881e !important;
}

input[type="checkbox"] {
    background-color: #fff;
}

.smartcapture-controls {
    padding-top: 20px;
}

.smartcapture-controls .sc-formfield-input-wrapper {
    margin-top: -15px;
}

.smartcapture-controls .sc-formfield-label {
    margin-bottom: 0 !important;
}

label[for="Email"] {
    position: absolute;
    left: 50%;
    margin: 12px 0 0 -160px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    z-index: 999;
}

@media screen and (max-width: 375px) {
    label[for="Email"] {
        margin: 12px 0 0 -155px;
    }
}

@media screen and (max-width: 320px) {
    label[for="Email"] {
        margin: 12px 0 0 -125px;
    }
}

label[for="Email"].floatinglabel {
    font-size: 13px !important;
    margin-top: -18px;
    z-index: 10;
}
