
body {
	background: #344e74; # url(../images/sisab-logo.png);
        background-position: 0 0;
        background-repeat:no-repeat;
        color: #222222;
        font-family: Arial, Helvetica, sans-serif;
	line-height: 1em;
}


fieldset { 

  border:1px solid #fff; 
  width:400px;
  -moz-border-radius: 10px;
  border-radius: 15px;
  padding-bottom:25px;
}

legend {

  color: #fff;
  font-weight: bold;
  background-image: url(../images/key1.png);
  background-repeat: no-repeat;
  background-position: left;
  height:64px;
}

.failedlogin {

 font-size:12px;
 color: red;
}

input {

  border:1px solid #222222;
  padding-left:3px;
  width:160px;
}

.mytext {
 
 margin-top:25px;
 margin-left:64px;
 padding-right:5px;
 font-size: 14px;
}

.button {

 border:1px solid #222222;
 color:#fff;
 background-color:#53b4ff;
 -moz-border-radius: 10px;
 border-radius: 15px;

}

.button:hover {

 border:1px solid #222222;
 background-color:#fff;
 color:#000;
 -moz-border-radius: 10px;
 border-radius: 15px;

}

.footer {

 color:#fff;
 font-family: Arial, Helvetica, sans-serif;
 font-weight:normal;
 font-size:10px;

}

.logintext {

 color:#fff;
}
