.login-col.col-right .cross-icon
{
	color: #000000 !important;
}
.invalid-feedback
{
	display:block;
}

#zip-results {
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    width: 100%;
}

#zip-results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#zip-results li {
    padding: 10px;
    cursor: pointer;
}

#zip-results li:hover {
    background-color: #f0f0f0;
}

.invalid-feedback
{
	display:block;
}
#zip-results {
    background-color: #fff;
    border: 1px solid #ccc;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 999;
    width: 100%;
}

#zip-results ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#zip-results li {
    padding: 10px;
    cursor: pointer;
}

#zip-results li:hover {
    background-color: #f0f0f0;
}