@media only screen and (max-width: 640px) {
 .content-logo img {height:auto!important;max-width:100%!important}	
 .as-Cell {display:table-row!important;width:100%!important;}
 .main-container {
    font-size: 14px;
    height: 100%!important;
    left: 0!important;
    margin-left: 0!important;
    margin-top: 0!important;
    position: relative!important;
    top: 0!important;
    max-width: 90%!important;
}
 .styledCell h2, 
 .styledCell p,
 .styledCell ul {padding:5px 20px!important}
 }


section:after {
    clear: both;
    content: "";
    display: table;
}
html {height:100%}

body {
	margin:0;
	background: url("../images/demo-bg.jpg")no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
    background-attachment: fixed;
}
.login_error {color: #E16565; font-size: 14px;  font-weight: bold;  height: 20px; padding: 0; width: 390px;}
form { margin: 0;}

.inputBox {  padding-top: 16px; width: 390px;}
.inputBox span {font-size:10px}
.inputTitle {
    color: #666666;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 1px;
	width:100px;
	vertical-align: middle;
}
.inputBox input, .inputBox select {
    -moz-box-sizing: border-box;
    border: 1px solid #999;
    color: #333;
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 18px;
    margin: 0;
    overflow: visible;
    padding: 5px;
    width: 270px;
}
.inputBox input:focus, .inputBox select:focus{border:1px solid #333}
hr.styledRuler {
	border: 0; height: 1px; background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0)); background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.25), rgba(0,0,0,0));
}
.explText {margin:auto 0 10px;color:#999;text-align:center;font-size:12px;text-shadow:0 -1px 0 rgba(255,255,255,0.8)}
.btnsTable {display:table;border-collapse: separate;border-spacing: 10px 0;margin:0 auto}
.tableCell {display:table-cell;color: #FFFFFF;vertical-align:top;}
.middleAlign {vertical-align:middle;color:#999!important;text-shadow:0 -1px 0 rgba(255,255,255,0.8);padding-left: 10px;padding-right: 0;}
/* linked in login button */
.login-buttons a{display:inline-block;margin:0 auto}
a.linkedIn-btn {padding:5px;background:#529FD4;border-radius:3px;display:table;width:100px;border-collapse: separate;border-spacing: 1px;}
.linkedIn-text {}
.linkedIn img {width:20px;}
a.linkedIn-btn span
{display:table-cell;color:#fff;vertical-align:middle;font-size:13px;}

.bigButton {
		display:block;
		border:solid;
		border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.40);
		background: none repeat scroll 0 0 #259BDB;
		color:#fff;
		border-width:1px;
		font-size:15px;
		margin: 20px auto 0;
		padding: 7px 25px;
		border-radius: 3px;
		box-shadow:0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.5);
		cursor:pointer;
		text-align:center;
}
.bigButton:hover {background: #1e82b8;color:#fff!important}

#error_message { background: none repeat scroll 0 0 #E47575;  border: 1px solid #BC5151;  color: #A54848;font-family: calibri; font-size: 19px; margin-left: auto; margin-right: auto; margin-top: 16px; text-align: center; width: 80%;display:none;}
.greenBox { background: none repeat scroll 0 0 #D4FBD7;  border: 1px solid #B8EEBD;  box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3) inset;  color: #397249;}

#socialLogin {
	/*display: none;*/
}

#facebookHiddenLoginButton {
	background: linear-gradient(#4c69ba, #3b55a0) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #4c69ba;
    border-radius: 2px;
	height: 25px;
	padding: 3px 5px;
	text-align: center;
	width: 85px;
}

/*.messageHeader {
    padding: 10px;
    text-align: center;
}
.messageBody {
    margin-top: 30px;
    text-align: justify;
}
.messageBody p {
    font-size: 18px;
    text-align: center;
}*/
#infoPanel {
    font-family: calibri;
    font-size: 19px;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.gkCopyrights {
    margin: 10px 0 20px;
    text-align: center;
	font-family:Arial;
	color:#8D9196;
}
.gkCopyrights a {color:#6F98B4}
.main-container {
    box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow:0 2px 10px rgba(0, 0, 0, 0.3);
	background:#fff;
    font-size: 14px;
    height: 385px !important;
    left: 50%;
    margin-left: -375px;
    margin-top: -200px;
    position: fixed;
    top: 40%;
    width: 750px;
	border-radius: 5px;
}
.main-container {
    display: table;
    height: 100%;
	table-layout: fixed;
}
.as-Row {display:table-row}
.as-Cell {display:table-cell;vertical-align:middle}
.styledCell {
    background: none repeat scroll 0 0 #6f98b4;
    border-left: 1px solid #335a75;
    color: #fff;
    padding: 10px;
}
.styledCell h2{
	border-bottom: 1px solid #22435a;
    color: #22435a;
    font-weight: 600;
	padding-bottom:20px;
    margin-bottom: 20px;
}
.styledCell p{
	font-size:18px;
    color: #f0f0f0;
    font-weight: 600;
	padding:10px;
}
ul.features {
	list-style:none;
	padding:0;
	margin:0;
}
.features li {
    background: url("app/groups/registration/resources/images/white-check.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    line-height: 25px;
    padding-left: 35px;
}
.content-logo {
    /*background: none repeat scroll 0 0 #8D9196;*/
    border-bottom: 4px solid #6F98B4;
    /*border-radius: 5px 5px 0 0;*/
    padding: 10px 0;
    text-align: center;
}
.content-bottom {
	padding:20px;
	/*box-shadow:0 10px 10px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow:0 10px 10px rgba(0, 0, 0, 0.25);
	background:#fff;*/
}
.content-bottom h1 {color:#5d85a0;font-weight:normal;margin: 6px 0;font-size:22px;text-align:center}
.content-bottom p{color:#999;margin:5px 0;text-align:center}
.content-bottom h1,
.content-bottom p{font-family:arial}
