.back-home{
	position: absolute;
	left: 15px;
	top: 15px;
}
.home{
	padding: 4px 7px;
  font-size: 15px;
  color: #37a000;
  background-color: #ebebeb;
  border-radius: 100%;
}
.home{
	/*
	padding: 4px 7px;
  font-size: 15px;
  color: #8f8f8f;
  background-color: #d9d9d9;
  border-radius: 100%;
	*/
}.home:hover{color: #fff;background-color: #0067d5;}
.login-panel-bg{
	padding: 60px 60px 90px 60px;
	width: 400px;
	background-color: rgba(255,255,255,.95);
    border-radius: 19px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.join-panel-bg{
	padding: 50px 60px;
	width: 400px;
	background-color: #fff;
    border-radius: 19px;
	box-shadow: 0 2px 2px rgba(0,0,0,0.2);
}
.login-groups{
	margin-right: 5px;
}.login-groups i{
	font-size: 19px;
	color: #007bff;
	transition: color 1s;
}
.login-note-bg{
	padding: 60px 60px;
	width: 100%;
	max-width: 640px;
	height: auto;
	background-color: rgba(255, 255, 255, 0.8);
    border-radius: 0px 120px 0px 120px;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border: solid 15px #7ec0f7;
	transition: all 1s linear;
}
.login-text-forgot{
	position: absolute;
	bottom: 20px;
	left: 30px;

	font-weight: 350;
	font-size: 14px;
	color: #007bff;
}
.login-text-join{
	position: absolute;
	bottom: 20px;
	right: 30px;

	font-weight: 350;
	font-size: 14px;
	color: #007bff;
}
.login-note-txt{
	color: #007bff;
	font-size: 14px;
	text-align: center;
}
.login-info{
	width: 100%;
	margin-top: 15px;
	color: #007bff;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
.login-note-name{
	padding-top: 10px;
	text-align: center;
	color: #007bff;
	font-size: 16px;
}
.login-main-txt{
	color: #007bff;
	font-size: 27px;
	font-weight: 700;
}
.login-desc-txt{
	color: #007bff;
	font-size: 16px;
}
.login-input{
	border: none;
	outline: none;

	width: calc(100% - 45px);
	padding: 10px 0px;
	color: #007bff;
	background-color: transparent;
}
.login-icon{
	position: absolute;
    right: 10px;
    bottom: 15px;
}.login-icon a{color: #007bff;}.login-icon a:hover{color: #0c6ed8;}
.login-policy{
	position: fixed;
	bottom: 20px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.login-policy-txt{
	font-size: 12px;
	color: #888888;
}.login-policy-txt a{text-decoration: underline;color: #888888}

.login-groups i{
	color: #d2d2d2;
}
.fa-user-shield.color{
	color: #007bff !important;
}
.fa-user-hard-hat.color{
	color: #ff9900 !important;
}
