
.page-title{
    font-size: 24px;
    color: #891130;
    font-weight: 500;
    padding: 5px 5px 15px 5px;
    width:100%;
    text-shadow: 1px 1px 1px #ccc;  
    text-align: center;
    height:20px;
    
    background-color: #fff;
    margin:0px 0px 5px 0px;
    border-radius: 0em 0em .5em .5em ;
    border-color: #ccc;   
    border:1px solid;
    border-top:0px;
    box-shadow: 5px 5px 5px #888888;
}
.login form{
    padding: 30px 30px 30px 30px;
  width: 400px;
  
  background-color: #ffffff;
  
  margin-left:auto;
  margin-right:auto;
  border-radius: 0px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  
   

}
.login p{
    padding-left: 15px;
    margin: 5px;
}

.login h1{
  font-size: 24px;
    color: #fff;
    font-weight: 500;
    padding: 5px 0px 15px 10px;
   
    display: block;
    margin: 0px 0px 0px 0px;
  
    background:#CC3333;
    text-shadow: 1px 1px 1px #949494;
    
    text-align: center;
    height:20px;
}

.login input[type=button] {
  font-size:14px;
  border: 1px solid #919084;
  
  color: #891130;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: #F58B71;
  width:220px;
  height:40px;
  margin-left:0px;
  margin-bottom:10px;
  background: -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #D1D1D1) );
    background: -moz-linear-gradient( center top, #ffffff 10%, #D1D1D1 90% );
}
.login input[type=button]:hover {
 
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #ff6b7f;
 background:url('icons/right-arrow-grey.png') no-repeat right, -webkit-gradient( linear, left top, left bottom, color-stop(0.1, #ffffff), color-stop(0.9, #999999) );
    background:url('icons/right-arrow-grey.png') no-repeat right, -moz-linear-gradient( center top, #999999 10%, #ffffff 90% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#999999', endColorstr='#ffffff');
}
.login input[type=text],.login input[type=password] {
  height: 34px;
  font-size: 14px;
  width: 225px;
  margin: 3px 25px 3px 15px;
  
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  /* border-radius: 2px; */
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.login select {
    background: url('./down-arrow-grey.png') no-repeat right, -moz-linear-gradient(top, #FBFBFB 0%, #E9E9E9 100%);
    background: url('./down-arrow-grey.png') no-repeat right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FBFBFB), color-stop(100%,#E9E9E9));
   appearance:none;
    -webkit-appearance:none;
   -moz-appearance: none;
    text-indent: 0.01px;    
    min-width:200px;
    height:30px;
    padding: 1px;
    margin: 3px 25px 3px 15px;
    
    color: #000000;       
    line-height:15px;   
    padding: 1px;  
    float:left;
    border: 1px solid #ccc;    
    outline: 0;
    -webkit-box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);
    box-shadow: inset 1px 1px 2px rgba(238, 238, 238, 0.2);   
    font-weight: 500;
}
.login input[type=text]:hover, input[type=password]:hover,.login select:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login-help a{
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login-help a:hover {
  opacity: 1;
}

.hline { border: 0; height: 1px;
 background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
 background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
 background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
 background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
 margin-top:1px;
 margin-bottom:1px;
 width:100%;
 }
 .link{
text-shadow: 1px 1px 2px #000000;
font-weight: bold;
margin: 1px 1px;
padding: 1px 1px 1px 1px;
color: #000000;
letter-spacing: 1px;
font-family: 'Arial', sans-serif;
font-size: 13px;

text-transform: capitalize;
text-align: center;
text-decoration: none;
cursor: pointer;
display: inline-block;
width:100%; 
} 
.link:hover {
color: #CC3333;
text-shadow: 1px 1px 1px #000000;
}
.buttonlikelink{
 background: none!important;
  border: none;
  padding: 0!important;
  /*optional*/
  font-family: arial, sans-serif;
  /*input has OS specific font-family*/
  color: #069;
  text-decoration: underline;
  cursor: pointer;
  border: 0px solid #fff;
}