/* Here you can add your CSS classes */

/*
bodyx {
  margin: 0;
  padding: 0;
  background-image: url('taust.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
  */


.login-form {
/*   background: url('login-bg.jpg') no-repeat center center; */
/* background-image: url('taust.jpg');   uus: 7D9AAA   vana:  07C6E8  */
 background: linear-gradient(135deg, #7D9AAA, #B0F0FF);

  background-size: cover;
 background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.error-label {
  color: red;
  font-weight: 600;
  font-size: 14px;
}

.status-label {
  color: blue;
  font-weight: 600;
  font-size: 14px;
}


.login-label {
/*  color: red;  */
  font-weight: 600;
  font-size: 14px;
}

/*
.login-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background: linear-gradient(135deg, #F54927, #E3D027);
}
    */

.login-box {
  background: white;
/*  background: linear-gradient(135deg, #F54927, #E3D027); */
  border: 4px solid yellow;
  padding: 2rem;
  border-radius: 15px;
 /*  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);  */
  width: 350px;
   font-size: 1.0rem;
  }


.login-title {
  text-align: center;
  margin-bottom: 1.5rem;
  font-weight: 600;
  font-size: 20px;
}





/*
.login-panel {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.85);
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  min-width: 300px;
  text-align: center;
}
    *//* Here you can add your CSS classes */