@font-face {
    font-family: "Circular-Pro-Black";
    src:url("fonts/lineto-circular-pro-black.eot");
    src:url("fonts/lineto-circular-pro-black.eot?#iefix") format("embedded-opentype"),
    url("fonts/lineto-circular-pro-black.woff2") format("woff2"),
    url("fonts/lineto-circular-pro-black.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Pro-Book";
    src:url("fonts/lineto-circular-pro-book.eot");
    src:url("fonts/lineto-circular-pro-book.eot?#iefix") format("embedded-opentype"),
    url("fonts/lineto-circular-pro-book.woff2") format("woff2"),
    url("fonts/lineto-circular-pro-book.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Circular-Pro-Bold";
    src:url("fonts/lineto-circular-pro-bold.eot");
    src:url("fonts/lineto-circular-pro-bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/lineto-circular-pro-bold.woff2") format("woff2"),
    url("fonts/lineto-circular-pro-bold.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: Circular-Pro-Book, sans-serif;
    font-size: 16px;

    margin: 0;
    padding: 0;

    background: url('../img/login_background.jpg') no-repeat fixed center;
    background-size: cover;
}

h3 {
    font-family: Circular-Pro-Black, sans-serif;
    font-size: 24px;

    margin: 0;
    padding: 0;
}

h5 {
    font-family: Circular-Pro-Black, sans-serif;
    font-size: 16px;

    margin: 0;
    padding: 0;
}

p {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none !important;
    color: #404040;
}

form {
    display: flex;
    justify-content: center;
}

#kc-locale {
    display: none;
}

.header {
	background-color: #ffffff !important;
	height: 110px;
	border-width: 0 0 1px;
}

.header img {
    height: 100px;
    padding: 10px;
}

.alert {
    margin-bottom: 0;
}

#kc-error-message,
.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7;
    border: 1px solid;
}

#kc-error-message {
    padding: 15px;
}

.login-container {
    background-color: rgba(255,255,255,0.9);
    margin: 132px auto;
    padding: 30px 30px 35px 30px;
    border-radius: 3px;
    text-align: center;
	max-width: 550px;
}

.control-label {
    font-family: Circular-Pro-Black, sans-serif;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

#kc-form-buttons input, .kp-submit-button {
	background-color: #FFA741;
	color: #ffffff;

	display: inline-block;
	font-family: Circular-Pro-Black, sans-serif;
	margin-right: 5px;
	padding: 10px 10px 10px 15px;
	height: 40px;
	min-width: 40px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	border-radius: 3px;
	outline: none;
	overflow: hidden;
	border: 0;
}

#kc-form-buttons button, .kp-abort-button {
	font-family: Circular-Pro-Black, sans-serif;
	margin-right: 5px;
	padding: 10px 10px 10px 15px;
	height: 40px;
	text-align: center;
	border-radius: 3px;
	border: 0;
}

.footer {
	height: 32px;

	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #263fcc;
	background-color: #ffffff !important;
	text-align: right;
}

.footer .container {
    padding-top: 4px;
    padding-right: 15px;
}

.footer a {
	color: #263fcc;
	text-decoration: none;
	font-size: 16px;
}

.totp-container {
	background-color: rgba(255,255,255,0.9);
	padding: 30px 30px 35px 30px;
	border-radius: 3px;
	width: fit-content;
	margin: 40px auto;
}

#kc-totp-settings-form {
	display: flex;
	flex-direction: column;
}

#kc-totp-settings-form > div {
	display: flex;
	flex-direction: row;
	gap: 10px;
}

.totp-container > #kc-delete-text {
	font-size: 20px;
	margin-bottom: 20px;
}

#kc-otp-login-form {
	display: flex;
	flex-direction: column;
}

.kp-control {
	max-width: 280px;
	margin: 15px auto;
	display: flex;
	flex-direction: column;
}

.kp-control > div > input {
	width: 280px;
}
