@import "../home/.lib/h893eo038h.css";
/* Global styling */

* {
	margin: 0;
	/* font-family: Ropa Sans; */
	font-family: ropa_soft_pttregular;
	font-size: large;
	border-radius: 0 !important;
}

.btn {
	cursor: pointer;
}

a.btn {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-webkit-user-drag: none;
}

.login-form {
	margin-top: 25%;
}

.alert {
	margin-bottom: 0 !important;
	margin-top: -0.5em;
}

.close:focus {
	outline: none;
}

.close span i {
	transform: translateY(-4%);
}

footer {
	position: absolute;
	bottom: 0;
	min-width: 100%;
	text-align: end;
}

footer a {
	padding-right: 0.4em;
}

footer a img {
	max-height: 16px;
}

/* Noselect Global Rule */

.noselect {
	user-select: none;
}

.fa, .fab, .fad, .fal, .far, .fas {
	line-height: inherit !important;
}

/* <Icon Settings> */

.im {
	font-family: iconmonstr-iconic-font;
	font-size: 1.1em;
	vertical-align: middle;
	text-align: center;
}

.no-im-mr__l {
	left: 0px;
}

.no-im-mr__t {
	top: 0px;
}

/* </Icon Settings> */

/* Top-left-button styling */

.login-info {
	box-shadow: none !important;
	right: 0;
	height: 100%;
	border: 4px solid #0055a4;
	position: absolute;
}

.login-info:focus, .signout:focus {
	border-color: #f8f9fa !important;
	color: #0055a4 !important;
	background-color: #f8f9fa !important;
}

/* Better font styling for pw input (because of Ropa Sans's too small pw points) */

input[name="password"] {
	font: small-caption;
	font-size: 16px;
	font-weight: lighter;
}

button:disabled {
	cursor: default !important;
}

.hide {
	display: none;
}

.sq-icon-btn {
	padding: 6px 10px !important;
}

.close {
	line-height: 20px;
}