@font-face {
    font-family: "Gotham-Medium";
    font-weight: normal;
    font-style: normal;
    src: url("../fonts/Gotham-Medium.woff2") format("woff2"), url("../fonts/Gotham-Medium.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "Gotham-Light";
    src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gotham-Book";
    src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gotham-Bold";
    src: url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff");
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Gotham-Black";
    src: url("../fonts/GothamPro-Black.woff2") format("woff2"), url("../fonts/GothamPro-Black.woff") format("woff");
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

* {
    font-family: "Manrope"
}

body.login {
    background-image: url("/wp-content/themes/consent/images/login_background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.login h1 a {
    background-image: url("/wp-content/themes/consent/images/logo_white.png") !important;
    background-size: 100%;
    width: 90%;
    height: 59px
}

.login .success {
    border-left: 4px solid #009ac4
}

.login #nav {
    display: none
}

#backtoblog {
    display: none
}

.wp-core-ui .button-primary {
    background: #009ac4;
    border-color: #009ac4
}
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:hover {
    background: #007a9e !important;
    border-color: #007a9e !important;
    color: #fff !important;
}
.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
        border-radius: 8px !important;


}
.page-template-page-login #main .login-container .login-form .acceptance {
    color: #3a3c41 !important;
    font-variant-ligatures: none !important;
    font-feature-settings: "liga" 0 !important;
}
/*# sourceMappingURL=login.css.map */
.login .message, .login .notice, .login .success {
    border-left: 4px solid #009ac4 !important;
  
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
    border-color: #009ac4 !important;
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus, 1.5px) #009ac4 !important;
    outline: 2px solid transparent;
}