.container-header {
    background: #fff;
}
.header {
    background: #fff;
    height: 104px;
    font-family: 'Roboto', sans-serif;
}

.header ul {
    list-style: none;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    padding: 0;
    margin-right: 40px;
}

.header ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.header ul li a{
    color: #333333;
    text-decoration: none;
}

.header .logo {
    width:20%;
}

.header .menu {
    width: 58%;
}

.header .menu ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    margin-right: 40px;
}

.header .menu ul li {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 500;
}
.header .menu ul li a {
    color: #333333;
    text-decoration: none;
}

.header-buttons {
    /* width: 22%; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.header-buttons .btn-entre-clube{
    background: #f90c51;
    color: #fff !important;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 60px;
    padding: 18px 24px;
    height: 56px;
    /* width: 180px; */
    font-size: 15px;
    font-weight: 500;
    margin-right: 15px;
}

.header-buttons .btn-login {
    background: #fff;
    border:solid 1px#E4E4E4;
    color: #333333;
    outline: none;
    cursor: pointer;
    border-radius: 60px;
    padding: 18px 24px;
    /* width: 88px; */
    height: 56px;
    font-size: 15px;
    font-weight: 500;
}

.rdc-menu-logo {
    max-height: 56px;
}

.modal-content{
    max-width: 418px;
    padding: 2% 3%;
    border:none;
    margin: 30px auto;
}

.modal-content .modal-header{
    border-bottom: none;
}

.modal-content .modal-header .modal-title{
    font-size: 20px;
    font-weight: 400;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

}

#content-message
#lost-password{
    padding-right: 0!important;
    padding-left: 0!important;
}

.modal-content .modal-body form label{
    font-size: 12px;
    color: #828282;
    line-height: 16px;
}

.modal-content .modal-footer{
    border-top:none;
    justify-content: flex-start;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}

.modal-content .btn{
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin: 0;
}

.modal-content .modal-body form{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.modal-content .modal-body #login-form-message{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #828282;
    margin: 0;
    padding-top: .2rem;
    width: 100%;
}

.modal-content .modal-body form input,
.modal-content .modal-body form input:focus,
.modal-content .modal-body form input:hover
{
    border: none;
    outline: none;
    border-bottom: 1px solid #e4e4e4;
    background: transparent!important;
}

.success{
    color: #0540d3!important;
}

.error > span{
    color: #f90c51;
}

.lost-password-message p{
    font-size: 12px;
    font-weight: bold;
}



#login-email,
#login-password{
    background-color: #fff!important;
}

label[for=login-password]{
    margin-top: 30px;
}

.modal-content .login-form-divider{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.modal-content .login-form-divider span{
    width: 10%;
    color: #828282;
    text-align: center;
}

.modal-content .login-form-divider span.divider{
    height: 1px;
    width:45%;
    background-color: #e4e4e4;
}

/* Login Phase 2 */

#rdc-login-phase2 {
    padding: 20px 0;
}

#login-phase2-goback span {
    cursor: pointer;
    padding-left: 10px;
}

.modal-content .login-phase2-icon,
.modal-content .login-phase2-header
{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.modal-content .login-phase2-header {
    flex-direction: column;
    width: 100%;
}

.login-phase2-header p,
.phase-2-timer
{
    color: #555c66;
    font-size: .9em;
    padding: 5% 10%;
}

.modal-content .login-phase2-icon img {
    transform: scale(0.9);
}

.modal-content .close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.modal-content .rdc-login-validation-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content .rdc-login-validation span {
    width: 100%;
    text-align: center;
    font-size: .9em;
    padding-bottom: 20px;
}

.modal-content .rdc-login-validation-area input {
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    text-align: center;
    border: 1px solid #e4e4e4 !important;
    border-radius: 5px;
}

.validation-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
}

.validation-divider span.divider {
    width: 100%;
    height: 1px;
    background-color: #e4e4e4;
}

.login-validation-warning {
    font-size: .9em;
    color: #555c66;
    text-align: center;
}

.login-validation-message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    min-height: 60px;
    text-align: center;
    padding: 15px 0;
}

#rdc-login-validation-form.validation-error .rdc-login-validation-area input {
    border: 1px solid #f90c51!important;

}

.login-validation-message span {
    font-size: .8em;
}

.login-validation-message span.success {
    color: #0540d3;
}

.login-validation-message span.error {
    color: #f90c51;
}

.login-validation-message h5 {
    font-size: .9em;
    margin-bottom: 0;
    margin-top: 10px;
}

.login-validation-message p {
    font-size: .8em;
}

#rdc-login-phase3 {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center ;
}

.link-disabled {
    pointer-events: none;
    opacity: .75;
}

.token-expired-content {
    min-height: 65vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 30%;
    text-align: center;
}

.token-expired-content h5 {
    padding-top: 15px
}

.token-expired-content button {
    background-color: transparent;
    border: 1px solid #ccc;
}

.token-expired-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.phase2-mobile-button {
    display: none;
}


.rdc-login-form__recaptcha-notice {
    font-size: 12px;
    color: #828282;
    text-align: center;
    margin-bottom: 5px;
    line-height: 1.4;
    width: 100%;
}

.rdc-login-form__recaptcha-notice-link {
    color: #0540d3;
    text-decoration: none;
}

.rdc-login-form__recaptcha-notice-link:hover {
    text-decoration: underline;
}


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}

@media (min-width: 1280px) {
    #masthead .container {
        max-width: 1280px;
    }
}

@media (min-width: 992px)  {
    #masthead .container {
        max-width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 4px;
        padding-left: 4px;
    }
    .header ul li {
        font-size: 11px!important;
    }
    .header-buttons .btn-entre-clube, .header-buttons button.btn-login {
        font-size: 12px!important;
        padding: 12px 20px!important;
        height: 40px!important;
    }
}

@media (min-width: 1080px)  {
    #masthead .container {
        max-width: 100%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .2rem;
        padding-left: .2rem;
    }
    .header ul li {
        font-size: 13px!important;
    }
}

@media (min-width: 1280px)  {
    #masthead .container {
        max-width: 1280px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .4rem;
        padding-left: .4rem;
    }
    .header ul li {
        font-size: 15px!important;
    }
    .header-buttons .btn-entre-clube, .header-buttons button.btn-login {
        padding: 18px 24px!important;
        height: 56px!important;
        font-size: 15px!important;
    }
}

@media screen and (max-width: 768px) {
    .phase2-mobile-button {
        display: block;
        padding-top: 30px;
        transform: scale(.8);
    }
}

@media (max-width:320px) {
    .header-buttons .btn-entre-clube {
        padding: 18px 16px;
        font-size: 14px;
    }
}
