footer .top-footer {
    background-color: #2a2e33;
    padding: 20px 0px;
}
footer .footer-menu h5{
    position:relative;
    padding-bottom:10px;

}
footer .footer-menu h5:after {
    content: '';
    left: 0;
    top: 30px;
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #fff;
}
footer .text-white {
    color: #b3b3b3 !important;
}
footer .text-white:hover {
    color: #f1f1f1 !important;
    text-decoration: none;
}
footer .footer-menu ul li {
    padding-left: 15px;
    position: relative;
}
footer .footer-menu ul li:after {
    content: '';
    height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    display: inline-block;
    background-color: #99a4af;
    border-radius: 100%;
    top: 10px;
}

footer .footer-menu ul li a {
}
footer .signup-form {
    position:relative;  
}
footer button {
    position:absolute;
    top:0;
    right:0;
}
footer .footer-text {
    border: solid 1px #40464c;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    color: #f1f1f1;
}