.login .login-form-box {
    background-color: rgba(255, 255, 255, 0.95);
    padding-top: 20px;
    padding-bottom: 22px;
}

.login .login__title {
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    color: #349f63;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 28px;
}

.login .login__subtitle {
    font-size: 18px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    color: #333;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin: 0;
    margin-bottom: 3px;
}

.login .login__title .login-edition {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    color: #767676;
}

.login .login__tracker {
    text-align: center;
    font: 16px 'Ubuntu', sans-serif;
    color: #767676;
    font-style: italic;
    margin: 15px 0 15px;
}

.login .form__tracker {
    font-size: 13px;
    display: block;
    margin-top: 20px;
}

.login .form__tracker:hover {
    color: #fe6500;
}

.login .login__input {
    font-size: 13px;
    color: #333;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    border: 1px solid #dbdee1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px 0;
    padding: 9px 20px 8px;
}

.login .login__check-info {
    font-family: 'Ubuntu', sans-serif;
    font-size: 13px;
    color: #b4b1b2;
    display: block;
    margin-top: 3px;
    margin-bottom: 27px;
}

.login .login__control {
    text-align: center;
}

.checkbox-extra {
    width: 13px;
    height: 13px;
    border: 1px solid #e0e4e6;
    display: block;
    clear: left;
    float: left;
    border-radius: 3px;
    -moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
    background-image: url('../images/components/checked.png');
    background-position: 0 0;
    margin-right: 10px;
    margin-top: 6px;
}

.field-wrap {
    padding: 0 40px;
    margin: 0 auto;
    max-width: 400px;
}


/* Overlay style */

.overlay.overlay-hugeinc {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(76, 65, 69, 0.6);
    z-index: 3000;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}


/* Overlay closing cross */

.overlay.overlay-hugeinc .overlay-close {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 0px;
    overflow: hidden;
    border: none;
    background-color: transparent;
    color: transparent;
    outline: none;
    z-index: 3100;
}

.overlay.overlay-hugeinc .overlay-close:before {
    font-size: 13px;
    color: #333;
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    text-align: center;
}

