.left {
  background-image: url('../img/c.jpg');
}


.login-container {
  flex: 1; /* Occupy the entire height of the right part */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Add margins to the right of login content and on the right side */
.login-content {

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;


  width: 400px;
max-width: 400px;
margin-right: auto;
margin-left: 11%;
text-align: center;
}

.logo {
  max-width: 240px;
  margin-bottom: 20px;
}



form.notlogged {
  width: 300px;
  padding: 20px;
  background-color: var(--color-background-up);
  border-radius: 10px;
  margin-bottom: 10px;zoom: 1.2;
}


.forgot-password a {
  color: #2EA3F2;
  text-decoration: none;
}
.forgot-password a:hover {
color: #4EB8FF;
}

.error-message {
  color: #FF5733;
}




/* Center the form on small screens */
@media screen and (max-width: 500px) {
}

/* Center the form on small screens */
@media screen and (max-width: 500px) {
  .login-content {
      width: 100%;
      margin-left: 0;
  }
}


.login-create-user {
  position: absolute;
  top: 20px;
  right: 40px;
}

.login-create-user-mobile {
display:none!important;
    }

@media screen and (max-width: 500px) {
    .login-create-user {
display:none!important;
    }
    .login-create-user-mobile {
display:block!important;
    }
}

button.button-create-user{
    font-size: 15px;
  padding: 12px 18px;
    position:relative;
}

.login-create-user-mobile button.button-create-user {
  font-size: 15px;
  padding: 12px 18px;
  position: relative;
  width: 220px;
  top: -20px;
}



button[type="submit"],.button-create-user{
     background-color: #3082eb;
}


.valok {
    font-size: 20px;
    margin-top: 40px;
    background-color: #088035;
    padding: 16px;
    border-radius: 9px;
}