#myform input[type="password"],#myform input[type="text"]{
    background:transparent;
    border: 2px solid #46AC84;
    color: #777;
    font-family: "Lato", sans-serif;
    font-size: 14px;
    padding: 9px 5px;
    height: 21px;
    text-indent: 6px;
    -webkit-appearance: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border .25s linear, color .25s linear;
    -moz-transition: border .25s linear, color .25s linear;
    -o-transition: border .25s linear, color .25s linear;
    transition: border .25s linear, color .25s linear;
    -webkit-backface-visibility: hidden;
    width:100%;
    }
    #myform input[type="password"]:focus,#myform input[type="text"]:focus{
    outline:0;
    }
    #myform{
    width: 500px;
    margin: 0 auto;
    position: relative;
    margin-bottom:60px;
    }
    .strength_meter{
        
    left: 0px;
    top: 0px;
    width: 100%;
    height: 43px;
    z-index:-1;
    border-radius:5px;
    
    }
    .button_strength {
    text-decoration: none;
    color: #181818;
    font-size: 13px;
    }
    .strength_meter div{
        width:0%;
    height: 43px;
    text-align: right;
    color: #000;
    line-height: 43px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-right: 12px;
    border-radius:5px;
    }
    .strength_meter div p{
    position: absolute;
    top: 22px;
    right: 0px;
    color: #FFF;
    font-size:13px;
    }
    
    .veryweak{
        background-color: #FFA0A0;
    border-color: #F04040!important;
    width:25%!important;
    }
    .weak{
    background-color: #FFB78C;
    border-color: #FF853C!important;
    width:50%!important;
    }
    .medium{
    background-color: #FFEC8B;
    border-color: #FC0!important;
    width:75%!important;
    }
    .strong{
    background-color: #C3FF88;
    border-color: #8DFF1C!important;
    width:100%!important;
    }
    h1 span{
        font-weight:bold;
        color:white;
        opacity:.3;
    }
    .boton_personalizado{
        text-decoration: none;
        padding: 10px;
        font-weight: 600;
        font-size: 20px;
        color: #ffffff;
        background-color: #1883ba;
        border-radius: 6px;
        border: 2px solid #0016b0;
        margin-top:20px;
    }
    .boton_personalizado:hover{
        color: #1883ba;
        background-color: #ffffff;
    }
    .button{
        background:none;
        border:2px solid white;
        color:white;
        border-radius:3px;
        font-size:14px;
        cursor:pointer;
    }
    .button:hover{
        background:white;
        color:#48c8d7;
    }
    .button:focus{
        outline:0;
    }
    .strength_meter{
        height:31px;
        width: 100%;
        background:silver;
    }
    .strength_meter div{
        height:23px;
        width:100%;
        height:28px;
        text-align:center;
        color:black;
        font-size: 14px;
        font-weight:400;
        line-height:23px;
    }
    .veryweak{
        background-color: #FFA0A0;
    border-color: #F04040!important
    }
    .weak{
    background-color: #FFB78C;
    border-color: #FF853C!important;
    }
    .medium{
    background-color: #FFEC8B;
    border-color: #FC0!important;
    }
    .strong{
    background-color: #81F781;
    border-color: #8DFF1C!important;
    }
