
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

body {
    background: #edf3e6;
}

.login h1 a {
	background-image: url(../images/ksf-logo.png);
	background-position: center;
	background-repeat: no-repeat;
    width: 336px;
    background-size: 100%;
    height: 138px;
    width: 100%;
}

.login #login_error,
.login .message,
.login .success {
    border-color: #593474;
}

.login .reset-pass-submit .button {
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    padding: 10px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    width: 180px;
}

input#wp-submit {
    background: #fbaa34;
    letter-spacing: 1.5px;
    margin: auto;
    padding: 10px 20px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
    border-radius: 50px;
    border-color: #fbaa34;
}

.login .reset-pass-submit .button.wp-generate-pw {
    background: #F8E3FF;
    margin: 0 auto 20px auto;
    color: black;
    letter-spacing: 1px;
}