@charset "utf-8";
/* CSS Document */

/*Login form*/
.anz-login-form.intro-joining {
    margin-bottom: 22px;
    padding-top: 64px;
    padding-bottom: 36px;
}

.page-template-anz-login .half-width-image .rounded-content-inner {
    padding-left: 70px;
}

.anz-login-form h1 {
    position: absolute;
    font-size: 70px;
    font-style: normal;
    font-weight: 200;
    line-height: 70px;
    letter-spacing: -6px;
    text-transform: uppercase;
    text-align: center;
    color: white;
    margin: 0;
    font-family: 'Trend Slab One', sans-serif;
    max-width: 70%;
    z-index: 1;
}

.anz-login-form h2, .anz-login-form h3 {
    color: #000;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px;
    letter-spacing: 0.64px;
    margin: -4px 0 30px;
    padding-right: 20px;
}

p.login-username, p.login-password {
    float: left;
    width: 100%;
    margin: 0 0 25px;
    position: relative;
}

.anz-login-form label {
    float: left;
    width: 100%;
    margin: 0;
    color: #000A2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}

.anz-login-form input#user_login, .anz-login-form input#user_pass, #password-reset-modal input[type="password"], #password-reset-modal input[type="text"] {
    color: #000A2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    border: none;
    background: transparent;
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
    height: 50px;
    border-radius: 0;
}

form#loginform {
    display: flex;
    flex-wrap: wrap;
}

.anz-login-form a[data-modal="forgotten-password-modal"] {
    order: 1;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    box-shadow: none !important;
    color: #000A2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    margin: 0 0 60px;
}

p.login-remember {
    float: left;
    width: 100%;
    margin: 8px 0 40px;
}

p.login-remember input {
    appearance: none;
    float: left;
    margin: 0 20px 0 0;
    display: flex;
    align-items: center;

}

p.login-remember input:before {
    content: "";
    visibility: visible;
    min-width: 23px;
    height: 23px;
    border: 1px solid #000A2B;
    float: left;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Font Awesome 5 Pro';

}

p.login-remember input:checked:before {
    content: "\f00c";
}

p.login-remember label {
    display: flex;
    align-items: center;
}

p.login-submit {
    float: left;
    width: 100%;
    margin: 0 0 28px;
}

.anz-login-form label:hover, .anz-login-form a[data-modal="forgotten-password-modal"]:hover {
    color: #FF3D14;
}

p.login-submit input#wp-submit, #forgotten-password-modal input[type="submit"], #password-reset-modal input[type="submit"], #forgotten-password-success a, #password-reset-modal .border-full-cta {
    border-radius: 40px;
    padding: 0px 47px;
    align-items: center;
    width: 100%;
    background: #000A2B;
    height: 55px;
    color: white;
    text-transform: uppercase;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
    font-weight: 400;
}

p.login-submit input#wp-submit:hover, #forgotten-password-modal input[type="submit"]:hover, #password-reset-modal input[type="submit"]:hover, #forgotten-password-success a:hover, #password-reset-modal .border-full-cta:hover {
    background: #FF3D14;
}

.content.register-link {
    margin: 0 0 0;
}

.content.register-link p {
    color: #000A2B;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.content.register-link p a {
    color: #FF3D14;
    font-weight: 400;
    box-shadow: none !important;
}

.content.register-link p a:hover {
    opacity: 0.6;
}

/*PW Reset*/
#forgotten-password-modal .content, #password-reset-modal .content {
    margin: 0 0 50px;
    color: #000A2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
}

#forgotten-password-modal p.form-row, #password-reset-modal p.form-row {
    float: left;
    width: 100%;
    margin: 0 0 36px;
}

#forgotten-password-modal input#user_login, #password-reset-modal input[type="password"], #password-reset-modal input[type="text"] {
    height: 56px;
    border-radius: 5px;
    border: 1px solid #EAEAEA;
    background: #FAFAFA;
    padding: 0 12px;
}

#forgotten-password-modal .submit.lostpassword-submit {
    margin: 0;
}

/*Error and Success messages*/
#login-error, #forgotten-password-error, #password-reset-error {
    background: none;
    border: none;
    padding: 0;
    color: #B41F00;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin: 0 0 20px;
    float: left;
    width: 100%;
    position: relative;
    padding-left: 24px;
}

#forgotten-password-error {
    margin: -27px 0 27px;
}

#login-error a {
    color: #B41F00;
    box-shadow: none !important;
    text-decoration: none;
    font-weight: 400;
}

#login-error:before, #forgotten-password-error:before, #password-reset-error:before {
    content: "!";
    visibility: visible;
    width: 17px;
    height: 17px;
    color: white;
    background: #B41F00;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 0;
}

/*Show / hide PWs*/
.pw-toggle-show, .pw-toggle-hide {
    color: #ABA69D;
    position: absolute;
    bottom: 11px;
    right: 5px;
    cursor: pointer;
}

.form-row .pw-toggle-show, .form-row .pw-toggle-hide {
    bottom: 14px;
    right: 14px;
}

