html, body {
	margin:0;
	padding:0;
}

html {
	font-size: 10pt;
}

div.my {
	display: table;
	width: 100%;
}

div.my-content,
div.my-sidebar {
  display: table-cell;
}

div.my-content,
div.my-sidebar {
	min-height: 100vh;
}

div.my-content {
	padding-left: 20px;
	padding-right: 20px;
}

div.my-col {
	width:100%;
}

div.my-sidebar {
  width: 220px;
  height: 100vh;
}

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}

/* Sign-In
-------------------------------------------------- */

body.form-signin {
	display: flex;
	align-items: center;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #fff;
	background-image: url(../images/bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

main.form-signin {
	background-color: rgba(255, 255, 255, 0.61); /*#fff;*/
	backdrop-filter: blur(5px);
	box-shadow:
		0 4px 8px 0 rgb(0 0 0 / 20%),
		0 6px 20px 0 rgb(0 0 0 / 19%);
	border-radius: .25rem;
	width: 100%;
	width: 380px;
	padding: 30px;
	margin: auto;
}

form-signin .form-floating:focus-within {
	z-index: 2;
}

.form-signin input[type="user"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.form-signin input[type="token"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.form-signin .signin-button {
	background-color: #333333;
	border-color: #333333;
    color: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}

.form-signin .signin-button:hover {
    background-color: #cc0000;
	border-color: #cc0000;
    right: 0px;
}

.form-signin .signin-text {
	color: #cc0000;
}

/*
--------------------------------------------------*/