@font-face {
    font-family: "GraphikBold";
    src: url("../fonts/Graphik-Bold.woff2") format("woff2"),
    url("../fonts/Graphik-Bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "GraphikRegular";
    src: url("../fonts/Graphik-Regular.woff2") format("woff2"),
    url("../fonts/Graphik-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body.login {
    background-color: #f8f8f8 !important;
    display: flex;
}

body.login #login {
    width: 100%;
    max-width: 500px;
    padding-top: 0;
}

body.login #login h1 {
    display: none;
}

body.login #login form:before {
    content: "";
    width: 216px;
    height: 36px;
    background-size: contain;
    background: url("../img/logo-shop-login.svg") no-repeat;
    display: block;
    margin-bottom: 17px;
}

body.login #login form {
    border: none;
    background: #ffffff;
    padding: 60px 50px;
    box-shadow: 0 0 50px rgba(51, 51, 51, 0.1);
    margin-top: 0;
    border-radius: 10px;
}

body.login #nav, body.login p#backtoblog, body.login .privacy-policy-page-link, body.login #login .forgetmenot, .wp-hide-pw {
    display: none !Important;
}

body.login #login input {
    border-radius: 8px;
    border-color: #ddd;
    outline: none;
    box-shadow: none !important;
    height: 40px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-family: "GraphikRegular", serif;
    padding-left: 15px;
}

body.login #login form label {
    padding-left: 15px;
}

body.login #login input::-webkit-input-placeholder {
    color: #969696;
    opacity: 1;
}

body.login #login input:-ms-input-placeholder {
    color: #969696;
    opacity: 1;
}

body.login #login input::placeholder {
    color: #969696;
    opacity: 1;
}

body.login #login input:focus {
    outline: none;
    box-shadow: none !important;
}

body.login #login p.submit input {
    float: left;
    text-transform: uppercase !important;
    font-size: 12px !important;
    letter-spacing: 0.1em;
    background: #000000;
    border-color: #000;
    font-weight: normal;
    width: 95px;
    padding: 0 !important;
    height: 45px;
    margin-top: 35px;
    font-family: "GraphikBold", serif;
    border-radius: 50px;
}

body.login #login p.submit input:hover {
    background: #ffffff;
    color: #000;
    border-color: #000;
}

#loginform label {
    margin-bottom: -56px;
    font-size: 14px;
    color: #969696;
    transition: all 0.4s cubic-bezier(0.13, 0.56, 0.38, 0.89) 0s;
    letter-spacing: 0.05em;
    font-family: "GraphikRegular", serif;
}

#loginform label.activelabel { /*margin-bottom:-25px; font-size:12px;*/
    opacity: 0;
}

#loginform p, #loginform div {
    position: relative;
}

#loginform #user_login, #loginform #user_pass {
    background: transparent;
    margin-bottom: 0;
}

.login #login_error {
    border: none;
    margin-bottom: 50px;
    box-shadow: 0px 0px 50px rgba(51, 51, 51, 0.1);
    font-family: "GraphikRegular", serif;
    font-size: 14px;
    letter-spacing: 0.05em;
    color: #000000;
    border-radius: 8px;
}

.login #login_error strong {
    font-weight: normal;
}

.login #login_error, .login .message, .login .success {
    box-shadow: none;
}

.login .message {
    box-shadow: none;
    border: none;
    padding: 0;
}
.wp-pwd button {
	display: block !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.wp-pwd button span.dashicons:before {
    content:url("../img/eye-pass-login.svg") !important;
    margin-top: -4px;
    display: block;
}



@media only screen and (max-width: 600px) {
    body.login #login {
        max-width: 100%;
    }

    body.login #login {
        height: 100%;
        display: flex;
        background: white;
        flex-wrap: wrap;
        justify-content: flex-start;
        flex-direction: column;
        padding: 0;
    }

    body.login #login:before {
        content: "";
        width: 100%;
        height: 1px;
        background: #f0f0f0;
        position: absolute;
        margin-top: 60px;
    }

    body.login #login form {
        box-shadow: none;
        padding: 0;
        max-width: 100%;
        margin: 27px auto 0;
        width: 100%;
        border-radius: 0 !important;
        width: calc(100% - 40px);
    }

    body.login #login form::before {
        margin-bottom: 0;
    }

    body.login #login form p, body.login #login form .user-pass-wrap {
        width: calc(100% - 30px);
        margin: 0 auto;
    }
    body.login #login form p.submit input {
        width:100%;
        margin-top: 30px;
    }

    #loginform p:first-of-type {
        margin-top: 10px !important;
    }
 
    .login #login_error {
        margin-bottom: 0;
        padding-bottom: 0;
        width: 100%;
        padding-left: 20px;
        box-shadow: none;
        max-width: 96%;
    }
}
/*body.login #login:before {content: "LAGREE SHOP"; position: relative; display: block; border-bottom: 1px solid red;
width: 100%; margin-top: 28px; font: 14px "GraphikMedium" !important; line-height: normal; line-height: 1 !important; padding-bottom: 28px;}*/
