body.login {
    font-family: "Archivo", sans-serif;
}
@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-BlackItalic.woff2') format('woff2'),
        url('../fonts/DegularDemo-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-MediumItalic.woff2') format('woff2'),
        url('../fonts/DegularDemo-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Italic.woff2') format('woff2'),
        url('../fonts/DegularDemo-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-LightItalic.woff2') format('woff2'),
        url('../fonts/DegularDemo-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Medium.woff2') format('woff2'),
        url('../fonts/DegularDemo-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Black.woff2') format('woff2'),
        url('../fonts/DegularDemo-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Regular.woff2') format('woff2'),
        url('../fonts/DegularDemo-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Bold.woff2') format('woff2'),
        url('../fonts/DegularDemo-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-BoldItalic.woff2') format('woff2'),
        url('../fonts/DegularDemo-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Light.woff2') format('woff2'),
        url('../fonts/DegularDemo-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Semibold.woff2') format('woff2'),
        url('../fonts/DegularDemo-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-Thin.woff2') format('woff2'),
        url('../fonts/DegularDemo-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-ThinItalic.woff2') format('woff2'),
        url('../fonts/DegularDemo-ThinItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Degular Demo';
    src: url('../fonts/DegularDemo-SemiboldItalic.woff2') format('woff2'),
        url('../fonts/DegularDemo-SemiboldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Degular Demo';
}
div#login h1,p#backtoblog,p#nav, p#na, body.login-action-lostpassword .notice.notice-info.message, body.login-action-lostpassword.login #nav, .body.login-action-lostpassword .notice.notice-error {
    display: none;
}
body.login {
    background-image: url(../images/bg_black_dots.png);
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
/*
body.login:before {
    content: '';
    background-image: url(../images/login_logo.png);
    width: 100px;
    height: 100px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 auto 35px;
    background-position: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
    */
div#login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 580px;
    padding: 0;
}
/*
body.login:after{
    content: '';
    background-image: url(../images/login_artwork.png);
    max-width: 465px;
    display: block;
    height: 550px;
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: right bottom;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
    */
body.login form {
    margin-top: 40px;
    margin-left: 0;
    font-weight: 400;
    overflow: hidden;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    padding: 60px 60px 142px 60px;
    background: #FFFFFF;
    position: relative;
    border-radius: 20px;

    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color:#565454 !important;
}

body.login form input.input{
    height: 60px !important;
}
body.login form input::placeholder {
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color:#565454 !important;
}

p.forgetmenot {
    position: absolute;
    bottom: 100px;
    display: flex;
    align-items: center;
    width: calc(100% - 120px);
    gap: 5px;
    justify-content: space-between;
    max-width: 458px;
}
p.forgetmenot .f_container {
    display: flex;
    align-items: center;
    gap: 5px;
}
form#loginform:before{
    content: 'Sign in';
}
form#loginform:before {
    content: 'Sign in';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #0A0D2B;
    text-align: left;
    display: block;
    margin-bottom: 35px;
}
.login form .input, .login form input[type=checkbox], .login input[type=text] {
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #676767;
    border-radius: 8px;
    padding: 18px 15px;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #000;
}
.login form .input::placeholder, 
.login form input[type=checkbox]::placeholder, 
.login input[type=text]::placeholder {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #B5B5B5;
}
.login label {
    display: none;
}
.forgetmenot label {
    display: block;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #000000;
}
.login form input[type=checkbox]#rememberme {
    border-radius: 4px;
    border-color: #000;
}
input#wp-submit, .error_password_reset a {
    padding: 18px 40px;
    background: linear-gradient(123.13deg, #ADBAFF 45.74%, #01FFFF 138.87%);
    border-radius: 100px;
    display: block;
    float: none;
    width: 100%;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    border:none !important;
}
input#wp-submit:hover, .error_password_reset a:hover{
    background: #FECF40;
}
.error_password_reset a {
    padding: 18px 0;
}
.have_an_account, .have_an_account a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
    color: #000000;
    margin-bottom: 20px;
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    color:#181818 !important;
    text-decoration: none;
}
.have_an_account a {
    color:#ADBAFF;
}
img.login-artwork1 {
    position: absolute;
    top: 35%;
    left: 18%;
}
img.login-artwork2 {
    position: absolute;
    top: 20%;
    left: 75%;
}
img.login-artwork3 {
    position: absolute;
    top: 80%;
    left: 7%;
}
.login .notice-error {
    background: rgba(234, 24, 24, 0.1);
    border-radius: 4px;
    border: none;
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 15px;
    color: #000;
    padding: 15px 25px;
}
.login .notice-error strong {
    color: #EA1818;
}
.login .button.wp-hide-pw {
    height: 3.5rem;
}
#lostpasswordform h4, .error_password_reset h4  {
    font-family: 'Degular Demo';
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    text-align: center;
    color: #0A0D2B;
    margin-bottom: 20px;
    display: block;
}
#login #lostpasswordform p, .error_password_reset  p {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #565454;
    margin-bottom: 20px;
    display: block;
}
a.back_to_login {
    font-family: 'Archivo';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    text-decoration: initial;
    display: block;
    margin-bottom: 0;
}
.error_password_reset {
    padding: 40px 60px;
    background: #FFFFFF;
    border-radius: 20px;
    text-align: center;
}
.error_password_reset img {
    max-width: 131px;
    margin-bottom: 20px;
}
.artwork{
    position: absolute;
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    gap: 750px;
    height: 100%;
    margin-top:50px;
}
.login-logo{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.forgot_pass a{
    font-family: Archivo;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: right;
    color:#181818;
    width: 100%;
    text-decoration: none !important;
}
.privacy{
    margin:40px 0px;
    text-align: center;
}
.privacy a{
    font-family: Archivo;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: center;
    color:#FFFFFF;
    text-decoration: none;
}