@import url('https://fonts.googleapis.com/css2?family=Lato:wght@100;200;300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'Lato' !important;
    font-style: normal;
}

body.login {
    font-family: 'Lato' !important;
    background: #FFF;
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    height: 100vh;          /* Full viewport height */
    margin: 0;              /* Removes default margin */
}

#login {
    width: 100%;
    max-width: 320px;      
}

.login #nav a, .login #backtoblog a {
    color: #059334;    
}

.login #nav a:hover, .login #backtoblog a:hover {
    color: #059334;
    text-decoration: underline;
}

.login #nav, .login #backtoblog {
    padding-left: 0;
    padding-right: 0;
}

.login h1 a {
    background-image: url('/wp-content/uploads/2022/11/logo.svg');
    width: 320px;
    height: 65px;
    background-size: contain;
}

.login form {
    background: transparent;
    border: 0 solid #059334;
    padding: 0;
    border-radius: 0;
    position: relative;
    overflow: visible;
}

.login label {
    font-size: 24px;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 3px;
    color: #2f6b35 !important;
}

.login .button-primary {
    color: #FFF !important;
    background: #059334;
    border-radius: 0px !important;
    position: relative !important;
    padding: 0px 40px !important;
    outline: none !important;
    border: none !important;
    cursor: pointer !important;
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
}

.login .button-primary:hover {
    background: #2f6b35;
    border-color: #2f6b35;
    color: #FFF !important;
}

.login ::selection {
    background: #2f6b35;
    color: #FFF;    
}

#login {
    padding: initial !important;
}

.title-header-text.header-journey-1 h2:after {
    content: "";
    position: absolute;
    background: url(/wp-content/themes/verveliveagency/assets/images/journey-1.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 600px;
    height: 205px;
    left: -40%;
    right: 0;
    top: -40%;
    z-index: -1;
}

#loginform input[type="text"], #loginform input[type="password"] {
    padding: 15px 25px;
    border-radius: 0 !important;
    font-size: 18px;
    outline: 0;
    border: 2px solid #059334;
}

#loginform input[type="text"]:focus, #loginform input[type="password"]:focus {
    border-color: #2f6b35;
    box-shadow: none;
}

.login .button.wp-hide-pw {
    padding: 12px 35px;
    color: #4c4c4c;
    outline: 0;
}

.login .button.wp-hide-pw:focus {
    background: 0 0 !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.forgetmenot label {
    font-size: 16px !important;
}

.privacy-policy-page-link {
    display: none;
}

.wp-login-lost-password, #backtoblog {
    position: relative;
    top: 20px;
}

@media screen and (max-width: 991px) {
    body.login {
    }
}