
body {

	font-family: Helvetica, Arial, san-serif!important;
	font-size: 14px;
	color: #2778bd;
	
	background: url('/_layouts/ShareKnowledge/SignUp/Content/bAckground-min.png') no-repeat;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	min-height: 1016px;
    height: 100%;
    overflow: hidden;

}

#main-content {
	margin: 0 auto;
	background-color: transparent;
	margin-top: 0px!important;
    border: 0px solid #2778bd !important;
    border-radius: 0px;
    color: red !important;
	background-color: transparent !important;
	width: 390px;
	padding: 38px 70px;
	/*
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color:#edf3f9,strength:5,direction:135)";
	-moz-box-shadow: #edf3f9 0 0 5px 0;
	-webkit-box-shadow: 0 0 5px #edf3f9;
	filter: progid:DXImageTransform.Microsoft.Shadow(color:#edf3f9,strength:5,direction:135);
	box-shadow: 0 0 5px #edf3f9;*/
	font-size: 17px;
}

#logo {
	margin: 0 auto;
	padding-top: 32px;
	padding-bottom: 38px;
}

#logo, #logo img {
	width: 500px;
	height: 101px;
}

table td:first-child {
	width: 128px;
}

input[type="text"], input[type="password"],select {
	width: 215px;
	padding: 5px;
	margin: 3px 0 3px 0;
	border: 1px solid #2778bd!important;
	border-radius: 0px;
}

input[type="radio"], input[type="checkbox"] {
	margin: 2px 4px 8px 0;
}

input[type="submit"], input[type="button"] {
	height: 30px;
	border: 1px solid #2778bd !important;
	border-radius: 3px;
	padding: 4px 15px;
	color: #2778bd;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, san-serif!important;
	background-color: #fff !important;
}

/*select {
	width: 235px;
	height: 36px;
	margin: 3px 0 3px 0;
}*/

td {
	margin: 0;
	padding: 4px;
}

table {
	border-spacing: 0;
}

span.validator[style*="inline"] {
	width: 16px;
	height: 16px;
	display: block!important;
	background: url("icon-error.png");
	margin-left: 10px;
}

.gl-title {
	text-align: center;
    color: #2778bd !important;
    /* padding: 0 30px; */
    width: 100%;
}

.gl-comment {
	padding: 20px 0;
	text-align: center;
}




body #s4-simple-card {
    background-color: rgba(255, 255, 255, 0.3);
    border-color: none;
    border-style: none;
    border-width: none;
    margin-top: 0px;  
    height: 100%;
    margin-left: auto;
    margin-right: auto; 
    overflow: hidden;