body {
    margin: auto;
    max-width: 600px;
    background: #803c0d;
    background-image: url(/img/backround/index.png);
}
.block {
    background-color: #38312C;
    box-shadow: 0px 0px 20px 20px #522a16;
}
.content {
    text-align: center;
}

/* Стили для страницы результата оплаты */
.backAute {
    background: url('/img/background.jpg') no-repeat center center fixed;
    background-size: cover;
}

.center50pros {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.maxWidth400px {
    max-width: 400px;
}

.login {
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 10px;
    color: #fff;
}

.p-5-10 {
    padding: 5px 10px;
}

.p-3-0 {
    padding: 3px 0;
}

.w70 {
    width: 70%;
}

.w90 {
    width: 90%;
}

.w95 {
    width: 95%;
}

.w100 {
    width: 100%;
}

.mAuto {
    margin: 0 auto;
}

.center {
    text-align: center;
}

.bottonMini {
    background-color: #f8df9d;
    color: #333;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
}

.bottonMini:hover {
    background-color: #e5c67d;
}

.foot {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.loginFoot {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 5px 0;
}

.cTopColor {
    color: #f8df9d;
}

.success-message {
    color: #4CAF50;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.error-message {
    color: #F44336;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.info-message {
    color: #FFC107;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: bold;
}

.h100vh {
    height: 100vh;
}