body{
	background-image:url(../images/back.jpg);
	background-repeat:repeat;
	font-family:segoe UI;
}
.admin
{
    width:560px;
    margin:0 auto;
    height:400px;
}
.logo
{
    position:absolute;
    background-image:url(../images/admin/admin.png);
    background-repeat:no-repeat;
    width:556px;
    height:198px;
    top:140px;
}
.logo1
{
    position:absolute;
    background-image:url(../images/admin/admin.png);
    background-repeat:no-repeat;
    width:556px;
    height:198px;
    top:30px;
}
.logo:hover
{
    cursor:pointer;
}
a {
  color: #00a1d2;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.container {
  width: 640px;
  text-align: center;
}
.container .button {
  margin: 0 10px 25px;
}

.button {
  margin: 0 0 5px;
  padding: 0 12px;
  height: 28px;
  line-height: 28px;
  font-size: 11px;
  font-weight: bold;
  color: #555555;
  text-decoration: none;
  text-shadow: 0 1px white;
  background: #dfdfdf;
  border-width: 1px 1px 0;
  border-style: solid;
  border-color: #cecece #bababa #a8a8a8;
  border-radius: 3px 3px 2px 2px;
  outline: 0;
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: -moz-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: -o-linear-gradient(top, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  background-image: linear-gradient(to bottom, #f1f1f1 0%, #dfdfdf 70%, #dadada 100%);
  -webkit-box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px #fdfdfd, inset 0 0 0 1px #eaeaea, 0 1px #a8a8a8, 0 3px #bbbbbb, 0 4px #a8a8a8, 0 5px 2px rgba(0, 0, 0, 0.25);
}
.button:active,.button.blue:active {
  vertical-align: -5px;
  margin-bottom: 0;
  padding: 1px 13px 0;
  border-width: 0;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px white;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3), inset 0 1px 1px rgba(0, 0, 0, 0.4), 0 1px white;
}
.button.blue 
{
    position:absolute;
    left:-10px;
  color: #236277;
  text-shadow: 0 1px #c2ecf9;
  background: #61cdf3;
  border-color: #6fbad1 #3fa3c0 #3583ab;
  background-image: -webkit-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -moz-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -o-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: linear-gradient(to bottom, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  -webkit-box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
}
.button.blue:hover, .button.blue:active {
  background: #61cdf3;
  border-top-color: #3eaac9;
}
.button.blue1 
{
    position:absolute;
    left:60px;
  color: #236277;
  text-shadow: 0 1px #c2ecf9;
  background: #61cdf3;
  border-color: #6fbad1 #3fa3c0 #3583ab;
  background-image: -webkit-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -moz-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -o-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: linear-gradient(to bottom, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  -webkit-box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
}
.button.blue1:hover, .button.blue1:active {
  background: #61cdf3;
  border-top-color: #3eaac9;
}
.button.blue2 
{
    position:absolute;
    left:135px;
  color: #236277;
  text-shadow: 0 1px #c2ecf9;
  background: #61cdf3;
  border-color: #6fbad1 #3fa3c0 #3583ab;
  background-image: -webkit-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -moz-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: -o-linear-gradient(top, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  background-image: linear-gradient(to bottom, #9be5fa 0%, #61cdf3 70%, #5fbde8 100%);
  -webkit-box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px #c5f0fd, inset 0 0 0 1px #8ad1eb, 0 1px #3583ab, 0 3px #3f9db8, 0 4px #3583ab, 0 5px 2px rgba(0, 0, 0, 0.4);
}
.button.blue2:hover, .button.blue2:active {
  background: #61cdf3;
  border-top-color: #3eaac9;
}
.login {
  position: relative;
  margin: 80px auto;
  width: 400px;
  padding-right: 32px;
  font-weight: 300;
  color: #a8a7a8;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
}
.login p {
  margin: 0 0 10px;
}

input, button, label {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=password] {
  padding: 0 10px;
  width: 300px;
  height: 40px;
  color: #bbb;
  background:rgba(0, 0, 0, 0.1);
  border: 0;
  border-radius: 5px;
}
input[type=text]:focus, input[type=password]:focus {
  color: #000;
  font-family:Segoe UI;
  background:rgba(0, 0, 0, 0.3);
  outline: 0;
}

label {
  float: left;
  width: 100px;
  line-height: 40px;
  padding-right: 10px;
  font-weight: 100;
  text-align: right;
  letter-spacing: 1px;
}

.forgot-password {
  padding-left: 100px;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
}
.user
{
    position:absolute;
    background-image:url(../images/admin/adminb.png);
    background-repeat:no-repeat;
    background-position:0px -100px;
    overflow:hidden;
    width:600px;
    height:500px;
    margin-left:10px;
    margin-top:100px;
}
.user1
{
    position:absolute;
    background-image:url(../images/admin/adminb1.png);
    background-repeat:no-repeat;
    overflow:hidden;
    width:600px;
    margin-left:19px;
    margin-top:97px;
    height:600px;
}
.label
{ 
    color: #797979;  
    font-weight: 700;    
	font-size:15px;
	text-shadow:-1px -1px #fff;
	font-family:Segoe Script;
}
.input
{
    position:relative;
    top:-10px;
    width: 200px;
	height:25px;    
    color: #949494;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px;  
    border: 1px solid #cecece;
}
.label1
{ 
    position:relative;
    font-family:Segoe Script;
    top:-20px;
    color: #797979;  
    font-weight: 700;    
	font-size:15px;
	text-shadow:-1px -1px #fff;
}
.input1
{
    position:relative;
    top:-30px;
    width: 200px;
	height:25px;    
    color: #949494;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-size: 11px;  
    border: 1px solid #cecece;
}
.error1
{
    font-family:Segoe UI;
    position:relative;
    top:-30px;
}
.btn
{
    position:relative;
    top:-20px;
}
.btn1
{
    position:relative;
    top:-20px;
}
.btn1:hover
{
    cursor:pointer;
}
.back
{
    position:relative;
    font-family:Segoe UI;
    background-color:#279df6;
    border-radius:8px;
    color:#fff;
    text-decoration:none;
    padding:3px 10px;
    text-shadow:-1px -1px #036;
    top:100px;
    left:30px;
} 
#customForm textarea{  
    width:185px;  
    height: 30px;  
    padding: 6px;  
    color: #adaeae;  
    font-family: Arial,  Verdana, Helvetica, sans-serif;  
    font-style: italic;  
    font-size: 12px;  
    border: 1px solid #cecece;  
}  
#customForm textarea.error{  
    background: #f8dbdb;  
    border-color: #e77776;  
}   
.error{  
    position:absolute;
    border: 1px solid #efefef;
	visibility:hidden;  
}  
.error ul{  
    list-style: square;  
    padding: 5px;  
    font-size: 11px;  
}  
.error ul li{  
    list-style-position: inside;  
    line-height: 1.6em;  
}  
.error ul li strong{  
    color: #e46c6d;  
} 