/**
 * IMT Customer Accounts CSS
 */

.imt-customer-registration-wrapper,
.imt-customer-login-wrapper {
	max-width: 400px;
	margin: 20px 0;
	padding: 20px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.imt-customer-registration-wrapper p,
.imt-customer-login-wrapper p {
	margin-bottom: 15px;
}

.imt-customer-registration-wrapper label,
.imt-customer-login-wrapper label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
}

.imt-customer-registration-wrapper input[type="text"],
.imt-customer-registration-wrapper input[type="email"],
.imt-customer-registration-wrapper input[type="password"],
.imt-customer-login-wrapper input[type="text"],
.imt-customer-login-wrapper input[type="password"] {
	width: 100%;
	padding: 8px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.imt-registration-error,
.imt-login-error {
	color: #d63638;
	background-color: #fcf0f1;
	border: 1px solid #d63638;
	padding: 10px;
	margin-bottom: 15px;
}

.imt-registration-success {
	color: #008a20;
	background-color: #edfaef;
	border: 1px solid #008a20;
	padding: 10px;
	margin-bottom: 15px;
}
