form {
    border: 0px!important
}

.form-ll {
    border-bottom: 1px solid rgba(0, 0, 0, 0.07)!important;
    border-top: 0px!important;
    border-left: 0px!important;
    border-right: 0px!important;
    padding: 10px 25px 10px 0!important;
    line-height: 1.6!important;
    font-size: inherit!important;
    height: auto!important;
    width: 100%!important;
    background: #fff!important;
    color: #000!important;
    margin-bottom: 2%!important;
    box-shadow: none!important;
}

label{
color: #fff!important;
}

.form-ll::-moz-placeholder {
    color: #000000!important;
}

.form-ll:-ms-input-placeholder {
    color: #000000!important
}

.form-ll::-webkit-input-placeholder {
    color: #000000!important
}
form-ll::-webkit-input-placeholder {
   color: #000000!important
}
input::placeholder {
    color: black!important;
    font-weight: 700!important;
    padding-left: 10px!important;
}

/*buttons*/

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    margin-left: 70px!important;
}

.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}

.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}

.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}