#loginform .submit input, #your-profile .submit input {
    background: linear-gradient(to bottom, #6FCFCA 0%, #37A8A3 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 15px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font: 11px/30px 'OpenSansBold';
    height: 30px;
    padding: 0 18px;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
}