@charset utf-8;

.img-answer {
    width: 100px;
}


.attention {
    color: #f00;
}

.new-attention {
    color: #f00;
}

.answer-error {
    border: 1px solid #f00;
}

.answer-error + label::before {
    border: 1px solid #f00;
}

.item-sample-image {
    width: 100px;
}

.error-message, .form-error-message {
    background-color: rgba(201, 48, 44, 0.79);
    border-color: #c12e2a;
    color: #fff;
    padding: 8px 0 6px 8px;
    border-radius: 10px;
    margin-top: 10px;
    width: 80%;
    text-align: center;
    margin-bottom: 3px;
}

.form-desc {
    margin-top: 50px;
    margin-bottom: 30px;
    font-size: 15px;
}

.back-link {
    margin-bottom: 30px;
    font-size: 16px;
    letter-spacing: 1px;
}

.login-guide {
    margin-top: -30px;
    margin-bottom: 30px;
}

@media (max-width:641px) {
    .login-guide {
        margin-top: -15px;
    }
}

.form-login-bloc {
    margin-top: 15px;
    text-align: center;
}

.table-doc-list {
    width: 100%;
}

.table-doc-list td {
    vertical-align: top;
}

.table-doc-list__img {
	text-align: center;
}

.form-btn-login {
    background-color: rgb(237, 185, 12);
    display: inline-block;
    font-size: 1.3em;
    font-weight: 700;
    border-width: 3px;
    border-style: solid;
    border-color: rgb(51, 51, 51);
    border-image: initial;
    margin: 0px 10px;
    padding: 6px 20px;
    transition: opacity 0.2s ease;
    color: rgb(51, 51, 51);
    text-decoration: none;
}

.img-step-profile {
    margin-bottom: 50px;
}

.doc-error {
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
}

.doc-area {
    margin-top: 50px;
}

.supplement {
    margin-top: 20px;
    opacity: 0.5;

}

@media (max-width: 641px) {
    .img-step {
        width: 100%;
    }
}
