body h1{
    display: none;
    background-color: #1A0163 !important;
    
    
}
body.login{
  overflow: hidden;
}
#return-to-pantheon{
  display: none !important;
}
#login_error{
  display: none !important;
}
#login {
    display: flex;
    justify-content: space-between;
    padding: 0;
    flex-wrap: wrap;
    align-content: center;
    width: 50vw;
    
    margin-top: 195px;

}
.login__title{
  padding-bottom: 8px;
  
}

.login__col{
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    padding: 0 24px;
    min-height: 400px;
    margin: 0 auto;
    align-items: center;
    background-color: white;
    border-radius: 4px;

}
#loginform{
   
    margin: 0 auto;
    margin-bottom: 17px;
    border: none !important;
    box-shadow: none !important;
}
.btn{
   
}

.line{
    display: flex !important;
    flex-direction: column;
    align-items: center;
}
.login__logo{
  flex-basis: 100%;
  object-fit: contain;
}


  .line__sign{
    margin-bottom: 9px;
    color: white;
  }
  .login__info{
    margin: 15px auto 0 auto;
    color: #90A0B7;
    padding: 17px 17px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.01em;

/* Pernod - gray */


  }
  .login__info h2 {
    color: #1a0163;
    font-family: 'Work Sans', sans-serif;
    font-size: 24px;
  }
  .login__div{
    padding: 0 24px
  }
  .message{
    display: none;
    box-shadow: none !important;
    text-align: center !important;
    border: none !important;
  }
  .login__title{
    color: black;
  }
 

  .pattern__left{
    position: absolute;
    left: 0;
    z-index: -1;
  }
  .pattern__right{
    position: absolute;
    right: 0;
    z-index: -1;
  }

  .button__pernod{
    margin-top: 20%;
  }
.logo{
  position: absolute;
  top: 10px;
  width: 100vw;
  display: flex;
  justify-content: center;
  left: 0;
}




@media only screen and (max-width: 1440px) {
  #login {
    width: 65vw;
}
}



@media only screen and (max-width: 1060px) {
 
  .button__pernod{
    margin-top: 0;
    margin-bottom: 50px;
  }
  .login__col{
      flex: inherit !important;
      margin-bottom: 15px;

  }
  .line__sign{
      margin: 0 5px 4px 5px !important;
  }
  .login__logo{
    flex-basis: 0%;
  }
  .login__info{
    margin: 0;
    margin-top: 10px;
  }
  .logo{
    top:0;
  }
}
@media only screen and (max-width: 550px) {
  #login {
    
    width: 90vw;
    margin-top: 180px;
  }
  body.login{
    width: 445px;
  }
}
 




