
/* Login Page */
/* Additional Customisations after LoginPress modifications */
.login #login {
    .custom-message, .message {
        font-size: 16px;
		border-width: 8px;
		border-color: #0099dc;

        .h2 {
            font-size: 1.8em;
			font-weight: 500;
        }
    }

    input[type=submit], input.button, input.button-primary {
        border-radius: 0px;
        border-width: 2px;
        transition: all .2s linear !important;
    }

    #nav, #nav, #backtoblog, .privacy-policy-page-link {
        padding: 0.5rem 1rem;

        a {
            text-decoration: underline;

            &:hover, &:focus {
                text-decoration: none;
            }
        }
    }

    #backtoblog {
        margin-top: 0;
        margin-bottom: 12px;
        text-align: inherit;
    }

    .privacy-policy-page-link {
        font-size: 13px;

        a {
            color: #FFF;

            &:hover, &:focus {
                color: #FFF;
            }
        }
    }
}