
@import url("https://use.typekit.net/ivo2eyj.css");

body.login{
    font-family: "proxima-nova";
    background:linear-gradient(180deg, rgba(0, 0, 0, 0.50) 100%, rgba(0, 0, 0, 0.5) 100%), url('./media/hero.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

body.login .notice-info{
    display: none;
}

body.login div#login{
    width: 700px;
    max-width: 100%;
}

body.login div#login h1 a{
    background-image: url(./media/westonproperties-logo-secondary.svg);
    background-size: 150px;
    background-position: center;
    width: 100%;
    height: 150px;
    box-shadow: none;
}

body.login #loginform{
    padding: 25px;
    border-radius: 4px;
    border-color: #eef1f4;
}

body.login label{
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 0.5rem;
    color: #525A6C;
}

body.login input{
    border-radius: 4px;
    font-size: 16px !important;
    border-color: #bcbec0;
}

body.login input:focus{
    border-color: #608DC9 !important;
    box-shadow: 0 0 0 1px #608DC9;
}

body.login .button{
    border-color: #608DC9 !important;
    background-color: #608DC9 !important;
    color: #fff !important;
    border-radius: 4px;
    height: 38px;
    padding: 6px 12px;
    line-height: 1.5;
    font-weight: 300;
    font-size: 14px !important;
}

body.login .button:hover,
body.login .button:focus{
    border-color: #608DC9;
    box-shadow: 0 0 0 1px #608DC9;
}

body.login button.wp-hide-pw{
    color: #525A6C !important;
    box-shadow: none !important;
    border: none !important
}
body.login #wp-submit{
    background-color: #608DC9;
    border-color: #608DC9;
    box-shadow: none;
    text-shadow: none;
    color: #FFFFFF !important;
    font-size: 16px !important;
    letter-spacing: 0.8px;
}

body.login #nav,
body.login #backtoblog{
    text-align: center;
}
body.login #nav,
body.login #nav a,
body.login #backtoblog a{
    color: #fff;
}
body.login #nav a:focus,
body.login #backtoblog a:focus{
    box-shadow: none;
    background-color: transparent;
    color: #608DC9;
}

body.login #nav a:hover,
body.login #backtoblog a:hover{
    color: #608DC9;
}

body.login #language-switcher-locales{
    color: #608DC9 !important;
    height: 38px;
    border-radius: 4px;
    font-weight: 300;
}
body.login #language-switcher-locales:focus{
    box-shadow: 0 0 0 1px #608DC9;
    border-color: #608DC9;
}
body.login .dashicons-translation{
    color: white;
}

body.login .message,
body.login .notice,
body.login .success{
    border-left: 4px solid #608DC9;
    font-size: 14px;
    font-weight: 300;
}

body.login strong{
    font-weight: 400;
}

body.login #acf-form-data + h2,
body.login .acf-user-register-fields{
    display: none;
}

body.login #reg_passmail{
    font-size: 16px;
    font-weight: 300;
    margin-top: 6px;
}

@media (min-width: 769px) {
  body.login #reg_passmail {
    margin-bottom: 0px !important;
  }
}

body.login #registerform > p:nth-child(2){
    display:none;
}
body.login #registerform{
    display: flex;
    flex-wrap: wrap;
    column-gap: 15px;
}

body.login #registerform > *{
    order: 3;
    width: 100%;
}
body.login #login-heading{
    text-align: left;
    order: 0;
    text-transform: uppercase;
    font-family: "quincy-cf";
    font-weight: 400;
    margin-bottom: 1.5rem;
    color: #608DC9;
}
body.login #registerform .first-name{
    order: 1;
}
body.login #registerform .last-name{
    order: 2;
}
body.login #registerform .consent{
    display:flex;
    align-items:start;
    margin-bottom: 15px;
}
body.login #registerform .consent input{
    margin-top:5px;
    width: 16px;
    height: 16px;
    accent-color: #608DC9;
}
body.login #registerform .consent label{
    font-weight: 300;
    margin-bottom:0;
    margin-left: 4px;
    text-transform: unset;
}
body.login #registerform .consent label a{
    color: #608DC9;
}
body.login #registerform #reg_passmail{
    font-size: 14px;
}
body.login #registerform #wp-submit{
    float: unset;
}

@media (min-width: 601px){
    body.login #registerform > *:not(.consent){
        width: calc(50% - 7.5px);
    }
    body.login #registerform .submit{
        width: calc(120px - 7.5px);
    }
    body.login #registerform #reg_passmail{
        width: calc((100% - 120px) - 7.5px);
    }
    body.login h1{
        width: 100%!important;
    }
}

body.login #registerform input:not(.button):not(#consent){
    width: 100%;
}
body.login .spinner{
  display: none;
}
.dashicons-visibility:before,
.dashicons-hidden:before {
color: #fff;
}