.cp-autocomplete{
    position: absolute;
    z-index: 99999;
    cursor: pointer;
    top: 100%;
    left: 0;
    right: 0;
    display: block;
    overflow: auto;


}
.cp-autocomplete li:hover{
  background-color: #cce5ff;
}
.reg-title{
    border-bottom: 1px solid #a1d1d2;
    color:#3bc0c3;
    margin-bottom: 10px;
}
