.smsButton {
    box-shadow: inset 0px 1px 0px 0px #54a3f7;
    background: linear-gradient(to bottom, #5a97fa 5%, #4286f4 100%);
    background-color: #5a97fa;
    border-radius: 3px;
    border: 1px solid #4286f4;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 16px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #154682;
}

.smsButton:hover {
    background: linear-gradient(to bottom, #4286f4 5%, #5a97fa 100%);
    background-color: #4286f4;
    color: #ffffff;
}

.smsButton:active {
    position: relative;
    top: 1px;
}