.container {
	margin-top: 50px;
	margin-bottom: 50px;
}

img.logo {
	margin: 0 auto 35px;
}

h1 {
	font-size: 16px;
	margin-bottom: 5px;
}

.modal h2, h3 {
	font-size: 18px;
}

.modal h3:first-of-type {
	margin-top: 0;
}

i.at-sign::before {
	content: "\0040";
}

a, a:focus, a:hover {
	color: #FF9134;
}

.color-black, .color-black:focus, .color-black:hover {
	color: black !important;
}

.encrypted-email-address {
	display: inline-block;
	direction: rtl;
	unicode-bidi: bidi-override;
}

.at-sign:before {
	content: "\0040";
}