.page-secure{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  padding: 20px 0;
  font-family: "lato", sans-serif;
  }
  
  @media(max-width: 767px){
    .page-secure{
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: start;
          justify-content: flex-start;
    }
  }
  
/*  .page-secure__bg{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #F2F2F2 0%, #F2F2F2 50%, #EBEBEB 50%, #EBEBEB 100%);
    z-index: 0;
  }*/
  
  .page-secure__lang{
    position: absolute;
    top: 20px;
    right: 15px;
  }
  
  .page-secure__lang a{
    color: #000;
  }
  
  @media(max-width: 767px){
    .page-secure__lang{
      position: static;
      margin-bottom: 30px;
      width: 100%;
    }
  }
  
    #login-global {
        margin-top: 30px;
    }

    .btn-group {
        margin-top: 15px;
    }

    #login-text-information {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .input-group {
        margin-bottom: 15px;
    }
    
    .page-secure__logo{
      margin-bottom: 30px;
    }
    
    .page-secure__line{
      height: 1px;
      width: 80px;
      background-color: #95989A;
      margin: 0 auto 30px;
    }
    
    .page-secure__login-form{
      max-width: 235px;
      margin: 0 auto 30px;
    }
    
    .page-secure__label{
      font-size: 12px;
      font-weight: 400;
      color: #95989A;
      margin-bottom: 3px;
    }
    
    .page-secure__text-input{
      display: block;
      width: 100%;
      border: 1px solid #D5D5D5;
      height: 40px;
      border-radius: 5px;
      padding: 3px 10px;
    }
    
    .page-secure__button{
      display: inline-block;
      height: 40px;
      padding: 9px 15px;
      min-width: 120px;
      background-color: #000;
      color: #fff;
      border: 1px solid #000;
      font-size: 14px;
      font-weight: 400;
      font-style: italic;
      transition: all 0.25s ease;
    }
    
    .page-secure__button:hover{
      background-color: #fff;
      color: #000;
      border-color: #000;
    }

    .form-control {
        border-radius: 0px;

    }
    
    #connection-title {
        border-bottom: 1px solid black;
    }
    
    #text-only-information-global {
      font-size: 16px;
      margin-bottom: 40px;
    }
    
    #login-panel-around{
      background-color: #fff;
      border-radius: 20px;
      padding: 50px 55px 30px;
      max-width: 486px;
      margin: 0 auto;
    }
    
    @media(max-width: 767px){
      #login-panel-around{
        margin-bottom: 30px;
      }
    }
    
    @media(max-width: 480px){
      #login-panel-around{
        padding-left: 8%;
        padding-right: 8%;
      }
    }

    .form-title {
      text-align: center;
      font-size: 20px;
      margin-bottom: 25px;
    }
    
    html, body,
  .page-secure{
    height: 100%;
  }
  
  .menu-container {
    margin-left: 0;
    text-align: center;
  }
  
  #login-choice-menu {
    margin-top: 50px;
    font-size: 14px;
  }
  
  .menu-container__list{
    margin-top: 0;
    font-size: 14px;
  }
  
  #login-choice-menu a,
  .menu-container__list a{
    display: inline-block;
    color: #000;
    padding-bottom: 2px;
    border-bottom: 1px solid #000;
  }

  #login-choice-menu a.active.menu-item ,
  .menu-container__list a.active.menu-item
  {
    text-decoration: none;
    color: #95989A;
    border-bottom-color: #95989A;
  }

  #login-choice-menu a.menu-item:focus,
  #login-choice-menu a.menu-item:hover,
  .menu-container__list a.menu-item:focus,
  .menu-container__list a.menu-item:hover{
    text-decoration: none;
    color: #95989A;
    border-bottom-color: #95989A;
  }
  
  .page-secure__newsletter{
    margin-bottom: 50px;
  }
  
  .page-secure__newsletter-row{
    display: -ms-flexbox;
    display: flex;
  }
  
  @media(max-width: 480px){
    .page-secure__newsletter-row{
      display: block;
    }
  }
  
  .page-secure__newsletter-input{
    width: calc(100% - 125px);
    margin-right: 5px;
  }
  
  @media(max-width: 480px){
    .page-secure__newsletter-input{
      width: 100%;
      margin-bottom: 5px;
    }
  }
  
  .page-secure__lock{
    font-size: 20px;
    margin-bottom: 30px;
  }
  
  .page-secure__login-password_with-newsletter{
    margin-bottom: 50px;
  }
  
  .alert_type_danger{
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
  }