@media (max-width: 768px) {
    .input-lg {
        width: 100%!important;
    }
}
@media (max-width: 992px) {
	.top-logo {
		float: left;
	}
	.top-links {
		float: right;
		text-align: right;
	}
	.left-pane-background {
		background-image: none !important;
		background-position: top center;
		background-repeat: no-repeat;
		position: absolute;
		width: 100%;
		height: 450px;
		bottom: 0;
		left: 0;
	}
	.login-desc-text {
		display: none
	}
	.risk-lower {
		text-align: center;
	}
	.container-fluid {
		margin-right: 15px;
		margin-left: 15px;
	}
	.help-title, .risk-start {
		font-size: 24px !important;
	}
	.profile-sidebar {
		display: none;
	}
	.page-content-wrapper {
		padding-left: 0 !important;
	}
	.nav-wrapper span {
		display: flex !important;
	}
	#menu-close {
		display: block;
	}
	#menu-close i {
		display: flex;
		justify-content: flex-end; 
		font-size: 25px;
	}

	.nav-wrapper {
		display: flex;
		flex-direction: row;
	}

	.nav-wrapper span {
		display: none;
		align-items: center;
		margin: 0 25px;
	}


	.nav-wrapper span i {
		font-size: 25px;
	}

}