

/** 
* 11.0 Forms
* 
* setting up the look and feel of subscribe and contact form
* -----------------------------------------------------------------------------
*/
#subscribe_form_message, #contact_form_message {
    font-size: 16px;
    font-weight: 300;
    font-family: Lato;
}

#contact_form .label-captcha {
    font-weight: 300;
    font-size: 18px;
}

#form_contact_us .error, #form_subscribe .error {
    border: 1px solid #cc0000;
}

#form_contact_us input[type="text"], #form_contact_us textarea, #form_subscribe input[type="text"] {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
}

#form_contact_us label.error, #form_subscribe label.error {
    font-weight: 300;
    font-family: Lato;
    font-size: 14px;
    padding: 2px 5px;
    background-color: #cc0000;
    color: #fff;
}

    #form_contact_us label.error i, #form_subscribe label.error i {
        margin-right: 2px;
    }

.sweet-alert {
    background-color: #ffffff;
    width: 320px;
    padding: 17px;
    border-radius: 5px;
    text-align: center;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -256px;
    margin-top: -200px;
    overflow: hidden;
    display: none;
    z-index: 2000;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 25px;
    left: 50%;
    top: 10px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #f0ad4e;
}
.sweet-alert .sa-icon {
    width: 60px;
    height: 60px;
    border: 4px solid gray;
    border-radius: 50%;
    margin: 10px auto;
    position: relative;
    box-sizing: content-box;
}

.sweet-alert p {
    font-size: 14px;
}
.sweet-alert h2 {
    font-size: 18px;
}
.sweet-alert .btn {
    padding: 0.30rem 1.5rem;
    font-size: 0.95rem;
    border-radius: 0.3rem;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
    width: 21px;
    left: 10px;
    top: 44px;
    transform: rotate(
44deg
);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
    width: 47px;
    right: -7px;
    top: 38px;
    transform: rotate(
-45deg
);
}