
.contentarea{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/loginbg.jpg") no-repeat;
    background-position: center;
    background-size:cover;
}
.content{
    width: 320px;
    margin: 150px auto 0;
}
.loginheader{
    margin-bottom: 30px;
    text-align: center;
}
.loginheader img{
    width: 200px;
    display: inline-block;
    padding-right: 10px;
}
.loginheader p{
    font-size: 18px;
    margin:20px;
    color:#666
}
.inputarea{
    border: 1px solid #d5d5d5;
    border-radius: 4px;
    background: #FFF;
    margin-bottom: 20px;
    overflow: hidden;
}
.inputarea input{
    border:none;
    outline: none;
    box-shadow: none;
    height: 48px;
    padding: 11px 14px;
    border-radius: 0;
    background: none;
}
.inputarea input:first-child{
    border-bottom: 1px #e8e8e8 solid;
}
.btn-block{
    line-height: 41px;
    box-sizing: border-box;
    padding: 0;
    font-size:15px;
    color:#FFF;
    box-shadow: none;
    background: #cb5a5e;
}
.btn-block:hover{
    color:#FFF;
    opacity: .8;
}
