.sir-form-wrap {
	max-width: 480px;
	margin: 0 auto;
	font-family: inherit;
}
.sir-form-wrap label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}
.sir-form-wrap input[type="url"],
.sir-form-wrap input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
}
.sir-form-wrap button {
	background: #1a73e8;
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
	width: 100%;
}
.sir-form-wrap button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
#sir-form-message {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 14px;
}
#sir-form-message.sir-success {
	background: #e6f4ea;
	color: #1e7e34;
	border: 1px solid #b7dfc0;
}
#sir-form-message.sir-error {
	background: #fdecea;
	color: #c5221f;
	border: 1px solid #f5c6c3;
}
