@charset "utf-8";
BODY{
    position: absolute;
    background: url(../../src/images/collage-follamigos.png);
    background-repeat: repeat;
    background-position: center;
    height: auto;
    min-height: 100%;
    padding-bottom: 100px;
    }
footer{
    display: block !important;
    width: 100%;
    background: #222;
    height: auto;
    position: absolute;
    bottom: 0;
}
footer .center_content{
    text-align: center;
    line-height: 2em;
    padding: 10px 0;
}
footer a.txt {
    display: inline-block;
    color: #919191;
    text-decoration: underline;
}
.reg_box,.log_box{
    margin-top: 150px;
    width: 98%;
    margin: auto;
    max-width: 420px;
    padding: 5px 15px 15px 15px;
    border: 2px solid #ff1469;
    margin-top: 50px;
    background: #ffffffeb;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    position: relative;
}
.reg_box.women{
    border: 5px solid #ff008e;
}
.log_box{  padding: 15px; }
.reg_box h2,.log_box h2{
    font-size: 1.9em;
    text-align: center;
    color: #d91b60;
    margin: 10px 0 10px;
    font-weight: 700;
    letter-spacing: -2px;
}
.label-reg{
    font-size: 1.6em;
    font-weight: 600;
    background: #f57892;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 15px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
}

.label-reg:after{
    content:
    "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: none;
    bottom: -26px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #f57892;
}
.women-logo{
    background: url(../images/women-reg.png);
    height: 130px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin-top: -20px;
    margin-bottom: -27px;
    z-index: 2;
    position: relative;
}
.label-women{
    font-size: 1.6em;
    font-weight: 600;
    background: #ff008e;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 7px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 100%;
    margin: 10px auto 30px;
}

.label-women:after{
    content:
    "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
    background: none;
    bottom: -26px;
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 30px solid #ff008e;
}
.txt-women-2{
    text-align: center;
    font-weight: 600;
    color: #467e1d;
    font-size: 1.5em;
}
.txt-women-3{
    padding: 10px;
    color: #ff0198;
    font-size: 1.3em;
    font-weight: 600;
    text-align: center;
}
.txt-top-reg{
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    color: #444;
    margin: 5px 0;
}
.txtarea-reg{
    display: block;
    margin: auto;
    width: 100%;
    resize: none;
    border: 2px solid #ff1469;
    border-radius: 6px;
    font-family: Open Sans,Arial !important;
    height: 80px;
    padding: 10px;
    font-size: 1.2em;
}
.cont-log {
    background: #e9e9e9;
    border: 0;
}
.cont-reg-log, .cont-reg-women,.cont-log{
    border: 2px solid #ff1469;
    border-radius: 6px;
    padding: 0 0 10px;
    }
.cont-reg-women {
    border: 2px solid #ff008e;
}
.reg_logo {
    display: block;
    width: 400px;
    height: 60px;
    background: url(../../src/images/logo_conectar.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: -35px;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.reg_logo a{display:block;height: 100%;}
.reg_box h3{
    font-size: 1em;
    text-align: center;
    color: #737373;
    margin: 0 0 5px;
    font-weight: 500;
}
.ptprelinker-legend-form { display:none !important; } 
input[type=button], input[type=submit]{
    background: #008100;
}
form{ padding: 10px 10px 0 10px}
.small{ width:100% !important;}
.checkbox input[type=checkbox].hidden{display: inline-block !important;margin: 0 5px 0 0;visibility: visible;position: relative;}
p.inf{font-size:0.8em; text-align: center; margin:0; color: #666}
.article{
    background: #f0f0f0;
    padding: 30px;
    margin-top: 150px;
}
.main_article{
    max-width: 1200px;
    margin: auto;
}
.ptprelinker-input-group{
    margin: 0 0 15px 0;
}
.ptprelinker-input-group label{
    width: 30%;
    color: #222;
    font-size: 14px;
    font-weight: 600;
}
.ptprelinker-input-group .ptprelinker-input{
    width: 65%;
    border-radius: 3px;
    background: #fff8f8;
    border: 1px solid #e5b6bf;
    display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.error-login,.error-forgotten-pwd,.error-register{
    background: #eb5959;
    text-align: center;
    color: #fff;
    padding: 5px;
    margin: 10px 0;
    border-radius: 4px;
}
.error-login.login-hide,.error-forgotten-pwd,.forgotten-hide{
    display: none;
}
.ptprelinker-forgotten-link{
    margin: 15px auto;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.ptprelinker-forgotten-form,.fb_connect{display:none;}
.ptprelinker-forgotten-label{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.1em;
    margin-top: 15px;
}
.form-forgotten .ptprelinker-input-group .ptprelinker-input {
    width: 90%;
    margin: auto;
    display: block;
}
.valid-send-email {
    background: #6dbf6e;
    text-align: center;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
}
.ptprelinker-forgotten-fail{
    display: block;
}
.ptprelinker-input-group-prepend{
    width: 9%;
    display: inline-block;
    font-size: 1.5em;
    color: #e15370;
}
.ptprelinker-register-form label{ display:none;}
.ptprelinker-register-form .ptprelinker-label-checkbox{display: inline-block;width: 85%;margin: 0 15px 20px;vertical-align: middle;}
.ptprelinker-input-checkbox{
    margin-bottom: 20px !important;
}
.ptprelinker-select, .reg_box .ptprelinker-input-group .ptprelinker-input {
    display: inline-block;
    width: 89%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

p{
    font-size: 13px;
    text-align: center;
    color: #d91b60;
    margin: 0;
    font-weight: 600;
}
input#terminos {
    margin: 0 5px 1px;
}
label.terms{
    font-size: 11px;
    font-weight: 500;
    color: #000;
    margin: 15px 9px;
}
label.terms span{}

label.terms span a{
    text-decoration: underline;
    color: #090;
}
input[name="submit_input"]{display: none;}
@media screen and (max-width:480px){
    BODY{
    background: url(../../src/images/collage-reg.jpg);
    background-position: 59% 0;
    background-size: 220%;
   
    }
    .reg_box, .log_box{
    margin-top: 10px;
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
    .section{height: 100vh;position: relative;}
}
