/* Vaya Password Protected Form */
.vaya-password-protect-form p {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: #384C5A;
}

.vaya-password-protect-input {
    border-radius: 50px;
    border: 1px solid #E6ECF3;
    background: white;
    max-width: 340px;
    width: 100%;
    margin-right: 12px;
}

.vaya-password-protect-button {
    padding: 16px 36px;
    gap: 10px;
    width: 121px;
    height: 54px;
    background: linear-gradient(90deg, #2E7CB5 2.01%, #194F90 95.9%);
    border-radius: 99px;
    margin-left: 12px;
}

.vaya-password-protect-heading {
    font-family: Montserrat, serif;
    font-style: normal;
    font-weight: 300;
    font-size: 48px;
    line-height: 76px;
    color: #005B93 !important;
}


@media (max-width: 992px) {
    .vaya-password-protect-button {
        margin-top: 20px;
    }
}


@media (max-width: 500px) {
    .vaya-password-protect-heading {
        font-size: 30px;
        line-height: 40px;
    }

}