h1{
  font-size:27px!important;
}
.expiredate {
  background-color:#B80000!important;
}
.customcontactform {
  padding: 2px 20px 2px 20px;
  background-color: #fafafa !important;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
}
.bottom-line a {
    color: #fff; 
}
.input-group {
  color: #333333 ;
  font-size: 14px;
}
.InputfieldHeader {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  font-family: arial;
}
.text-danger {
  display: none;
}
.text-success {
    color: #fff; 
}

h3.home-title {
  padding: 0px 0 0px 0 !important;
  color: #FFA500;
  text-align: center;
}
.fileinput-button {
  background-color: #666 !important;
  font-size: 12px;
  padding: 2px 2px 2px 2px;
}


.button-admin{
display: inline-block;
z-index: 11111;
border: none;
position: fixed;
margin-left:-100px;
right:11%;
max-width: 300px;
top:160px;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
background-image: none;
border: 1px solid transparent;
white-space: nowrap;
padding: 5px 5px;
font-size: 1.1em;
line-height: 1.42857143;
border-radius: 4px;
color: #fff;
background-color: #ff8000;
}
.button-admin:hover {
    color: #fff;
  background-color: #000;

}


.button-area {
    float: right;
    position: relative;
}
.button-area > i {
    background: #7bad94 none repeat scroll 0 0;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    color: #ffffff;
    cursor: pointer;
    float: right;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    margin: 14px 0;
    text-align: center;
    width: 145px;

    -webkit-transition:all 0.4s ease 0s;
    -moz-transition:all 0.4s ease 0s;
    -ms-transition:all 0.4s ease 0s;
    -o-transition:all 0.4s ease 0s;
    transition:all 0.4s ease 0s;
}
.button-area > label input {
    background: #eeeeee none repeat scroll 0 0;
    border: medium none;
    
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;

    float: left;
    font-family: Lato;
    font-size: 11px;
    height: 50px;
    letter-spacing: 0.3px;
    text-align: center;
    width: 100%;
}
.button-area > label::before {
    border-bottom: 5px solid #eeeeee;
    border-left: 5px solid rgba(0, 0, 0, 0);
    border-right: 5px solid rgba(0, 0, 0, 0);
    content: "";
    position: absolute;
    right: 13px;
    top: -5px;
}
.button-area > label {
    display: none;
    height: 70px;
    margin: 0;
    max-width: none;
    position: absolute;
    right: 0;
    top: 100%;

    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;

    width: 250px;
}
.body-text li{
    clear:left;
}