 .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.5);
    /* 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;
}

.prod{
    border:1px solid #0000003d;
    border-radius: 10px;
    margin: 44px;
    margin-top: 18px;
    margin-bottom: 10px;
    padding: 10px 26px 26px 26px;
  
  }
  .prod h3{
    color:#1ab394;
    font-weight:bold;
    padding-bottom: 10px;
    text-transform: uppercase;
    padding-left: 85px;
    border-bottom: 1px solid #0000003d;
  
  }