.overlay.overlay-hugeinc.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.overlay.overlay-hugeinc .login {
    -webkit-perspective: 1200px;
    perspective: 1200px;
    opacity: 0.4;
    -webkit-transform: translateY(-25%) rotateX(35deg);
    transform: translateY(-25%) rotateX(35deg);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay.overlay-hugeinc.resposta-overlay {
    text-align: center
}

.overlay.overlay-hugeinc.resposta-overlay .icon-icon-runadvisor-text-h {
    color: #FFF;
    font-size: 160px;
    text-align: center;
    line-height: 20px;
}

.overlay.overlay-hugeinc.resposta-overlay .login__title {
    color: #FFF;
    font-size: 36px;
}

.overlay.overlay-hugeinc.resposta-overlay .success {
    color: #767676;
    background-color: transparent;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

.overlay.overlay-hugeinc.resposta-overlay .overlay-close:before {
    color: #000;
}

.overlay-hugeinc.open .login {
    opacity: 1;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    max-height: 100vh;
    overflow: auto;
}

.overlay-hugeinc.close .login {
    -webkit-transform: translateY(25%) rotateX(-35deg);
    transform: translateY(25%) rotateX(-35deg);
}

.login-form .login-form-box,
.form-overlay .login-form-box {
    background: #FFF;
    text-align: center;
    padding: 00px;
    font-size: 16px;
    padding-bottom: 20px;
    box-shadow: rgba(0, 0, 0, .3) 0 1px 4px -1px;
}

.overlay.overlay-hugeinc .login .login__title {
    font-size: 22px;
    font-family: 'Ubuntu', sans-serif;
    line-height: 20px;
    color: #349f63;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
    margin-bottom: 28px;
    padding-top: 30px;
}

.overlay.overlay-hugeinc .login .login__title .login-edition {
    font-size: 16px;
    font-weight: normal;
    font-style: italic;
    text-transform: none;
    color: #767676;
}

.overlay.overlay-hugeinc .social {
    padding-top: 4px;
}

.overlay.overlay-hugeinc .social .social__variant {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 50px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 100%;
    background-color: #FFF;
    color: #4c4145;
    font-size: 16px;
    text-align: center;
    margin-left: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.overlay.overlay-hugeinc .social .social__variant:hover {
    color: #ffffff;
    background-color: #fe6500;
}

.overlay.overlay-hugeinc .social .social__variant:hover:after {
    border-color: #fe6500;
}

.overlay.overlay-hugeinc .social--hide {
    padding-top: 0;
    position: relative;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    cursor: pointer;
    z-index: 20;
    background-color: #FFF;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.overlay.overlay-hugeinc .social--hide:before {
    content: '+';
    font: 18px 'Ubuntu', sans-serif;
    color: #FFFFFF;
    font-weight: bold;
    position: absolute;
    top: 3px;
    left: 11px;
}

.overlay.overlay-hugeinc .social--hide .social__name {
    padding-left: 27px;
    padding-top: 5px;
    display: inline-block;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.overlay.overlay-hugeinc .social--hide .social__variant {
    position: absolute;
    top: 0px;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 7px;
    background-color: transparent;
    font-size: 13px;
    margin-left: 0;
}

.overlay.overlay-hugeinc .social--hide .social__variant:after {
    display: none;
}

.overlay.overlay-hugeinc .social--hide .social__variant:hover {
    background-color: transparent;
    color: #fe6500;
}

.overlay.overlay-hugeinc .social--hide .social__variant.social--first {
    left: 70px;
}

.overlay.overlay-hugeinc .social--hide .social__variant.social--second {
    left: 96px;
}

.overlay.overlay-hugeinc .social--hide .social__variant.social--third {
    left: 123px;
}

.overlay.overlay-hugeinc .social--hide:hover {
    width: 170px;
}

.overlay.overlay-hugeinc .social--hide:hover .social__name {
    opacity: 1;
}

.overlay.overlay-hugeinc .social--hide:hover .social__variant {
    opacity: 1;
    top: 9px;
}

.overlay.overlay-hugeinc .social--hide:hover .social__variant.social--first {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.overlay.overlay-hugeinc .social--hide:hover .social__variant.social--second {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.overlay.overlay-hugeinc .social--hide:hover .social__variant.social--third {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.overlay.overlay-hugeinc .social--position {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -15px;
}

.overlay.overlay-hugeinc .social--colored {
    text-align: center;
    background-color: #EEE;
    padding-top: 15px;
    padding-bottom: 15px;
}

.overlay.overlay-hugeinc .social--colored .social__variant {
    color: #ffffff !important;
    margin-right: 13px;
    margin-left: 13px;
    cursor: pointer;
    z-index: 100;
}

.overlay.overlay-hugeinc .social--colored .social__variant.fa-facebook {
    background-color: #3b5998;
}

.overlay.overlay-hugeinc .social--colored .social__variant.fa-facebook:after {
    border-color: #3b5998;
}

.overlay.overlay-hugeinc .social--colored .social__variant.fa-google-plus,
.overlay.overlay-hugeinc .social--colored .social__variant.fa-google {
    background-color: #de5543;
}

.overlay.overlay-hugeinc .social--colored .social__variant.fa-google-plus:after,
.overlay.overlay-hugeinc .social--colored .social__variant.fa-google:after {
    border-color: #de5543;
}

.overlay.overlay-hugeinc .social--colored .social__variant.fa-tumblr {
    background-color: #34526f;
}

.overlay.overlay-hugeinc .social--colored .social__variant.fa-tumblr:after {
    border-color: #34526f;
}

.overlay.overlay-hugeinc .social--colored .social__variant.fa:hover {}

.overlay.overlay-hugeinc .social--colored .social__variant.fa:hover:after {
    border-color: #FFFFFF;
}

.overlay.overlay-hugeinc .auth {
    margin-top: 20px;
    margin-left: 50px;
}

.overlay.overlay-hugeinc auth .auth__show .auth__image img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}