@font-face {
  font-family: 'SwedbankRegular';
  src: url("../fonts/SwedbankSans-Regular.woff");
}
@font-face {
  font-family: 'SwedbankMedium';
  src: url("../fonts/SwedbankSans-Medium.woff");
}

/** Header */
.contact a {
	font-family: "SwedbankMedium";
	font-weight: bold;
}

.header,
.contact a,
.contact a:hover,
.contact a:active,
.contact a:focus,
.contact a:visited {
	background-color: #fff;
	color: #000;
}

/** General */
body {
	background-image: none;
	background-color: #ebe7e2;
}
.content h2 {
	font-family: "SwedbankMedium";
}
.input {
	border: none;
}

/** Buttons */
.submitButton {
	background-color: #ee7023;
	font-family: "SwedbankMedium";
	font-weight: bold;
}

.submitButton:hover {
	transition: background-color 0.3s ease-out;
	background-color: #de6924;
}

.leftLink,
.rightLink {
	background: none #31a3ae;
	font-family: "SwedbankMedium";
	font-weight: bold;
	color: #fff;
}

.leftLink:hover,
.rightLink:hover {
	transition: background-color 0.3s ease-out;
	background-color: #2997a2;
}

/** Fields */
.field,
.errorField {
	font-family: "SwedbankMedium";
}

.field,
.field:focus,
.field:active,
.errorField,
.errorField:focus,
.errorField:active {
	border: 1px solid #bcd8db
}

.field:focus,
.field:active,
.errorField:focus,
.errorField:active {
	border-color: #31a3ae;
}

.fieldLabel {
	font-family: "SwedbankMedium";
}