/* WordPress Standalone Login Styling */

body.portal-standalone-body {
    background: #f0f0f1 !important;
    color: #3c434a;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

#login {
    width: 320px;
    padding: 8% 0 0;
    margin: auto;
}

#login h1 a {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%232271b1"><path d="M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 6c1.66 0 3 1.34 3 3s-1.34 3-3 3-3-1.34-3-3 1.34-3-3-3 1.34-3 3-3zm0 12c-2.7 0-5.08-1.26-6.6-3.22.03-1.99 4-3.08 6.6-3.08s6.57 1.09 6.6 3.08c-1.52 1.96-3.9 3.22-6.6 3.22z"/></svg>');
    background-size: 84px;
    background-position: center top;
    background-repeat: no-repeat;
    height: 84px;
    width: 84px;
    display: block;
    margin: 0 auto 25px;
    text-indent: -9999px;
}

.portal-auth-box {
    background: #fff;
    border: 1px solid #c3c4c7;
    box-shadow: 0 1px 3px rgba(0,0,0,.04);
    padding: 26px 24px 34px;
}

.portal-auth-box label {
    display: block;
    margin-bottom: 3px;
    font-size: 14px;
}

.portal-auth-box input.input {
    font-size: 24px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #8c8f94;
    padding: 3px 10px;
    margin: 2px 0 16px 0;
    box-sizing: border-box;
}

.portal-auth-box .button-primary {
    background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    font-weight: 600;
    width: 100%;
    cursor: pointer;
    border-radius: 3px;
    padding: 8px;
    border: 1px solid #2271b1;
}

#backtoblog {
    margin: 24px 0 0;
    text-align: center;
}

#backtoblog a {
    color: #3c434a;
    text-decoration: none;
    font-size: 13px;
}
