* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-wrap: break-word;
    -moz-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
html {
    font-family: ibm-plex-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    background-color: #f5f6fa;
}
a {
    color: #213d62;
    text-decoration: none;
    background-color: transparent;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    height: 60px;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid rgba(72, 94, 144, 0.16);
    padding: 0 20px;
}
header .logo {
    float: left;
}
header .logo img {
    max-height: 45px;
    margin-top: 6px;
}
#content {
    width: 100%;
    padding: 80px calc(50% - 500px) 60px;
    position: relative;
    min-height: 100vh;
    float: left;
}
footer {
    color: #637388;
    border-top: 1px solid rgba(72, 94, 144, 0.16);
    padding: 15px 20px;
    letter-spacing: .3px;
    font-size: 10px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    background-color: #fff;
}
footer .copy {
    float: left;
}
footer .disclaimer {
    float: right;
}
footer a {
    color: #637388;
}

form {
	width: 100%;
	float: left;
}
.form-group {
	width: 100%;
	float: left;
	margin-bottom: 15px;
}
.col-12 {
	width: 100%;
	float: left;
	padding: 0 10px;
}
.col-6 {
	width: 50%;
	float: left;
	padding: 0 10px;
}
.col-10 {
	width: 83.3333%;
	float: left;
	padding: 0 10px;
}
.col-2 {
	width: 16.6666%;
	float: left;
	padding: 0 10px;
}
.col-4 {
	width: 33.3333%;
	float: left;
	padding: 0 10px;
}
.col-8 {
	width: 66.6666%;
	float: left;
	padding: 0 10px;
}
.col-1 {
	width: 50px;
	float: left;
}
.col-11 {
	width: calc(100% - 50px);
	float: left;
}
form label {
	width: 100%;
	float: left;
	font-size: 11px;
	color: #8392a5;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0.5rem;
}
form input,
form select {
	width: 100%;
	float: left;
	display: block;
	height: calc(1.5em + 0.9375rem + 2px);
	padding: 0.46875rem 0.625rem;
	font-weight: 400;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #c0ccda;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	color: #1b2e4b;
	font-size: inherit;
	font-family: ibm-plex-sans, sans-serif;
	font-style: normal;
}
form input:disabled, 
form input[readonly] {
    background-color: #e9ecef;
    opacity: 1;
    border: 1px solid #bfbfbf;
    color: #000;
    cursor: not-allowed;
}
h1, h2 {
	padding: 0 10px;
}

.checkbox {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
    float: left;
}
.checkbox input {
    position: absolute;
    z-index: 1;
    opacity: 0;
    margin-left: -18px !important;
    width: 100%;
    height: 28px !important;
    cursor: pointer;
}
.checkbox label {
    cursor: pointer;
    color: #1b2e4b !important;
    text-transform: none !important;
    font-size: 14px !important;
    margin-left: 15px;
    margin-top: 10px;
    width: calc(100% - 15px);
}
.checkbox label::before {
    border-radius: 0.25rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    position: absolute;
    top: 0.15625rem;
    left: 9px;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #97a3b9 solid 1px;
    margin-top: 11px;
}
.checkbox label::after {
    position: absolute;
    top: 0.22rem;
    left: 10px;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
    margin-top: 11px;
}
.checkbox input:checked ~ .checkbox label::before, 
.checkbox input[checked="checked"] ~ .checkbox label::before, 
.checkbox label.checked::before {
    color: #fff !important;
    border-color: #0168fa !important;
    background-color: #0168fa !important;
}
.checkbox input:checked ~ .checkbox label::after, 
.checkbox input[checked="checked"] ~ .checkbox label::after, 
.checkbox label.checked::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e") !important;
}
button {
    font-size: 11px;
    line-height: 1.773;
    padding: 0.391rem 0.5rem;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    border-radius: 0.2rem;
    border: 1px solid transparent;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    float: right;
    margin-left: 10px;
	color: #fff;
	background-color: #0168fa;
	border-color: #0168fa;
	margin-bottom: 20px;
}
h1 {
    letter-spacing: -0.5px;
    font-size: 2rem;
    font-weight: 400;
    color: #001737;
	margin-bottom: 20px;
}
h2 {
    letter-spacing: -0.5px;
    font-size: 1.3rem;
    font-weight: 400;
    color: #001737;
    margin-bottom: 10px;
}
#iban {
	text-transform: uppercase;
}
.border-red {
    border-color: #b00b0b;
}
.alert {
    position: relative;
    padding: 12px 15px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert.danger, .alert.error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert ul {
	margin-left: 20px;
}
.alert.success {
    color: #085f2e;
    background-color: #cff1de;
    border-color: #bcebd1;
}

@media all and (max-width: 1100px) {
	#content {
		padding: 80px 10px 60px;
	}
	
}
@media all and (max-width: 700px) {
	.col-10,
	.col-2,
	.col-3,
	.col-9,
	.col-4,
	.col-8 {
		width: 50%;
	}
}
@media all and (max-width: 380px) {
	.col-10,
	.col-2,
	.col-3,
	.col-9,
	.col-4,
	.col-8,
	.col-6 {
		width: 100%!important;
	}
	.col-6:last-child,
	.col-2,
	.col-8 {
		margin-top: 15px;
	}
}