#pswd_info{
            position: absolute;
            top:-25px;
            left: 10%;
            z-index:2;
            display: none;
            width: 450px;
            padding: 5px;
            border-radius: 5px;
            background-color: #e9e8e8;
            border: solid 2px #e9e8e8;
        }
         #pswd_info:before {
            border: 25px solid #e9e8e8;
            content: '';
            border-left-color: transparent;
            border-bottom-color: transparent;
            border-right-color: transparent;
            position: absolute;
            bottom: -48px;
            left: calc(50% - 25px)
        }
        #pswd_info h4{
            padding:0px;
            margin:0px;
        }
        .valid{
            color:green;
        }
        .invalid{
            color:red;
        }
        ul{list-style:none;}
        li.invalid::before {
	        font-family:"Font Awesome 5 Free";
	        content:"\f057";
	        margin-right:8px;
        }
        li.valid::before {
	        font-family:"Font Awesome 5 Free";
	        content:"\f058";
	        margin-right:0px;
        }
        #error{
            display:none;
            color:red;
            font-weight:bold;
            padding:0px;
            margin:0px;
        }

        #caja_error{
            padding-top:0px;
            margin-top:0px
        }

        #caja_terminos{
            text-align:justify;
            font-size:11;
        }