body,html{
	height:100%;
}
.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active{
	background:#17A2B8;
	background-color:#17A2B8!important;
	color:#fff!important;
	border-radius:5px;
}
.flexbox{
	display:flex;
}

.fullheight{
	height:100%;
	display:flex;
}
.fullheight .left{
	width:30%;
	height:100%;
}
.fullheight .left img{
	width:100%;
	height:100%;
}
.fullheight .right{
	width:70%;
	height:100%;
}
.fullheight .flexbox{
	height:90%;
}
.fullheight .box{
	min-width:350px;
}
.fullheight .box .logo{
	width:200px;
	margin:0 auto;
	margin-bottom:25px;
	display:block;
}
.fullheight .box hr{
	background-color:rgba(112, 112, 112, .16);
	opacity:1;
}
.fullheight .box strong, .fullheight .box span{
	color:rgba(112, 112, 112, 1);
	font-size:14px;
}
.fullheight .footer{
	width:90%;
	margin:0 auto;
	border-top: 1px solid rgba(112, 112, 112, .16);
	padding:25px 0px;
	color:rgba(112, 112, 112, 1);
	font-size:14px;
}
.fullheight .footer a{
	color:rgba(112, 112, 112, 1);
	text-decoration: none;
	padding:0px 5px;
}






@media only screen and (max-width:480px){

	body,html{
		height:auto;
	}

	.fullheight{
		display:block;
		height:auto;
	}
	.fullheight .left{
		width:100%;
		height:auto;
		margin-bottom:35px;
	}
	.fullheight .right{
		width:100%;
	}
	.fullheight .left img{
		height:100px;
		object-fit:cover;
	}

	.fullheight .footer{
		margin-top:50px;
		text-align:center;
	}
	.fullheight .footer .text-end{
		text-align:center!important;
		margin-top:10px;
	}

}
