/*******************************************************************************/
/******************************  Login Page - CSS  ******************************/
.membership .membership-brand .brand-wrapper {
    background-image: url("../../img/login/bg2.jpg");
}

    .membership .membership-brand .brand-wrapper:before {
        background-color: rgba(0,0,0,0);
    }

    .membership .membership-brand .brand-wrapper .brand-container {
        /*padding-top: 7%;*/
        font-family: 'Bree';
        z-index: 98;
    }

        .membership .membership-brand .brand-wrapper .brand-container .brand-logo {
            width: auto;
            height: auto;
        }

        .membership .membership-brand .brand-wrapper .brand-container .brand-title {
            margin-top: 20px;
            font-size: 45px;
            font-weight: bold;
            -webkit-text-stroke: 2px #000000;
            color: #FFFFFF;
            border-color: #000000;
        }

        .membership .membership-brand .brand-wrapper .brand-container .brand-description {
            margin-top: 10px;
            color: #ffffff;
            font-size: 16px;
            line-height: 21px;
        }

        .membership .membership-brand .brand-wrapper .brand-container a {
            color: #ffffff;
            font-weight: 400;
            text-decoration: none;
        }

.brand-container h3 {
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.funcion-cont {
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    margin-left: -10px;
    margin-right: -40px;
}

    .funcion-cont > div {
        vertical-align: middle;
        margin-bottom: 40px;
    }

/*******************************************************************************/
.membership .membership-container {
    color: #000000;
    font-family: 'Bree';
    background-color: #eee;
}
/*******************************************************************************/
#logo-mov-cont {
    position: absolute;
    width: 100%;
    height: 70px;
    left: 0;
    top: 0;
    right: 0;
    background-color: #D52B1E;
    /*background-image: url("../../img/login/bg.jpg");*/
}

    #logo-mov-cont .brand-logo {
        width: auto;
        height: auto;
        max-width: 90%;
        top: 30px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

@media (min-width: 576px) {
    #logo-mov-cont .brand-logo {
        top: 40px;
    }
}

#logo-mov-cont span {
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    right: 0;
    bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
}

.membership .membership-container .login .membership-title {
    color: #000000;
    font-size: 24px;
    text-align: center;
    text-transform: none;
}

.membership .membership-container .login .membership-input .form-control, .membership .membership-container .register .membership-input .form-control {
    background-color: #2980b9;
}

.membership .membership-container .input-group-addon {
    padding-right: 15px;
    font-size: 16px;
    color: #000000;
    background: transparent none;
    border: 0;
}

    .membership .membership-container .input-group-addon i {
        vertical-align: middle;
    }

.membership .membership-container .login .membership-input .form-control, .membership .membership-container .register .membership-input .form-control {
    padding: 6px 12px;
    font-size: 14px;
    color: #000000;
    background-color: transparent;
    border: 1px solid #cccccc;
}

.membership .membership-container .membership-submit {
    text-align: center;
}

/*#submit {
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-size: 16px;
    color: #ffffff;
    background: #D52B1E;
    border-radius: 5px;
}*/


.membership .membership-container .login .membership-signup {
    padding-top: 0px;
    font-size: 14px;
    font-weight: 300;
}

.membership .membership-container .login .membership-signup a {
    color: #000000 !important;
}

.login-registrar {
    text-align: center;
}

.membership .membership-container .login-registrar a {
    color: #000000;
    font-size: 15px;
}

    .membership .membership-container .login-registrar a:hover {
        color: #000000;
        text-decoration: none;
    }

@media (max-width: 767px) {
    .membership .membership-container .login {
        padding-top: 120px;
    }
}
/*******************************************************************************/
#logo-main {
    width: 130px;
    height: 78px;
}

#login-loader {
    position: absolute;
    display: none;
    left: 30%;
    top: 30%;
    text-align: center;
    color: #ccc;
}

#login-message {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 15px;
    color: white;
}

#video-intro {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 560px;
    height: 315px;
}

#CaptchaImage {
    width: 90px;
    height: 40px;
}
/*******************************************************************************/

.Validar {
    display: block;
    width: 100%;
    padding: 5px 0px;
    font-size: 16px;
    color: #ffffff;
    background: #D52B1E;
    border-radius: 5px;
}

.btn-Login {
    background-color: #5CB85C;
    color: #FFF;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
}
 