:focus {
    outline: none;
}
body .login {
    border-radius: 0;
}
body a.email-link {
    border-radius: 0;
}
body hr {
    border-top: 1px solid #00c58b;
}
#auth0-form-container h1.auth0-form-header {
    font-family: Beatrice Display Medium !important;
}
body .auth0-lock-cred-pane-internal-wrapper button.auth0-lock-submit {
    border: none !important;
    border-radius: 0 !important;
    box-shadow: inset 0 0 0 1px #00c58b !important;
    box-sizing: border-box !important;
    display: inline-block !important;
    padding: 1rem 2rem !important;
    color: #00c58b !important;
    text-align: center !important;
    font-size: 19px !important;
    letter-spacing: .1rem !important;
    line-height: 1;
    text-decoration: none;
    background-color: transparent !important;
    cursor: pointer;
    position: relative;
    transition: box-shadow .3s !important;
    width: auto !important;
    flex: auto !important;
    margin: 0 auto !important;
    text-transform: capitalize !important;
}
body .auth0-lock-cred-pane-internal-wrapper button.auth0-lock-submit::hover {
	color: #00c58b;
    box-shadow: inset 0 0 0 2px #00c58b;
}
body .auth0-lock-cred-pane-internal-wrapper button.auth0-lock-submit span.auth0-label-submit {
    height: auto !important;
    line-height: normal !important;
}
body .auth0-lock-cred-pane-internal-wrapper button.auth0-lock-submit span.auth0-label-submit svg.icon-text g {
    fill: #00c58b;
}
.auth0-lock.auth0-lock form.auth0-lock-widget .auth0-lock-cred-pane {
    padding-bottom: 20px;
}
body .auth0-lock.auth0-lock .auth0-lock-tabs li.auth0-lock-tabs-current span {
    font-family: Beatrice Display Medium !important;
}
body .auth0-lock.auth0-lock .auth0-lock-submit:hover:not([disabled]) span {
    transform: none;
}
