.ds-vertical-align { 
     display: flex; 
     flex-direction: column; 
     justify-content: center;
} 

p:last-of-type {
    padding-bottom: 0;
    padding-top: 10px;
}

.mb4wp-form-theme-dark input[type="submit"] {
    color: #fff !important;
    background-color: #414042 !important;
    border-color: transparent;
    font-size: 16px;
	    font-weight: 600;
	text-transform:uppercase;
}

.mb4wp-form-theme-dark input[type="submit"]:hover {
    color: #fff !important;
    background-color: #414042 !important;
    border-color: #414042;
}

.mb4wp-form-theme label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    font-variant-caps: all-small-caps;
    font-size: 19px;
}

.mb4wp-form-theme input[type="text"],
.mb4wp-form-theme input[type="email"]{
	font-size: 14px;
	box-shadow: none;
	border: none;
}

.mb4wp-form-theme .mb4wp-success {
    color: #fff;
    padding-top: 10px;
}