.non-active{
	background-color: #ffcc00;
	width: 100vw;
	line-height: 100%;
	padding: 10px 0 10px 0;
}

.cursed{
	cursor: pointer;
}

.auth-method{
	padding-top: 0;
	width: 50px;
	height: 45px;
	font-size: 30px;
	border-radius: 0 0 5px 5px;
	background-color: #0d6efd;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}
	
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.nav-text{  
	font-size: 15px !important;     
}

 /* unvisited link */
.alink:link {
  color: #eee;
}

/* visited link */
.alink:visited {
  color: #eee;
}

/* mouse over link */
.alink:hover {
  color: #fff;
}

/* selected link */
.alink:active {
  color: #eee;
}       


.hidden{
	display: none;
}

.form-signin{
	border: 1px solid #ddd;
	border-radius: 10px;
	background-color: #eee;

}


#video-background { 
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -50;
} 

.form-signin form{
	padding: 20px;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="email"] {
  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;
}
