@media only screen and (min-width: 576px) and (max-width: 768px)
{
	.OLTloginbox
	{
		width:400px;
		box-shadow:0 2px 3px #555;
		box-shadow:0 2px 3px #555;
		-moz-box-shadow:    0 2px 3px #555;
		-webkit-box-shadow: 0 2px 3px #555;
	}
	.label_text
	{
		font-size:15px !important;
	}
	.oltuser-login-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 100%;
		background-color:#fff;
	}
	.oltuser-reg-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 88%;
		background-color:#fff;
	}
	.oltuser-combo-input
	{
		background-color:#fff;
		font-size: 12px;
		font-weight: bold;
		border: 1px solid #a6a6a6;
		padding: 5px 8px;
		width:150px;
	}
	.oltuser-area-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 25%;
		background-color:#fff;
	}
	.oltuser-phone-input
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		width: 55%;
		background-color:#fff;
	}
	.required_star
	{
		color:#ff0000;
		font-size:12px;
	}
	.oltuser-login-input1
	{
		border: 1px solid #7d7d7d;
		border-radius: 2px;
		height: 30px;
		padding: 5px 8px;
		text-align: center;
		width: 80%;
		background-color:#fff;
	}
	.oltuser-login-input:hover,.oltuser-login-input1:hover,.oltuser-reg-input:hover,.oltuser-area-input:hover,.oltuser-phone-input:hover
	{
		-moz-box-shadow:    inset 0 0 1px #73297B;
		-webkit-box-shadow: inset 0 0 1px #73297B;
		box-shadow:         inset 0 0 1px #73297B;
	}
	.oltuser-login-input:focus,.oltuser-login-input1:focus,.oltuser-reg-input:focus,.oltuser-area-input:focus,.oltuser-phone-input:focus
	{
		-moz-box-shadow:    inset 0 0 2px #73297B;
		-webkit-box-shadow: inset 0 0 2px #73297B;
		box-shadow:         inset 0 0 2px #73297B;
	}
	::-webkit-input-placeholder
	{
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	:-moz-placeholder
	{ /* Firefox 18- */
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	::-moz-placeholder
	{  /* Firefox 19+ */
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	:-ms-input-placeholder
	{
		color: #bbbbbb;
		font-size:12px;
		font-weight:bold;
		padding:3px 1px;
	}
	.OLTPROPageLink
	{
		 color: #df3e8d !important;
	}
	.oltuser-login-btn
	{
		width:60%;
		height:40px;
		padding:5px 8px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		cursor: pointer;
		text-align:center;
		 background-color: #73297b;
		color: #ffffff;
		text-transform:uppercase;
		border: none;
		border-radius: 3px;
		box-shadow: 0 4px 3px #111;
		-moz-box-shadow:    0 4px 3px #111;
		-webkit-box-shadow: 0 4px 3px #111;
	}
	.oltuser-login-btn:active,.oltuser-login-btn:hover
	{
       		background-color: #59B200;
	}
	.mob_link_label
	{
		color: #042c59;
		font-size: 14px;
		padding-left: 10px;
		padding-top: 5px;
	}
	#logo
	{
		width:150px;
	}
	.header
	{
		padding: 10px 0;
	}
	.navbar-nav > li
	{
		margin: 0 0 0 0px;
		font-size:13px;
		text-transform: none;
		font-weight:600;
	}
	.olt-defpub-view,.olt-suppor-forms-view
	{
		width:50%;
	}
	.trust_width2
	{
		width:80%;
	}
}