#request-filesystem-credentials-form {
	padding: 10px;
	margin: 15px;
	border: 1px solid #dedede;
	background-color: #f7f7f7;

	input[type="text"],
	input[type="password"] {
		width: 100%;
	}
}


