.ul, li {
    margin:0;
    padding:0;
    list-style-type:none;
}  

form ul li {
    margin:10px 0 0 0 ;
    text-align: left;

}

.contact-w3-agileits input[type="text"], input[type="email"], input[type="password"] {
        color: #333 !important;
}

#pswd_info {
    position: absolute;
     top: 0px; 
    right: 16px;
    width: auto;
    padding: 15px;
    background: #fefefe;
    font-size: 12px;
    font-weight: 600;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
    z-index: 999;
    text-transform: capitalize;
}

.main_h{ border: solid 1px #1BB394;
         background: #1BB394;  
         border-radius: 5px;

}

#pswd_info h4 {
    margin:10px 0 10px 0;
    font-weight:normal;
    color: #FFFFFF;
    font-size: 12px;
    text-align: center!important;

}

#pswd_info::before {
    /*content: "\25B2 ";*/
    font: normal normal normal 14px/1 FontAwesome;
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
.invalid {
    font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*padding-left:22px;*/
    line-height:24px;
    color:#ec3f41;
     content: "\f00d ";  
}
/*.invalid :before{
      content: "\f00d"; 
}*/

.valid {
    font-family:"open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    /*padding-left:22px;*/
    line-height:24px;
    color:#3a7d34; 
} 
.valid:before{
       content: "\f00c "; 
       font: normal normal normal 14px/1 FontAwesome;
}  

#pswd_info {
    display:none;
}  