@media only screen and (max-width: 768px) {
    /* ========== Page Not Found Style ========== */
	.pagenotfound{
		width: 90%;
	}
	
	.pagenotfound label.heading1, .pagenotfound label.heading2, .pagenotfound label.errormessage{
		font-size: 140px;
		line-height: 140px;
	}
	
	.pagenotfound label.heading2{
		font-size: 30px;
		line-height: 40px;
	}
	
	.pagenotfound label.errormessage{
		font-size: 15px;
    	line-height: 20px;
	}
	
	.pagenotfound input[type="Button"] {
		font-size: 12px;
		padding: 10px;
		width: 130px;
	}
	
	/* ========== Login Style ========== */
	
	#Login .loginheader img.logo {
		display: table;
		margin: 10px auto;
		position: unset;
		width: 250px;
	}
	
	#Login .loginform {
		width: calc(90% - 20px);
		padding: 30px 10px;
	}
	
	/* ========== OTP Verification Style ========== */

	#fasttrack-modal .otpverification{
		width: auto;
	}
	
	/* ========== Header Style ========== */
	
	#header {
		box-shadow: none;
	}
	
	#header .group {
		border-bottom: solid 1px silver;
		display: table;
		float: none;
		width: 100%;
	}
	
	#header .logo img {
		margin: 11px 15px;
	}
	
	#header .btn-navbar{
		cursor: pointer;
		display: table;
    	float: right;
    	margin: 10px;
	}
	
	#header .logininfo {
		margin: 0px;
		width: 100%;	
	}
	
	#header .group2{
		border-bottom: dotted 1px silver;	
	}
	
	#header .logininfo .userinfo label .usermenu{
		left: 0px;	
	}
	
	#header .logininfo .userinfo label .usermenu .menu-top {
		left: 10px;	
	}
	
	#header .logininfo .notification {
		border-right: none;
		float: right;
	}
	
	#header .logininfo .logout{
		float: right;	
	}
	
	/* ========== Menu Style ========== */
	
	#menu{
		display: none;
	}
	
	/* ========== Container ========== */
	
	#container{
		width: 100%;
		height: calc(100% - 179px);
	}
	
	#titlebar{
		padding: 0px;
		width: 100%;	
	}
	
	#titlebar .titlegroup .title, #titlebar .titlegroup .subtitle{
		padding: 10px 10px 0px 10px;
	}
	
	#titlebar .titlegroup .subtitle{
		padding-left: 0px;	
	}
	
	#titlebar .actions{
		margin: 0px;
		padding: 10px 0px 10px 5px;
	}
	
	/* ========== Content ========== */

	#content{
		
	}
	
	#content.fasttrack-content{
		background: none;
		box-shadow: none;
		height: calc(100% - 49px);
		margin: 0;
		width: 100%;
	}
	
	/* ========== Fast Track ========== */
	
	#fasttrack-modal .form{
		margin: 10px 0px;
		width: 100%;
	}
	
	#fasttrack-modal .form .row .col1,
	#fasttrack-modal .form .row .col2,
	#fasttrack-modal .form .row .col3{
		width: calc(100% - 15px);
	}

	#fasttrack-modal .form .col1 label,
	#fasttrack-modal .form .col2 label,
	#fasttrack-modal .form .col3 label,
	#fasttrack-modal .form .fullwidthcol label{
		width: 100%!important;
	}
	
	#fasttrack-modal .form .row input[type="text"],
	#fasttrack-modal .form .row input[type="password"],
	#fasttrack-modal .form .row input[type="number"],
	#fasttrack-modal .form .row input[type="file"],
	#fasttrack-modal .form .row textarea,
	#fasttrack-modal .form .row select{
		width: calc(100% - 10px);
	}
	
	#fasttrack-modal .form .buttons {
		margin-left: 90px!important;	
	}
}