.form-signup {
    position: relative;
}

.loading-layer {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.7);
    cursor: no-drop;
    z-index: 10;
}

/* =============================================
                noty уведомления
==============================================*/
.noty_message {
    padding: 8px 20px !important;
}

.noty_text {
    font-size: 16px;
}

/* =============================================
   Страница заказов, неудачная оплата failure
==============================================*/
.wrap-epay-failure .failure-popup {
    margin: 45px auto -60px;
    width: 615px;
    padding: 16px 40px 20px;
    border: 1px solid #bcbcbc;
    background: #fff;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
}
.wrap-epay-failure .failure-popup .title {
    display: block;
    font: 18px/19px 'Calibri-Bold';
    margin: 0 0 8px;
}
.wrap-epay-failure .failure-popup p {
    margin: 0 0 11px;
    font-size: 14px;
    line-height: 20px;
}
.wrap-epay-failure .failure-popup .back {
    display: block;
    background: url(../images/btn-back.png) no-repeat;
    width: 130px;
    height: 21px;
    padding: 0 7px 0 0;
    text-align: center;
    font: 13px/21px 'Calibri-Bold';
    color: #fff;
    text-decoration: none;
    margin: 0 auto;
}
