/*--------------------------------------------------------------
login.css
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Montserrat%3Awght%40400%3B500%3B600%3B700&display=swap&ver=1.0.0');
body.login #login {
    -webkit-box-shadow: none !important;
    box-shadow: unset !important;
    max-width: 400px !important;
}

.loginpress-show-love {
    display: none;
}

body.login #loginform {
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    color: #02137A;
}


body.login .backup-methods-wrap a, #login form p {
    color: #02137A !important;
}

body.login #wp-submit {
    font-family: "Montserrat", sans-serif;
    color: white;
    background: #02137A;
    padding: 13px;
    float: none;
    width: 300px !important;
    font-weight: 500;
    font-size: 14px;
    line-height: 14px !important;
    cursor: pointer;
    text-align: center;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

body.login #wp-submit:hover {
    color: #02137A;
    background: #CACDE3;
}

#login .message {
    border: none;
    box-shadow: none;
    padding-left: 24px;
}

#user_login,
#user_pass,
#user_email {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #02137A;
    background: #edeffe;
    height: auto;
    width: 300px;
}

#login h1 {
    position: fixed;
    left: 0;
    top: 0;
    margin: 20px 0 50px 5px;
}

#login h1 a {
    background-image: none !important;
    text-indent: 0;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    line-height: 28px;
    letter-spacing: -0.3px;
    font-weight: 600;
    display: block;
    color: #02137A;
    text-decoration: none;
}

#login h1 a span {
    font-size: 34px;
    font-weight: 700;
    padding-right: 10px;
}
#login h1 + p,
#login h1 + #loginform
{
    margin-top: 100px;
}

#login h1 a:hover {
    color: #5592F7;
}
