@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@font-face {
    font-family: 'Berthold Akzidenz Grotesk';
    src: url(../fonts/Berthold-Akzidenz-Grotesk.woff2) format('woff2'),
        url(../fonts/Berthold-Akzidenz-Grotesk.woff) format('woff'),
        url(../fonts/Berthold-Akzidenz-Grotesk.ttf) format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

html body {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 400;
}

body #login {
    box-shadow: 0px 4px 79px rgba(0, 0, 0, 0.1);
    border-radius: 40px;
    padding: 50px 60px;
}

body .forgetmenot {
    display: none;
}

/* .loginform input[type="submit"] {
    border: 3px solid #000;
    font-family: 'Berthold Akzidenz Grotesk' !important;
} */

.wp-core-ui #login .button-primary {
    border: 3px solid #000;
    font-family: 'Berthold Akzidenz Grotesk' !important;
}

.login #user_login,
.login #user_pass {
    border: none;
    border-radius: 0;
    padding-left: 15px;
    font-size: 18px;
    color: #000;
    border-bottom: 1px solid #aaa;
}

.login #user_login::placeholder,
.login #user_pass::placeholder {
    font-size: 18px;
}

.dashicons-visibility:before,
.dashicons-hidden:before {
    color: #000;
    font-size: 22px;
}

.login .c-log-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
    color: #000;
    margin-bottom: 35px;
    font-family: 'Berthold Akzidenz Grotesk';
}

.login label {
    display: none;
}

@media screen and (max-width: 767px) {
    body #login {
        width: 345px;
        padding: 30px 15px;
    }
}