ul.navbar-nav > li > a {
    color: #ffffff !important;
    font-weight: 500;
}

ul.navbar-nav > li > a:hover {
    color: #8D8D8D !important;
}

.navbar-nav > li:nth-child(7) > a:nth-child(1){
    color: #15C169 !important;
    font-weight: 500;
}

.navbar-nav > li:nth-child(7) > a:nth-child(1):hover {
    color: #8D8D8D !important;
}

a.btn-submit, input.btn-submit, button.btn-submit {
    color: #fff !important;
    margin:5px;
  }

.alert.alert-danger.errors li {
    margin-left: 20px;
}

button.close {
    display: none !important;
}