
/* Flyer */
.flyer_portal {
    position: absolute;
    margin: auto;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 550px;
    width: 450px;
    display:none;
}

.flyer_portal img {
    width: 100%;
}
#coupon-card img {
    width: 100%;
}

.flyer_portal #coupon-card.card {
    border: none;
}

.flyer_portal #coupon-card.card .card-header,
.flyer_portal #coupon-card.card .card-body {
    padding: 0;
}

.flyer_portal #coupon-card.card .card-body #coupon-form {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

.flyer_portal #coupon-card.card .card-body #coupon-form p {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

#coupon-card .container {
    padding: 0;
    margin: 0;
}

#coupon-form label {
    font-size: 1em;
}
input {
    padding: 0;
    margin: 0;
    outline: none;
    font-family: sans-serif;
    font-size: 16px;
    color: #666;
    margin-left: 5px;
}
.main_block,
.main_block {
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 100%;
    background-size: cover;
    margin-top: -4px;
}
form {
    width: 91%;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    border: solid 1px #ccc;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .31);
    background: #ebebeb;
    padding-bottom: 85px;
}
.info-item {
    width: 100%;
    /* margin-left: -5px; */
}

/* .flyer_portal #coupon-card.card .card-body #coupon-form .info-item.col-12 {
    padding-left: 5px;
    padding-right: 5px;
} */
.terms {
    position: absolute;
    padding-top: 50px;
}
/* .terms2 {
    position: absolute;
    padding-top: 50px;
    padding-left: 302px;
} */
input {
    /* width: calc(100% - 57px); */
    width: 100%;
    height: 36px;
    padding-left: 10px;
    margin: 0 0 12px -5px;
    border-radius: 0 5px 5px 0;
    border: solid 1px #cbc9c9;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .09);
    background: #fff;

}
button {
    width: 100%;
    padding: 8px;
    border-radius: 5px;
    border: none;
    background: #02471B;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}
button:hover {
    background: #0DD44A;
}
/* #coupon-card button {
    width: 396px;
} */
#response-block{
    display:none;
}

/* #body-layer{
    width:100%;
    height:100%;
    position:absolute;
    z-index:998;
} */