*{
    box-sizing: border-box;
}
body, html{
    margin: 0px;
     font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 14px;
     height: 100%;
}
.wrapper{
    background: url("images/pass-bg.png") repeat #BDBEBD;
    width:100%;
    margin-left:auto;
    margin-right:auto;
    height: 100%;
    min-width: 1000px;
}
.header{
    width: 504px;
     height:  500px;
     float: left;
}

.logo{
    width: 100%;
    height: 100%;
    display: inline-block;
      background: url("images/head-bg-pass.png") no-repeat;
}
.form-pass *{
    margin: 0px;
    padding: 0px;
}

.form-pass{
    text-align: left;
    color: #FFF;
    font-size: 16px;
    font-family: "Droid Arabic Kufi", Georgia,"Times New Roman",Times,serif;
    float: left;
    display: inline-block;
    width: 390px;
    margin-left: 30px;
}

.form-pass h2{
    font-weight: normal;
     font-size: 27px;
     line-height: 38px;
}
.form-pass a{
     color: #FFF;
}

.form-pass form{
   display: block;
   width:260px;
   text-align: left;
   line-height: 26px;
   font-size: 26px;
}

.form-pass form label{
     margin: 10px 0;
    display: block;
    clear: both;
}

.form-pass form .txt-input{
    width: 100%;
    border: none;
    background: #fff;
    line-height: 32px;
    font-size: 26px;
}

.form-pass form .btn{
    float: right;
    background: #F79F31;
    color: #fff;
    border: 1px solid #fff;
    padding: 0px 32px;
    font-size: 26px;
     line-height: 32px;
}

.form-pass form .btn:hover{
cursor: pointer;
}


#lglih7 select {
   margin: 0px;
    border: 1px solid #A3A4A3;
   background: transparent;
  padding: 0 35px 0 0;
   font-size: 12px;
   border: 1px solid #ccc;
   height: 20px;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
    background: url("images/select-pass.png") 100% / 20px no-repeat #FFF;
     border-radius: 4px;
}

#lglih7 select::-ms-expand {
    display: none;
}
/*target Internet Explorer 9 and Internet Explorer 10:*/
@media screen and (min-width:0\0) { 
    select {
        background:none;
        padding: 5px;
    }
}