@import url("intl-tel/css/intlTelInput.css");
#spform-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.spform-message {
    color: white;
    text-align: center;
    margin-top: 200px;
    font-size: 2.5em;
    font-weight: bold;
    max-width: 100% !important;
}
.spform-btn {
    width: 100%;
    margin: 0 auto;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
    color: #fff;
}