.editor-styles-wrapper .wp-block-twst-login {

	p {
		margin: 0;

		&.login-username,
		&.login-password {
			label {
				display: block;
			}

			input {
				padding: 0.5rem 0.5rem;
				width: 80%;
			}
		}

		/* Placeholders, when not focused should be visible */
		label:not(:focus) > span:after {
			opacity: 1;
		}

		/* We're stealing the block styling, but we don't want uppercase forced on */
		label.wp-block-button__link {
			text-transform: inherit;
		}

	}

}
