#s4-simple-card
{
	width: 530px!important;
	height: 260px;
	margin-top: 128px!important;
}

td
{
	padding-left: 4px;
	height: 36px;
}
	

img.logo
{
	position: absolute;
	top: 0;
	width: 500px;
	margin-top: 32px;
	margin-left: -45px;
}

h1 
{
	font-size: 28px!important;
	color: #616161!important;
}

body 
{

	font-family: Helvetica, Arial, san-serif!important;
//	font-size: 14px;
    	background-image: url(/_layouts/ShareKnowledge/SignUp/Content/bAckground-min.png);
	background-size: cover;
	background-repeat:no-repeat;
    	background-position:center center;
-ms-behavior: url(/backgroundsize.min.htc);
text-align: center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

}

input[type="text"], input[type="password"]
{
	width: 253px;
	padding: 8px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #2778bd;
    color: #2778bd;
border-radius:0px;
margin-right: 7px;
}

input[type="submit"]
{
	height: 30px;
    border-radius:0px;
	width: 252px;
	border: 0px solid #ADADAD;
	padding: 4px 30px;
	color: #fff;
	font-weight:600;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	font-family: Helvetica, Arial, san-serif!important;
	background: #2778bd none repeat scroll 0 0;
	margin-left: -8px;
}

input[type="checkbox"] {
	margin-top: 0px;
}

.isIE input[type="checkbox"] {
	margin-top: -3px;
}

.isIE input[type="submit"] {
	background:none;
	padding-top: 5px;
	padding-right: 25px;
	border: 0px;
}

.isIE .submit-button 
{
	float: left;
	border: 0px;
	background: #2778bd no-repeat;
	display: inline-block;
	border: 0px solid #ADADAD;
}

input.logon-input:hover {
	outline: none;
}

a.logon-link,
a.logon-link:visited,
a.logon-link:hover
{
  color: #2778bd;
  white-space: nowrap;
}

a.logon-link.logon-registration,
a.logon-link.logon-registration:visited,
a.logon-link.logon-registration:hover
{
  color: #ff0000;
  font-size: 20px;
}

a:visited {
	color:#493523;
}

a:hover {
	text-decoration: underline;
}

.s4-simple-iconcont img
{
    display: none;
}

body #s4-simple-content {
    margin-left: 25px!important;
    margin-right: 25px!important;
}

body #s4-simple-card {
    background-color: transparent;
    border-color: none;
    border-style: none;
    border-width: none;
    box-shadow: none;
    margin: 100px auto 0;
    width: 575px;
}

#s4-simple-content h1 
{
	display: none;
}

#s4-simple-error-content 
{
    /* display: none; */
}

.ccd {
    height: 95px;
    overflow: hidden;
    width: 60%;
    margin:0 auto;
    position: relative;
}

a.ddott {
    margin:0 auto;
    display: block;
    line-height: 25px;
    height: 50px;
    width: 100%;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    text-shadow: 0 100px 0 #FFF,1px 76px 10px #000;
    color: #FFF;
    background: red;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
a.ddott:hover {
    text-shadow: 0 50px 0 #FFF, 1px 51px 20px #FFF;
    margin-top: -50px;
    height: 100px;
    background: #2778bd;
}

.vopros
{
    position: absolute; 
    right: 0; 
    top: 0;       
}

.submitClass3
{
	width:180px;
	height: 30px;
	border: 0px solid #ADADAD;
	padding: 4px 30px;
	color: #fff;
        background-color: #2778bd;
        border-radius: 0px;
	cursor: pointer;
	margin: 0;
	font-size: 14px;
	font-family: 'Segoe UI Semilight', 'Segoe UI', 'Segoe', Tahoma, Helvetica, Arial, san-serif!important;
}