.rhwp-song-dedication {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.rhwp-song-dedication .rhwp-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    font-family: Arial, Helvetica, sans-serif;
}

.rh-form-header {
    width: 100%;
    margin-bottom: 1em;
    text-align: center;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #ddd;
}

.rhwp-song-dedication .rhwp-wrapper .a-hide {
    display: none !important;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, .15) 0 5px 15px 0;
    margin: 1em;
    padding: .5em;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .form-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 100%;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .form-group label {
    margin-bottom: 0;
    color: #111;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .form-group input,
.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .form-group textarea {
    width: 90%;
    border-radius: 15px;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .rh-song-dedication-form-submit {
    display: inline-block;
    font-weight: normal;
    font-family: inherit;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    margin-top: .5em;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 15px;
    transition: all .15s linear;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .rh-song-dedication-form-submit:hover {
    background-color: #0069d9;
    border-color: #0062cc;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .rh-song-dedication-form-submit:focus {
    outline: unset;
    box-shadow: none;
}

.rhwp-song-dedication .rhwp-wrapper .rh-song-dedication.template-1 .rh-song-dedication-form-wrapper .rh-song-dedication-form .rh-song-dedication-form-message {
    width: 80%;
    line-height: 1;
    text-align: center;
    margin-top: 1em;
    font-size: .8em;
    color: #111;
}

.rhwp-song-dedication .fa-spinner {
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@media screen and (max-width: 768px) {
    .rhwp-song-dedication {
        width: 95%;
        margin: 0 auto;
    }
}
