#login-wrapper {
 
  margin-top:50px;
  margin-left:auto;
  margin-right:auto; 
  
}

#error-box {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    border: 1px solid #cc482f;
    font-weight: 400;
    font-size: 16px;
    color: #cc482f;
    background-color: rgba(255,255,255,0.8);
    box-shadow: 0 4px 8px 0 rgba(204, 72, 47, 0.6), 0 6px 20px 0 rgba(204, 72, 47, 0.19);
    margin-bottom: 20px;
}

#login-box {
  width: 400px;
  margin-left:auto;
  margin-right:auto; 
  padding: 20px;
  border:1px solid #000;
  font-weight: 400px;
  font-size:16px;
  color:#0180d1;
	/*border-radius:30px;*/
	background-color:rgba(255,255,255,0.8);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.6), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



#login-box input:not([type=submit]):not([type=checkbox]) {
	padding:10px;
	font-size: 16px;
	margin-bottom:20px;
	width: 100%;
	box-sizing: border-box;
	
	border:1px solid #000;
}



.login-title {
    background-color: #0180d1;
    color: #fff;
    font-weight: bolder;
    padding: 5px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 30px;
}





#signup-button {
 padding:0;
 margin:0;
 text-align:center;
 font-size: 30px;
	border-radius:5px;
	border:1px solid #bbb;
 background:none;
 color:#0180d1;
 font-weight:300;
 cursor:pointer;
 float:right;
 width: 50px;
 height: 50px;
 margin-bottom:10px;
 
}

#signup-button:hover {
 color:#0180d1;
 font-weight:700;
 background-color:#bbb;
}



#login-inner {
   padding:20px; 
}

#login-banner {
  height:50px;
  background-color: #666;
  border-bottom: #444;
  font-size: 40px;
  line-height:40px;
  margin-top:50px;
  color:#fff;
  padding-top:10px;
  padding-bottom:10px;
  text-align:center;
  font-weight: 300;
}

#login-banner span, #login-box span {
  
  font-weight:700;
}



#login-signup-link {
	clear:both;
	border-top: 1px dashed #aaa ;
	text-align:right;
	font-size: 12px;
	padding-top:3px;
	color: #000;
	
}

#login-button {
	clear:both; 
	margin-bottom:10px;
	width: 70px;
    float:right;
}

#login-checkboxes {
	font-size: 12px;
	color:#000;
}

#login-checkboxes input {
	clear:both;
	float: left;
}

#login-checkboxes div {
	float: left;
	margin-left: 5px;
	maring-top: 1px;
}
