/* .mailSubsPg .stdPgCover {
    margin-top: 20px;
} */

.formWrap {
    width: 100%;
    /* margin: 40px auto; */
    text-align: center;
}

    .formWrap form {
        max-width: 400px;
        width: 100%;
        margin: auto;
    }

.mailSubsForm {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

    .mailSubsForm p {
        color: #f00;
    }

.mailSubsTxtblk {
    text-align: center;
    padding: 5px;
    border-radius: 4px;
    border: 0;
    height: 40px;
    width: 200px;
}

/* .unsub .btn, .unsub input[type="text"] {
    max-width: 460px;
    font-size: 22px;
} */

.mailSubsMsg {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .mailSubsMsg p {
        margin: 0;
    }

.mailSubsPg .lds-dual-ring {
    width: 50px;
    height: 50px;
}

    .mailSubsPg .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 30px;
        height: 30px;
        margin: 10px;
        border-radius: 50%;
        border: 4px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.vidArea {
    display: flex;
    /* flex-wrap: wrap;
    justify-content: center; */
    gap: 20px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.vidArea video {
    max-width: 500px;
    width: 100%;
    /* height: auto; */
    border-radius: 6px;
}

.form-check-label {
    /* color: #d5b36a; */
    font-size: 18px;
}

.form-check-input {
    font-size: 18px;
}