.newClose{
    position: relative;
    background-image: url(../images/newLook/newClose.png);
    width: 40px;
    height: 40px;
    float: right;
    cursor:pointer;
    background-position: 50% calc(50% - 2px);
    background-repeat: no-repeat;
}
.newLogin{
    width: 355px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.newLoginHeader{
    position: relative;
    width: 100%;
    height: 40px;
    background-color:#adadad;
}
.newLoginHeaderPaso1{
    text-align: center;
    width: 110px;
    position: relative;
    line-height: 39px;
    height: 35px;
    float:left;
    color:#03a7a9;
    background-color:#ffffff;
    border-bottom: 4px solid #03a7a9;
}
.newLoginHeaderPaso2{
    text-align: center;
    width: 210px;
    position: relative;
    line-height: 39px;
    height: 35px;
    float: left;
    color: #fff;
    background-color: #adadad;
    border-bottom: 4px solid #adadad;
}
.newLoginHeaderPaso3{
    text-align: center;
    width: 110px;
    position: relative;
    line-height: 39px;
    height: 35px;
    float: left;
    color: #fff;
    background-color: #adadad;
    border-bottom: 4px solid #adadad;
}
.newLoginContainer{
    clear:both;
}
.newLoginInvitado{
    position: relative;
    padding:20px 0px;
    background-color:#ffffff;
    width: 100%;
}
.newLoginNuevo{
    position: relative;
    padding:20px 0px;
    background-color:#eeeeee;
    width: 100%;
}
.newLoginCliente{
    position: relative;
    padding:10px;
    background-color:#ffffff;
    width: 100%;
}
.newLoginLeft{
    position:relative;
    width: 100%;
}
.newLoginRight{
    position:relative;
    width: 100%;
}
.newLoginTitle{
    position: relative;
    color:#575757;
    margin-bottom: 10px;
    font-size: 15px;
}
.newLoginTitle-iput{
    position: relative;
    color:#575757;
    
    font-size: 15px;
}
.newLoginText{
    font-size:15px;
    position: relative;
    color:#888888;
    margin-bottom: 10px;
}
.newLoginText.Beneficios{
    display:none;
}
.newLoginText.NewLogText{
    margin-bottom: 5px;
}
.newLoginText ul{
    list-style: none;
}
.newLoginText ul li::before {
    content: "\2022";
    color: #00adac;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.newLoginText ul li{

}
.newInputContainer{
    position:relative;
    width: 100%;
    margin-top:5px;
}
.newInputContainer2{
    position:relative;
    width: 100%;
    margin-top:5px;
}
.newRegistrarme{
    position:relative;
    width: 50%;
    margin-top: 6px;
    text-align: left;
    font-size: 14px;
    margin-bottom: 8px;
    float:left;
}
.newRegistrarme a, .newForgotPass a{
    text-decoration: none;
    color: #212529;
}
.newForgotPass{
    position:relative;
    width: 50%;
    margin-top: 6px;
    text-align: right;
    font-size: 14px;
    margin-bottom: 8px;
    float:left;
}
#form_olvide .newInputContainer{
    margin-bottom: 53px;
}
.button{
    bottom: 0;
    position: relative;
    left: 0;
    right: 0;
    cursor:pointer;
    text-align: center;
    line-height: 12px;
    padding: 15px;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.button.paso1{
    background-color: #03a7a9;
}
.button.paso2{
    background-color: #008c69;
}
.button.paso3{
    background-color: #016f6e;
}


.oculto{
    display:none;
}


/*Fonts*/
/*fin Fonts*/
.newLoginHeader{
    background-color: #dddddd;
    padding-left: 0px;
    border-bottom: 5px solid #ff774b;
}
.newLoginHeaderPaso1 {
    min-height: 35px;
    border-bottom: none;
    background-color: #ef473a;
    color: #fff;
    height: 35px;
    border-top-left-radius: 6px;
}
.button.paso1{
    background-color: #ff253a;

}
.button.paso2{
    background-color: #ef473a;
}
.button.paso3{
    background-color: #940000;
}
.boton-extendido{
    width: 50%;
    float: right;
}

.button.paso1, .button.paso2{
    top: 30%;
}