/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
  #authentication #wrapper{
    margin: 0;
    padding: 0;
    display: flex;
    height: 100vh;
    align-items: center;
    background: url(../img/backgroud.png) no-repeat;
    background-size: cover;
 }

 #authentication .logo{
    margin: auto;
    text-align: center;
    padding: 0 0 40px;
    display: block;
 }

 .product-quantities-prod{
   float: none;
   margin-top: 30px;
   border-top: 1px solid #dadada;
   padding-top: 10px;
 }