#body {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	-webkit-flex-direction:column;
	-ms-flex-direction:column;
	flex-direction:column;
	height:100vh;
}
.login-footer{
	-webkit-box-flex:0;
	-webkit-flex:none;
	-ms-flex:none;
	flex:none
}
.login-header {	
	background-color: rgba(64, 35, 224, 0.3);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;

}
.login-content{
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align:center;
	-webkit-align-items:center;
	-ms-flex-align:center;
	align-items:center;
	-webkit-box-pack:center;
	-webkit-justify-content:center;
	-ms-flex-pack:center;
	justify-content:center;
	
	-webkit-box-flex:1;
	-webkit-flex:1 0 auto;
	-ms-flex:1 0 auto;
	flex:1 0 auto;
	
	width:100%;
	background-size: 100% 100%;
    background-repeat: no-repeat;
	padding: 90px 0px 50px;
}

.client-logo {
    width: 240px;
    padding: 10px;
}

.client-logo img {
    width: 100%;
}

.custom-card {
	border: none;
    background-color: rgba(255, 255, 255, 0.45);
}

.form-group {
    margin-bottom: 0.5rem;
}
.form-control {
    font-size: 12px;
   
}
select.form-control {
    font-size: 12px;
    height: 32px;
}
.feature-text {
    color: #00448d; 
    font-size: 20px;
}
.btn-see-feature {
	float: right;
}


.feature-card {
	min-height: 365px;
	font-size: 14px;
}
.btn-back-wrapper {
    padding: 15px;
    text-align: center;
    width: 100%;
}
.btn-back {
    font-size: 21px;
    padding: 3px 20px;
}

.feature-panel {
	display:none;
}




.footer{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	color:#777;
	background-color:#eee
}
	
.footer a{color:#777}
.footer a:focus,.footer a:hover{color:#555}
.footer-logo{margin-top:0px;display:inline-block;opacity:.5}
.footer-logo:focus,.footer-logo:hover{opacity:.85}
@media (min-width:992px){
	.footer{text-align:left}
	.footer-logo{float:right;margin-top:0}
}










