html,
body {
    height: 100%;
}

body {
    font-family: "Lato", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #4a4a4a;
    margin: 0;
    /*background-attachment: fixed;*/
    /*box-shadow: inset 0 0 0 100px rgba(36, 70, 105, 0.74);*/
}
.bg-background { background: url(../img/vegetables_background.jpg) no-repeat fixed 50% 0px / cover; }
.bg-color { background-color: #f7f7f7; }

h4 {
    font-size: 1.5em;
    line-height: 1.18em;
    font-family: "Lato", sans-serif;
    font-weight: 770;
}

a { color:#b00; }
a:hover{ color: #b00; text-decoration: none; }

.desc-message {
    font-size: 15px;
    padding-top: 4px;
    padding-left: 4px;
    line-height: 22px;
}

.thanks-message {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-size: 0.85em;
    color: #666;
    padding-top: 5px;
}

.btn{
    font-size: 16px;
    font-weight: 600;
    background-color: #ff9638;
    color: #fff;
}
.btn:hover {
    background-color: #FE8314;
    color: #fff;
}

.col-widget { 
    width: 300px; 
    background-color: #fff; 
    padding: 20px; 
    /*border: 1px solid #ff9638;*/
}

.form-subscribe .desc {
    font-family: 'Nunito Sans', sans-serif;
    font-style: normal;
    font-size: 0.85em;
    color: #666;
    padding-bottom: 15px;
}
.form-subscribe .form-control { height: 44px; border-radius: 0; }
.form-subscribe .form-group { margin-bottom: 10px; }
.form-subscribe .btn { height: 44px; border-radius: 2px; margin-bottom: 7px; }

.form-unsubscribe {
    width: 100%;
    min-height: 350px;
    max-width: 600px;
    padding: 25px;
    margin: auto;
    background:#FFFFFF;
    border: 1px solid #bbb;
    -webkit-box-shadow: 0px 3px 6px #3A3A3A;
    -moz-box-shadow: 0px 3px 6px #3A3A3A;
    box-shadow: 0px 3px 6px #3A3A3A;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius:5px;
}
.form-unsubscribe p {
    padding-top: 10px;
}

.form-unsubscribe .logo {
    max-width: 125px;
    margin-left: -18px;
    padding-bottom: 18px;
}
.form-unsubscribe .form-control { height: 44px; border-radius: 0; }
.form-unsubscribe .btn { height: 44px; border-radius: 2px; }
.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-label-group > input,
.form-label-group > label {
    height: 3.125rem;
    padding: .75rem;
}

.form-label-group > label, form-group > label {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    margin-bottom: 0; /* Override default `<label>` margin */
    line-height: 1.5;
    color: #4a4a4a;
    pointer-events: none;
    cursor: text; /* Match the input under the label */
    border: 1px solid transparent;
    border-radius: .25rem;
    transition: all .1s ease-in-out;
}

.kuali-apps { margin-top: 15px; }
.kuali-apps .android { margin-left: -4px; }

.grecaptcha-badge { display: none; }

@media (max-width: 767px) {
    .form-unsubscribe {
        width: 90% !important;
        margin:auto;
    }
}