/********* Carbon rounded **********/

.form-submit-button-carbon_rounded {
    border-radius:2em;
    color: #dadee5;
    border:1px solid #212325;
    box-shadow:inset 0 1px 0 0 rgba(255, 255, 255, 0.20), 0 1px 2px 0 rgba(0, 0, 0, 0.44);
    background: linear-gradient(to top, #44494c 0%, #2a2e30 100%);
}

.form-submit-button-carbon_rounded:hover, .form-submit-button-carbon_rounded:active  {
	color: #dadee5;
    background: linear-gradient(to top, #5b6266 0%, #383d40 100%);
}