/*body
{
    background-color: #f89d19;
}*/
body {
    padding: 0;
    margin: 0;
    font-size: 17px;
    font-family: 'BaskervilleT-Regu';
    background: url(../images/bg.png) repeat;
    color: #676566;
}
.haphub {
    text-align: center;
    padding-top: 16px;
}
.haphub1
{
    text-align:center;
}
/*.login {
    background: #665d5e;
    color: white;
    padding: 9px 90px;
    font-size: 20px;
    border-radius: 0;
}*/
.haphub2 {
    position: fixed;
    bottom: 0;
    
}
.login:hover, .login:focus, .login:visited {
    color: white;
}
.haphub3
{
    position: absolute;
    margin-left: -115px;
   /* margin-top: -115px;*/
    top: 45%;
    left: 51%;
}
.haphub2 img
{
    width: 300px;
}
@media (max-width: 767px)
{
    .haphub2 img
{
    width: 100%;
}
.haphub3
{
    position: absolute;
    margin-left: -115px;
   /* margin-top: -115px;*/
    top: 45%;
    left: 54%;
}



}