.form-control {
    margin-bottom: 0;
}

.md-form .prefix ~ select {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.md-form .prefix ~ .select-wrapper {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}

.error-message {
    color: #F44336;
    margin-left: 3rem;
    font-size: .8rem;
}

.valid input {
    border-bottom: 1px solid #00C851 !important;
    box-shadow: 0 1px 0 0 #00C851 !important;
}

.invalid input {
    border-bottom: 1px solid #F44336 !important;
    box-shadow: 0 1px 0 0 #F44336 !important;
}

.select-dropdown {
    margin-bottom: 0 !important;
}

.select-label: {
    color: #757575 !important;
}