/**
* Lantern Press - Customer Login
* @author Katharina Tramm
* @version 0.1
*/

/* ===== Customer Login, Password Flow ===== */

#content.login {
    background-color: #F2F2F2;
    padding: 60px 0 52px 0;
}

#login-wrapper {
    background-color: #fff;
    margin: auto;
    align-items: center;
    width: 867px;
    height: 416px;
}

#customer-login {
    padding: 0 69px 0 50px;
    border-right: 1px solid #9a6142;
}

#customer-registration {
    padding: 0 60px 0 50px;
    width: 396px;
}

input#email, form input[type="password"] {
    width: 100%;
}

#login-wrapper #form-submit {
    text-align: center;
    margin-top: 35px;
}

.top-label a {
    font-size: 0.75em;
    line-height: 17px;
    float: right;
    margin-right: -6px;
}

#form-note {
    text-align: center;
    margin-top: 26px;
}

/* ===== Password Reset ===== */

#register-reset div.top-label, #password-change div.top-label {
    width: 360px;
}

#register-reset #form-submit, #password-change #form-submit {
    margin-top: 20px;
}

/*form table select {  width: auto;  }*/

/*table.zebra {*/
/*    width: 100%;*/
/*    font-family: "Berthold Akzidenz Grotesk", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*    font-size: 0.9em;*/
/*}*/

/*table.zebra tr.submit td {*/
/*    text-align: right;*/
/*    padding-right: 0;*/
/*}*/

/*table.zebra input[type="submit"] {  margin-right: 0;  }*/

/*table.zebra tbody tr td.order-dates	table tbody tr td {  background-color: inherit;  }*/

/*table td.error input[type="text"], textarea {  border: 1px solid #D13D3D;  }*/

/*table.aligned tr td {  vertical-align: middle;  }*/


/* ===== Customer Login===== */

/*#login {  padding-top: 50px;  }*/

/*#login h5 {*/
/*    font-family: "Arno Pro", Garamond, "Times New Roman", serif;*/
/*    font-size: 1.6em;*/
/*    margin-bottom: 0.65em;*/
/*}*/

/*#login p {*/
/*    font-size: 0.85em;*/
/*    margin-bottom: 10px;*/
/*    line-height: 16px;*/
/*}*/

/*#login form label {*/
/*    font-size: 0.95em;*/
/*    display: block;*/
/*    margin-top: 14px;*/
/*}*/

/*#login form input {*/
/*    margin-left: 0;*/
/*}*/

/*#login form {  margin-top: 26px;  }*/

/*#login input.button {*/
/*    height: 24px;*/
/*    letter-spacing: normal;*/
/*    padding: 0px 6px;*/
/*    margin-top: 10px;*/
/*    font-size: 0.8em;*/
/*}*/

/*#customer-login {*/
/*    float: left;*/
/*    width: 405px;*/
/*    height: 335px;*/
/*    margin-left: 40px;*/
/*    background-color: #efebe4;*/
/*    padding: 35px 40px 14px 30px;*/
/*}*/

/*#customer-login form label {  font-weight: bold;  }*/

/*#customer-registration {*/
/*    float: left;*/
/*    width: 233px;*/
/*    height: 310px;*/
/*    background-color: #000;*/
/*    color: #fff;*/
/*    padding: 60px 15px 14px 20px;*/
/*}*/

/*#customer-registration form {  margin-top: 23px;  }*/

/*#customer-registration form input {  margin-top: 23px;  }*/

/*input[type="submit"].button {*/
/*    margin: 20px 8px;*/
/*    background-color: #9a6142;*/
/*    padding: 10px;*/
/*}*/

/*#select-account table.column-striped td {*/
/*    vertical-align: middle;*/
/*}*/

/*#forgot-password {*/
/*    display: inline-block;*/
/*    width: 272px;*/
/*    text-align: right;*/
/*    padding-top: 5px;*/
/*    font-size: 0.8em;*/
/*}*/

/* ===== Register Account / Password Reset / Contact ===== */

/*#register-account {*/
/*    width: 307px;*/
/*    padding: 20px;*/
/*    margin: auto;*/
/*    padding: 20px 60px;*/
/*    background-color: #efebe4;*/
/*}*/

/*#register-account h6 {*/
/*    color: #9a6142;*/
/*    font-weight: bold;*/
/*    font-size: 0.9em;*/
/*    text-transform: uppercase;*/
/*    margin-bottom: 20px;*/
/*}*/

/*form#recaptcha-form input[type="text"], form#recaptcha-form input[type="password"], form#recaptcha-form textarea, form#recaptcha-form select {*/
/*    margin: 0px;*/
/*}*/

/*#register-account p {*/
/*    margin-bottom: 10px;*/
/*}*/

/*#register-account h6 .tooltip-content {*/
/*    font-weight: normal;*/
/*    text-transform: none;*/
/*}*/

/*.form-segment {*/
/*    margin-bottom: 40px;*/
/*}*/

/*#recaptcha-form .label {  text-align: right;  }*/

/*#recaptcha-form .label .fas, .far {*/
/*    font-size: 13px;*/
/*    cursor: pointer;*/
/*}*/

/*#recaptcha-form input[type="submit"] {*/
/*    margin: 10px 4px;*/
/*    height: 42px;*/
/*    width: 297px;*/
/*}*/

/*#recaptcha-form input:not([type="submit"]), #recaptcha-form textarea {  width: 284px;  }*/

.password-input {
    display: flex;
}

.password-input span.reveal {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 4px;
    background-color: #ADADAD;
    color: #efebe4;
    width: 24px;
}

.validator {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 15px;
    display: none;
}
/*#recaptcha-form .password-input input:not([type="submit"]) {*/
/*    width: 259px;*/
/*}*/

/*#date-validator {*/
/*    text-align: center;*/
/*    background: none;*/
/*    color: #D13D3D;*/
/*}*/

/*p.error .label {*/
/*    color: #D13D3D;*/
/*}*/

/*p.error input, p.error select {*/
/*    border: 1px solid #D13D3D;*/
/*}*/

/*#register-reset input[type="submit"].button, #password-change input[type="submit"] {*/
/*    margin: 20px 0px;*/
/*}*/

#password-change #password-validator {
    background: #F2F2F2;
}