﻿


body {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    letter-spacing: 0px;
    font-size: 16px;
    color: #848687;
    font-weight: 400;
    line-height: 30px;
    background-color: #f3f5f7;
}

#box-login h1, #box-login h2, #box-login h3, #box-login h4, #box-login h5, #box-login h6 {
    color: #1c1e1e;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
}

#box-login h1 {
    font-size: 30px;
    line-height: 42px;
}

#box-login h2 {
    font-size: 24px;
    line-height: 32px;
}

#box-login h3 {
    font-size: 22px;
    line-height: 30px;
}

#box-login h4 {
    font-size: 18px;
    line-height: 26px;
}

#box-login h5 {
    font-size: 14px;
    font-weight: 400;
}

#box-login h6 {
    font-size: 12px;
    font-weight: 400;
}

#box-login p {
    margin: 0 0 24px;
    line-height: 1.8;
}

    #box-login p:last-child {
        margin: 0px;
    }

#box-login ul, #box-login ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

#box-login a {
    text-decoration: none;
    color: #1c1e1e;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    #box-login a:focus, #box-login a:hover {
        text-decoration: none;
        color: #fb730f;
    }

#box-login .box {
}

#box-login .box-head {
    background-color: #ffffff;
    border-bottom: 1px solid #f3f5f7
}

#box-login .head-title {
    padding: 16px 30px;
    margin-bottom: 0px;
}

#box-login .box-body {
    background-color: #ffffff;
    padding: 30px;
    margin-bottom: 30px;
}

#box-login .mb20 {
    margin-bottom: 20px;
}

#box-login .mb10 {
    margin-bottom: 10px;
    margin-top: 10px;
}

#box-login .content {
    padding-top: 40px;
    padding-bottom: 40px;
}

#box-login h3 {
}

#box-login h4 {
}

#box-login p {
}

#box-login button {
}

#box-login input {
}

label {
}

.control-label {
    font-size: 13px;
    text-transform: capitalize;
    color: #3c424b;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.form-control:focus {
}

.textarea.form-control {
}

.required {
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    border-radius: 3px;
    color: #656869;
    font-size: 13px;
    font-weight: 400;
    width: 100%;
    height: 52px;
    padding: 12px 16px;
    line-height: 1.42857143;
    border: 2px solid #e8ecf0;
    background-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}

    .form-control:focus {
        border-color: #a5a8ab;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

input[type=checkbox], input[type=radio] {
    margin: 8px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

input::-webkit-input-placeholder {
    color: #a6a7a8 !important;
    opacity: 1;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: 1s ease;
}

textarea::-webkit-input-placeholder {
    color: #a6a7a8 !important;
}

.input-group-addon {
    background-color: transparent;
    border: 1px solid #e8ecf0;
    border-radius: 0px;
}

.focus {
    border: 2px solid #e8ecf0;
    background-color: #fff;
}

    .focus:focus {
        border-color: #e8ecf0;
        outline: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.login-input {
    position: relative;
   
    height: 68px;
}

    .login-input .form-control {
        background-color: #f4f7f9;
        padding-left: 35px;
    }

.login-icon {
    display: inline-block;
    position: relative;
    bottom: 51px;
    left: 18px;
    font-size: 14px
}

.eye-icon {
    position: absolute;
    top: 11px;
    right: 35px;
    font-size: 14px;
    cursor: pointer;
}

.btn-social-rectangle, .btn-facebook .btn-twitter .btn-googleplus {
    font-size: 14px;
    margin-right: 6px;
    display: inline-block;
    line-height: 1.2;
    padding: 14px 16px;
    margin-bottom: 10px;
    border-radius: 3px;
}

.social-text {
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 6px;
    letter-spacing: 1px;
}

.btn-twitter {
    background: #00aced;
    color: #fff;
}

    .btn-twitter:hover, .btn-twitter:active {
        background: #0084b4;
        color: #fff;
    }

.btn-facebook {
    background: #3B5997;
    color: #fff;
}

    .btn-facebook:hover, .btn-facebook:active {
        background: #2d4372;
        color: #fff;
    }

.btn-googleplus {
    background: #D64937;
    color: #fff;
}

.btn-googleplus {
    background: #D64937;
    color: #fff;
}

    .btn-googleplus:hover, .btn-googleplus:active {
        background: #b53525;
        color: #fff;
    }

.btn {
    border-radius: 5px !important;
}

.btn-primary {
    background-color: #fb730f;
    color: #fff;
}

    .btn-primary:hover {
        background-color: #ed6908;
        color: #fff;
    }

    .btn-primary.focus, .btn-primary:focus {
        background-color: #ed6908;
        color: #fff;
    }

.feature-left {
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f7f9;
}

    .feature-left:last-child {
        margin-bottom: 0px;
        border-bottom: transparent;
    }

    .feature-left .feature-icon {
        float: left;
        padding-top: 16px;
    }

    .feature-left .feature-content {
        padding-top: 8px;
        padding-left: 70px;
        padding-bottom: 20px;
    }

.g-recaptcha,
#gwd-reCAPTCHA_2, #rc-imageselect {
    -webkit-transform: scale(0.84);
    -moz-transform: scale(0.84);
    -ms-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}
#CaptchaImage {
float:left;
}
#CaptchaInputText {
    float: right;
    display: block;
    width: 187px;
    margin-top: 0px;
    height: 44px;
    background: #f4f7f9;
    border: 2px solid #e8ecf0;
    padding: 12px 16px;
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, .075);
}
.captcha p {
    float: right;
    display: block;
    height: 12px;
    line-height: 1 !important;
    margin: 0 0 9px 0 !important;
}
#box-login input[type="submit"] {
    margin-top: 20px !important;
}
#box-login a[href="#CaptchaImage"] {
    color: #c61317;
    display: block !important;
    float: left;
    padding-left: 12px;
    padding-top: 0;
    margin-top: 0;
}

.input-validation-error {
    border: 1px solid #c61317 !important;
    background: #D05355 !important;
}
/*CELULAR*/
@media only screen and (max-width: 600px) {
    .box-body .col-xs-12 .captcha #CaptchaImage {
        margin: 0 auto;
        display: block;
        float: inherit;
    }

    #box-login .box-body .col-xs-12 .captcha a {
        text-align: center;
        float: inherit !IMPORTANT;
        padding: 0;
    }
    #CaptchaInputText{
        width: 100%;
    }
} 

