.err-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em 0em;
}
.error {
    padding: 10px 20px;
    font-size: 1.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(192, 0, 0, 0.2);
    background: rgba(252, 252, 252, 0.7);
}

.error p {
    color: #f35a18;
    margin-bottom: 0;

}

.inactive {
    display: none !important;
}
.err-name,
.err-email,
.err-message,
.err-phone {
    color: #efcc50;
    /* position: relative; */
    top: -20px;
    font-size: 1.25em;
    padding: .25em 0em;
    /* background: rgb(255 255 255 / 25%); */
    margin: 2px;
}
.required {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.donate .donate-form {
    /* background-color: #f2f2f2ad; */
    margin-top: 20px;
}
.control-group label {
    /* color: #000; */
    width: 220px;
}
.confirm_form{
    padding-top: 150px;
}
@media (max-width: 991px) {
    .confirm_form{
        padding-top: 20px;
    }
}