form input,
form select,
form textarea {
    background-color: #101E3E !important;
    color           : #FFF !important;
    border          : 2px solid #131F3C !important;
}

form textarea {
    min-height: 150px;
}

form .form-text {
    color: #A6A6A6;
}

form .btn-secondary {
    background-color: #4d4d4d !important;
    border          : 1px solid #101E3E;
}

form .btn-group {
    width: 100%;
}

.input-group .input-group-text {
    background-color: #08132b;
    color           : #AAA;
    border          : 1px solid #101e3e;
}

form.align-right {
    float: right !important;
}