.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px !important;
}
.title-text{
  font-size: 24px;
  margin-top: 30px;
  margin-left: 40%;
  justify-content: center;
}
#login-page {
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  
  #logo-scribe {
    width: 430px;
    height: 60px;
    margin-bottom: 2.5em;
  }
  
  #login-form {
    margin: auto;
    box-sizing: border-box;
    width: 430px;
    border-radius: 100px 0 100px 100px;
    background: var(--primaryLighterColor);
    padding-left: 65px;
    padding-right: 65px;
    padding-top: 2em;
    padding-bottom: 3em;
    background-color:l;
  }
  
  .username-wrapper,.username-wrapper-isBnpp {
    margin-top: 25px;
  }
  
  .password-wrapper {
    margin-top: 15px;
  }
  
  #login-page label {
    font-size: 18px;
  }
  
  #login-page input {
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    margin-top: 10px;
    border-radius: 16px;
    border: solid 3px  var(--primaryColor);
    outline: none;
    padding: 0 10px;
    font-size: 16px;
  }
  
  #forgot-password {
    color: #0070c4;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 0;
    cursor: pointer;
  }
  
  #submit-button {
    width: 120px;
    height: 40px;
    border-radius: 16px;
    background:  var(--primaryColor);
    margin-top: 25px;
    border: none;
    outline: none;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
  }

