
#form { width: 300px; margin: 150px auto 0; }
    #form > .msg { margin-bottom: 20px; }
    #form > .submit { margin-top: 10px; width: 100%; border: none; background: var(--c-main); color: white; font-weight: bold; font-size: 16px; padding: 8px; cursor: pointer; }
    #form > .field > input { width: 100% }

.box-form > .boxes > .field { width: 100%; font-size: 14px; padding: 8px 15px; border: solid 1px #aaa; border-radius: 0; margin: 0; }
    .box-form > .boxes > .field:not(:first-child) { border-top: none; }

.err-msg { color: red; font-size: 14px; margin-top: 5px; text-align: center; }
.ac-buster { position: absolute; left: -10000px; }

#forgot-link { font-size: 12px; margin-top: 15px; display: inline-block; }
#resend { text-decoration: underline; color: blue; cursor: pointer; font-size: 12px; }
