/* { основная часть */
div.sign-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-image: url("../images/sign/bg-n.jpg");
    background-position: 50% 40%;
    z-index: -1;
}

div.sign-mainpart {
    width: 100%;
    position: absolute;
    top: 93px;
    text-align: center;
    padding: 18px 12px;
    box-sizing: border-box;
}
div.sign-mainpart[data-visible='forms']:not([data-state='forms']), div.sign-mainpart[data-visible='thanks']:not([data-state='thanks']), div.sign-mainpart[data-visible='signed']:not([data-state='signed']), div.sign-mainpart[data-visible='error']:not([data-state='error']) {
    display: none;
}

div.sign-rect {
    width: 312px;
    max-width: 100%;
    border-radius: 9px;
    display: inline-block;
    box-sizing: inherit;
    margin-bottom: 12px;
}
div.sign-rect-colored {
    background-color: rgba(255, 255, 255, 0.9);
    border-width: 1px;
    border-color: #a0a0a0;
    border-style: solid;
    padding: 9px;
}

div.sign-rect-header {
    border-radius: 9px 9px 0px 0px;
    background-color: rgba(220, 237, 199, 0.9);
    border-width: 1px;
    border-color: #007000;
    border-style: solid;
    box-sizing: inherit;
}

div.sign-rect-main {
    border-radius: 0px 0px 9px 9px;
    background-color: rgba(255, 255, 255, 0.9);
    border-width: 1px;
    border-color: #a0a0a0;
    border-style: none solid solid solid;
    box-sizing: inherit;
    padding: 9px;
}

input.sign-form {
    margin: 6px 0px;
    width: 100%;
    box-sizing: border-box;
}
/* основная часть } */

/* { проверка на бота*/
button.sign-captcha-button {
    width: 81px;
    height: 81px;
    margin: 6px;
    background-size: cover;
    cursor: pointer;
    vertical-align: top;
    border-width: 5px;
    border-color: #008000;
    border-style: none;
    box-sizing: content-box;
}
button.sign-captcha-button[data-selected='true'] {
    border-style: solid;
    margin: 1px;
    border-radius: 5px;
}

div.sign-captcha-error-div {
    margin-bottom: 15px;
}

div.sign-captcha-question-div {
    margin-bottom: 15px;
    font-size: 0.9em;
}
/* проверка на бота } */
