#login
{
	background-image: url("../assets/img/back.jpg");
	background-position: cover;
	background-repeat:no-repeat;
}
#login #logo_box
{
	margin-top: 40px;
	margin-left: 80px;
}
#login #logo_box #logo
{
	width: 70%;	
}
.label
{
	text-align: center;
	padding-top: 8px;
}
#btn_login
{
	width: 90%;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
#img_box img
{
	width: 20%;
}
#clock
{
	margin-left: 80px;
	margin-top: 20px;
	
	font-size: 65px;
	color: #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	text-align: center;
}
#application_title
{
	width: 100%;
	font-size: 40px;
	text-align: center;
}
#application_subtitle
{
	width: 100%;
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
#login_box
{
	position: fixed;
	top: -1000px;
	left: -1000px;
	
	border: 5px solid #AAAAAA;
	border-radius: 20px;
	background-color: #FFFFFF;
}
.invalid
{
	border: 1px solid #FF0000;
	box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25)
}
.invalid-feedback
{
	margin-top: 10px;
	margin-bottom: 10px;
}