
/***********/
/***********/
/***********/

@media only screen and (max-width: 70em) {
  /* comes into effect for all screens */
  
body
{
	font-size: 13px;
}
div
{
	font-size: 13px;
	background-size: contain;
}
#menu_container
{
	height:35px;
}
#disc
{
	margin-top:-30px;
}
#footer
{
	position:relative !important;
	font-size:12px;
	margin-top:40px;
	height:55px;
	
}
.clientlogo img{
	max-width: 100px;	
	height: 75px;
	display: inline; 
}
.clientlogo, .logo-pad{
	max-width:50%;
	float:left;
}
.title-pad{
	max-width:50%;
	float:left;
}
.header-img{
	max-width:100%;
}
.container{
	max-width:100%;
	height:100%;
}
.nav{
	float:right;
}

.ca_container
{
	position: inline;
	font-size: 13px;
}
.toggle{
	font-size: 13px;
	white-space: pre-wrap;
	margin-bottom: 3px;
}
.well {	margin : 3px 0 !important;	}
.radio{
	font-size:12px;
	margin-top:10px;
}
input[type=radio]
{
	position:relative !important;
	height:1.3em;
	font-size:13px;
}
input[type=text], input[type=password]
{
	font-size:13px;
}
input[type=text]::-webkit-input-placeholder, input[type=password]::-webkit-input-placeholder
{
	font-size:13px;
}
}

/***********/
/***********/
/***********/
@media only screen and (max-width: 1200px)
{
	.loginform
	{
		margin-bottom: 0px;
	}
	#footer
	{
		position: static !important;
		height: auto;
		margin-top: 0px;
	}
	#footer p
	{
		padding-top:0px;
	}
	.login-content .table
	{
		margin: 0.6rem 1rem 1.6rem 0.4rem;
	}
	
}
@media only screen and (max-width: 767px)
{
	.login-content
	{
		margin-top: 0px;
		margin-bottom: 25px;
		max-height: unset !important;
		padding-top: 0px;
	}
	.loginheader .navbar-brand:after
	{
		display: none;
	}
	.loginheader .navbar-brand
	{
		width: 100%;
   		margin-top: 0px;
	}
}
@media only screen and (max-width: 400px)
{
	.login-content .table
	{
		margin: 0.6rem 0.5rem 1.6rem 0.4rem;
	}
	.loginform .login_signup_main
	{
		margin: 2.5rem 0.5rem 1.5rem 0.7rem;
		padding: 10px;
	}
	#disclaimer
	{
		margin: 2.5rem 0.5rem 1.5rem 0.7rem !important;
	}

}