.img-captcha {
    border: 1px solid #CCC;
}

/*<editor-fold desc="Input">*/
.type-input > .label-input {
    margin-top: 6px;
}

.form-login {
    margin-top: 30px;
}

.form-captcha {
    margin-top: 10px;
}

.btn-login {
    margin-top: 10px;
    width: 100%;

    color: black;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #cedd54;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f1f6d5), color-stop(1, #cfde59));
    background: -ms-linear-gradient(top, #f1f6d5, #cfde59);
}

.btn-login:hover {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #cedd54;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cfde59), color-stop(1, #f1f6d5));
    background: -ms-linear-gradient(top, #cfde59, #f1f6d5);
}

.btn-login:active {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #cedd54;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cfde59), color-stop(1, #f1f6d5));
    background: -ms-linear-gradient(top, #cfde59, #f1f6d5);
    top: 1px;
}

.btn-login:focus {
    color: black;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #cedd54;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #cfde59), color-stop(1, #f1f6d5));
    background: -ms-linear-gradient(top, #cfde59, #f1f6d5);
}

/*<editor-fold desc="reCaptcha">*/
.recaptcha-wrapper {
    height: 70px;
    overflow: hidden;
    background-color: #F9F9F9;
    border-radius: 3px;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.08);
    height: 70px;
    position: relative;
    margin-top: 17px;
    border: 1px solid #d3d3d3;
    color: #000;
}

.recaptcha-info {
    background-size: 32px;
    height: 32px;
    margin: 0 13px 0 13px;
    position: absolute;
    right: 8px;
    top: 9px;
    width: 32px;
    background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png) no-repeat;
}

.rc-anchor-logo-text {
    color: #9b9b9b;
    cursor: default;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    margin-top: 5px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 37px;
}

.rc-anchor-checkbox-label {
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    left: 50px;
    top: 26px;
    position: absolute;
    color: black;
}

.rc-anchor .rc-anchor-normal .rc-anchor-light {
    border: none;
}

.rc-anchor-pt {
    color: #9b9b9b;
    font-family: Roboto, helvetica, arial, sans-serif;
    font-size: 8px;
    font-weight: 400;
    right: 10px;
    top: 53px;
    position: absolute;
}

.rc-anchor-pt a:link {
    color: #9b9b9b;
    text-decoration: none;
}

.g-recaptcha {
    width: 41px;

    /* border: 1px solid red; */
    height: 38px;
    overflow: hidden;
    float: left;
    margin-top: 16px;
    margin-left: 6px;
}

.g-recaptcha > div {
    width: 46px;
    height: 30px;
    background-color: #F9F9F9;
    overflow: hidden;
    border: 1px solid red;
    transform: translate3d(-8px, -19px, 0px);
}

.g-recaptcha div {
    border: 0;
}

/*</editor-fold>*/

/*</editor-fold>*/

/*<editor-fold desc="Text style">*/

.page-title h1 {
    /*font-size: 40px;*/
    text-align: center;
    margin-bottom: 1em;
}

@media (min-width: 768px) {
    .page-title h1 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .page-title h1 {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .page-title h1 {
        font-size: 27px;
    }
}

@media (min-width: 1200px) {
    .page-title h1 {
        font-size: 33px;
    }
}

p {
    margin: 0;
}

/*</editor-fold>*/
