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

 .mwb-form-control {
    margin-bottom: 20px;
    margin-top: 5px;
    width: 80%;
}
.active-from{
    width: 45%;
}
.form-labels {
    display: block;
}
.mwb-form-control{
    font-size: 1rem;
    padding: 10px 8px!important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border-radius: .25rem;
    border: 1px solid #ced4da;
    color: #212529;
    display: block;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    margin-bottom:15px!important;
}
.mwb-btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-info-mwb {
    color: #fff;
    background-color: #0dcaf0;
    border-color: #0dcaf0;
    font-weight: 600;
    padding: 8px 16px;
}

.mwb_gaq__form--group label {
    margin: 10px 0;
}
.active-front-form.mwb_gaq__form--group + .small label {
    margin: 10px 0;
    display: inline-block;
}

/*Pre-loader CSS*/
.mwb-gaq-dialog-wrapper {
    position: fixed;
    top: 40%;
    left: 40%;
    z-index: 999999;
    opacity: 0.7;
    background: #ffffff;
    box-shadow: 0 0 0 1500px #ffffff;
}
.mwb-gaq-item-img {
    width: 50%;
}
.mwb-gaq-dialog-wrapper {
    display: none;
}