body {
    justify-content: center;
    text-align: center;
    margin: 0;
    margin-top: 50px;
    padding: 0;
    background-image: url("../image/fotka.jpg");
    background-size: cover;
    transform: scale(0.9);

}

.login-box {
    text-align: center;
    font-family: 'Inter', sans-serif;
    background-color: #053630;
    width: 316px;
    margin: 100px auto;
    padding: 30px;
    border-radius: 10px;
    -webkit-box-shadow: 5px 6px 18px -9px rgba(0, 0, 0, 1);
    -moz-box-shadow: 5px 6px 18px -9px rgba(0, 0, 0, 1);
    box-shadow: 5px 6px 18px -9px rgba(0, 0, 0, 1);
}

.login-box h2 {
    margin-top: 0;
}

.login-box label {
    color: #EDEDED;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    display: block;
    margin-bottom: 5px;
}

.login-box input {
    font-family: 'Inter', sans-serif;
    color: #EDEDED;
    width: 100%;
    height: 30px;
    margin-bottom: 50px;
    border: none;
    border-bottom: 1px solid #969696;
    border-radius: 0;
    outline: none;
    background-color: rgba(255, 255, 255, 0);
}

.input {
    font-family: 'Inter', sans-serif;
    width: 300px;
    padding: 10px 20px;
    border-color: transparent;
    border-bottom: 1px solid #969696;
    font-size: 15px;
}

.login-box .show-password {
    font-family: 'Inter', sans-serif;
    color: #F8E7BD;
}

.login-box input[type="submit"] {
    font-family: 'Inter', sans-serif;
    background: rgba(217, 217, 217, 0.40);
    color: #F8E7BD;
    border: none;
    height: 60px;
    font-size: 18px;
    border-radius: 20px;
    cursor: pointer;
}

.reset_password {
    font-family: 'Inter', sans-serif;
    color: #F8E7BD;
    border: none;
    height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
    cursor: pointer;
    width: 40%;
}

#showPasswordIconClosed {
    display: none;
}
.error-message {
    background-color: #ff6b6b; /* Red background color */
    color: #fff; /* White text color */
    padding: 10px; /* Padding around the message */
    border-radius: 5px; /* Rounded corners */
    font-weight: bold; /* Bold text */
    font-size: 16px; /* Increased font size */
    margin-top: 15px; /* Spacing from the form */
}

.show-password {
    width: 100%;
}

.gg-eye {
    cursor: pointer;
    position: relative;
    margin-left: 290px;
    bottom: 75px;
    color: white;
}

.gg-eye-alt {
    cursor: pointer;
    position: relative;
    margin-left: 290px;
    bottom: 75px;
    color: white;
}

.reset-button {
    color: rgba(255, 255, 255, 0.40);
    cursor: pointer;
    background: transparent;
    border: none;
    font-size: 15px;
}
