.site-v2-body,
.site-v2-body html {
    min-height: 100%;
}

.site-v2-body {
    margin: 0;
    background: #00030c;
    color: #fff;
    font-family: "PingFang SC", "Hiragino Sans", "Microsoft YaHei", Arial, sans-serif;
}

.site-v2-shell {
    width: 100%;
    max-width: 472px;
    min-height: 100vh;
    margin: 0 auto;
    background: #00030c;
    overflow-x: hidden;
}

.guestbook-v2 {
    min-height: 100vh;
    padding: 72px 17px 34px;
    background: #00030c;
}

.guestbook-v2-header {
    position: fixed;
    top: 0;
    left: 50%;
    z-index: 3000;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 472px;
    height: 57px;
    padding: 0 17px;
    transform: translateX(-50%);
    background: #370848;
    border-bottom: 2px solid rgba(130, 45, 144, .64);
    box-sizing: border-box;
}

.guestbook-v2-back {
    width: 42px;
    color: #d1ad80;
    text-decoration: none;
    font-size: 30px;
    line-height: 1;
    display: flex;
    align-items: center;
}

.guestbook-v2-title {
    flex: 1;
    margin-right: 42px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
}

.guestbook-v2-group {
    margin-bottom: 24px;
}

.guestbook-v2-label {
    display: block;
    margin-bottom: 14px;
    color: #fff0bd;
    font-size: 20px;
    font-weight: 900;
}

.guestbook-v2-control {
    width: 100%;
    height: 58px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 7px;
    color: #fff;
    background: transparent;
    font-size: 15px;
    box-sizing: border-box;
}

.guestbook-v2-control:focus {
    outline: none;
    border-color: #d1ad80;
}

.guestbook-v2-control::placeholder {
    color: rgba(255, 255, 255, .2);
}

textarea.guestbook-v2-control {
    height: 172px;
    padding-top: 14px;
    line-height: 1.5;
    resize: none;
}

.guestbook-v2-submit {
    width: 100%;
    height: 54px;
    margin-top: 48px;
    border: 0;
    border-radius: 8px;
    color: #2b0835;
    background: url("/static/apps/front/site_v2/images/button-bg.png") center / 100% 100% no-repeat;
    font-size: 16px;
}

.guestbook-v2-submit:disabled {
    opacity: .62;
}

#NavFooter.site-v2-footer {
    display: none;
}
