 .auth-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.auth-main, body, html {
    height: 100%;
    background: url(../img/zone1.jpg)center center no-repeat;
    background-size: auto auto;
    background-size:cover;
    will-change: transform;
    z-index: -1;
}
.auth-block {
    width: 390px;
    margin: 0 auto;
    border-radius: 5px; 
    /*background: rgba(255,255,255,0.8);*/
    background: rgba(158, 139, 144, 0.8);
    color: #000;
    padding: 32px;
    font-weight: bold;
    font-size: 15px;
}
a.forgot-pass {
    display: block;  
    margin-bottom: -20px;  
    z-index: 2;
    color: #000;
    position: relative;
}
.forgot-pass:hover {
    color: #337ab7 !important;
}
.auth-block h1 {
    font-weight: 300;
    margin-bottom: 28px;
    text-align: center;
    font-size: 36px;
   font-family: unset !important;
}


.auth-block img{
margin-bottom: 30px;
}
.left-inner-addon{
    position: relative;
}

