@charset "utf-8";

/*  FIELDS  ============================================================================= */
input {
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
}

textarea {
    width: 100%;
    padding: 6px 5px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #000;
    color: #000;
    font-size: 12px;
    box-sizing: border-box;
    height: 300px;
}

select {
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #8e8d8d;
    color: #000;
    vertical-align: middle;
    font-size: 12px;
    line-height: normal;
    padding: 5px;
    box-sizing: border-box;
}

input.checkbox {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 13px;
    height: 13px;
    display: inline;
    background-color: #fff;
}

input.radio {
    padding: 0;
    border: 0;
    margin: 0 5px 0 0;
    width: 15px;
    height: 15px;
    display: inline;
}


/*  FOCUS & HOVER  ============================================================================= */
input:focus,
textarea:focus,
select:focus {
    background: #eee;
    color: #000;
    border: 1px solid #16598d;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    outline-style: none;
}

input.radio:focus,
input.checkbox:focus {
    background: none;
    border: 0;
    outline-style: none;
}

input.button,
input.button:focus {
    margin: 0;
    font-size: 16px;
    display: inline-block;
    float: left;
    background: #0065a4;
    color: #fff;
    text-decoration: none;
    padding: 10px 15px;
    font-family: 'LatoWebBlack';
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

input.button:hover {
    background: #0d5684;
    padding: 10px 15px;
    font-family: 'LatoWebBlack';
    -webkit-box-shadow: none;
    box-shadow: none;
}





/*  CAPTCHA  ============================================================================= */
.CaptchaImage {
    text-align: center;
    float: none;
    display: inline-block;
}

.CaptchaPanel {
    margin: 0 0 0 0 !important;
    padding: 0 0 0 0 !important;
    text-align: center;
    line-height: normal !important;
}

.CaptchaImagePanel {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.CaptchaMessagePanel {
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
    font-weight: normal !important;
    font-size: 12px;
    line-height: 14px;
}

.CaptchaAnswerPanel {
    margin: 0 0 0 0;
    padding: 2px 0px 2px 0px !important;
}

.CaptchaWhatsThisPanel {
    line-height: 0;
    margin: 0 0 0 0;
    padding: 8px 0 8px 0 !important;
}

.CaptchaWhatsThisPanel a {
    color: #000;
}

.CaptchaWhatsThisPanel a:hover {
    text-decoration: none;
}
