p.error:empty { display: none; }
.submit_btn.link { background-color: #8c8c8c; }
.submit_btn.link p { background-image: none; }
.submit_btn.no-arrow p { background-image: none; }

.resend-area {
  text-align: center;
}

.box input.code {
}

.box li:nth-child(odd) {
    width: 27%;
    clear: both;
}


p.server-error {
    color: #F00;
    background: url(../common/img/icon_error.png) no-repeat left center;
    padding-left: 25px;
    margin-top: 7px;
    font-weight: normal;
}


.multi-button {
  display: flex;
  gap: 12px;
}

.submit_btn.negative {
  background: #aaa;
}

input[readonly],
input[disabled] {
    background-color: #e8e8e8;
    color: #555;
    cursor: not-allowed;
    border: 1px solid #bbb;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
    user-select: none;
}