.login-section {
    -ms-flex-align: center;
    align-items: center;
    background-color: #e9ecef;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-wrapper{
	display: flex;
  	align-items: center;
  	flex-direction: column; 
  	justify-content: center;
  	width: 100%;
  	min-height: 100%;
  	padding: 20px;
}
.login-inner{
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	background: #fff;
	padding: 30px;
	width: 90%;
	max-width: 450px;
	position: relative;
	padding: 0px;
	-webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
	/*text-align: center;*/
}
.site-logo{
	text-align: center;
	padding: 10px;
}
.site-logo img{
	width: auto;
}
.card-tools-inner{
	display: flex;
}
.project_gallery_wrapper{
	position: relative;
}
.project_gallery_wrapper img{
	width: 100%;
}
.project_gallery_btn{
	position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 8px;
}
.project_gallery_btn-inner{
	display: flex;
    justify-content: space-between;
}