.btn-primary{
    background: #4eaec1 !important;
    border: 1px solid #4eaec1 !important;
}

.color-primary{
    color: #4eaec1 !important;
}

.register-form{
    background: #FFF;
    color: #000;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.reviews{
    color: #FFF;
}

footer{
    background: #e8e8e8;
    color: #000;
}

footer a{
    color: #555;
    text-decoration: none;
}