#sms-button {
    margin-top: 10px;
    width: 100%;
    background-color: #0073aa;
    color: #fff;
    border: none;
    cursor: pointer;
}
#sms-button:hover {
    background-color: #005177;
}