/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.alert_wrapper .inner-page-header-title {
    background: #000 url(../images/4.jpg) no-repeat center center;
    height: auto;
    padding-bottom: 34px;
    padding-top: 54px;
    text-align: center;
    color: #fff;
    position: relative;
    background-size: cover;

}

.alert_wrapper .inner-page-header-title h1 {
    margin: 10px 0 20px;
    z-index: 2;
    position: relative;
    font-size: 3em;
    padding: 20px 0px;
    color: #fff;
}

.alert_wrapper .inner-page-header-title:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    content: "";
    background-color: rgb(0 0 0 / 55%);
}

.alert_wrapper p {
    line-height: 1.7;
    font-size: 14px;
    text-align: inherit;
}

.alert_wrapper .text-center {
    text-align: center !important;
}

.alert_wrapper .form-control,
.alert_wrapper .form-select {
    font-size: 17px !important;
    font-weight: 400;
}

.alert_wrapper .form-check-label {
    font-size: 14px !important;
    font-weight: 400;
}

.alert_wrapper button.btn-success {
    transition: background-position .3s;
    background-image: linear-gradient(#000, #000 50%, #000 50%, #000);
    background-size: 100% 200%;
    border-color: #000;
    font-size: 1.5rem;
    border-radius: 0px;
    padding: 7px;

}

.alert_wrapper strong {
    font-size: 1em;
    padding: 10px 0px;
    color: #000;
}

.alert_wrapper .card {
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .05);
    box-shadow: 7px 4px 20px 0 rgb(221 221 221);
    position: relative;
    z-index: 999;
    margin-bottom: 40px;
    padding: 20px;
}

.alert_wrapper .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.alert_wrapper legend {
    font-size: 1.5rem;
}

.alert_wrapper .social-links{
	text-align: center;
}