body {
    background-image: url("images/login-background.jpg");
    background-position: center top;
    background-size: cover;
    font-family: "Josefin Sans", serif;
    font-weight: 100;
    font-size: 20px;
    overflow: hidden;
}


.logoHN {
    display: block;
    position: absolute;
    background-image: url("images/hipaanotes-logo.png");
    background-position: center top;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100px;
    height: 150px;
    top: 100px;
    left: 100px;
}

.alert-msg {
    display: none;
    color: #E8661D;
    position: absolute;
    text-align: center;
    width: 400px;
}

.waitingTimeUnlock {
    display: flex;
    position: absolute;
    background-color: #FFF;
    flex-direction: column;
    justify-content: center; /* Centrează vertical */
    align-items: center; /* Centrează orizontal */
    min-height: 370px; /* Ocupă întreaga înălțime a ecranului */
    gap: 20px;
    text-align: center;
    border: solid 3px #E8661D;
    border-radius: 40px;
    top: -900px;
    margin-top: 170px;
}

.waitingTimeUnlock_ {
    display: flex;
    position: absolute;
    background-color: #FFF;
    color:  #E8661D;
    flex-direction: column;
    justify-content: center; /* Centrează vertical */
    align-items: center; /* Centrează orizontal */
    min-height: 370px; /* Ocupă întreaga înălțime a ecranului */
    gap: 20px;
    margin-left: -2px;
    text-align: center;
    border: solid 3px #E8661D;
    border-radius: 40px;
    width: 400px;
    top: -900;
    margin-top: 170px;
    z-index: 999;
    animation:
        slideWaitLock 60s,
        slideDownLock 1s;
}

@keyframes slideDownLock {
    0% {
        top: -600px;
    }

    100% {
        top: 0;
    }
}

@keyframes slideWaitLock {
    0% {
        top: 0;
    }

    95% {
        top: 0;
    }

    100% {
        top: -600px;
    }
}

.iconLoading img {
    width: 32px;
    height: 32px;
}

.iconLoading,
#iconLoading {
    display: block;
    position: relative;
    z-index: 999;
    width: 32px;
    animation: slow 3.5s;
    animation-iteration-count: infinite;
    padding: 3px 3px 0 3px;
    left: 50%;
    margin-left: -20px;
}

@-webkit-keyframes slow {
    0% {
        -webkit-transform: rotate(360deg);
    }
}

.basic-window-login {
    width: 400px;
    height: 370px;
    margin: 0 auto;
    margin-top: 100px;
}

.errorMsg {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrează vertical */
    align-items: center; /* Centrează orizontal */
    min-height: 370px; /* Ocupă întreaga înălțime a ecranului */
    gap: 20px;
    text-align: center;
    border: solid 3px #E8661D;
    border-radius: 40px;
    height: 370px;
    opacity: 0;
}

.errorMsg b {
    color: #E8661D;
    font-weight: 400;
}

.errorMsg span {
    display: flexbox;
}

.confirmMsg {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrează vertical */
    align-items: center; /* Centrează orizontal */
    min-height: 370px; /* Ocupă întreaga înălțime a ecranului */
    gap: 20px;
    position: absolute;
    text-align: center;
    width: 400px;
    height: 370px;
    margin: 0 auto;
    margin-top: 100px;
}

.forgotPassword-window {
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrează vertical */
    align-items: center; /* Centrează orizontal */
    min-height: 370px; /* Ocupă întreaga înălțime a ecranului */
    gap: 20px;
    width: 400px;
    height: 370px;
    margin: 0 auto;
    margin-top: 100px;
    opacity: 0;
}

.change-password-window {
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.95);
    width: 470px;
    height: 470px;
    left: 38%;
    /*margin-left: -243px;*/
    top: 212px;
    z-index: 99;
    font-size: 12px;
    color: #555;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.1);
}

.buton-basic-window {
    display: inline-block;
    position: relative;
    padding: 12px 17px 7px 17px;
    background-color: #ffdf05;
    color: #555;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s;
}

.buton-basic-window:hover {
    background-color: #e8661d;
    color: #fff;
    transition: all 0.5s;
}

.window-content-login-index {
    text-align: center;
    border: solid 3px #fff;
    border-radius: 40px;
    height: 370px;
}
.contentForgotPsw {
    text-align: center;
    border: solid 3px #4B89A4;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Centrează vertical */
    align-items: center; /* Centrează orizontal */
    min-height: 370px; /* Ocupă întreaga înălțime a ecranului */
    gap: 20px;
}

.window-title-login-index {
    display: block;
    position: relative;
    font-size: 28px;
    padding-bottom: 30px;
    height: 40px;
    text-align: center;
    width: 400px;
    text-transform: uppercase;
    color: #4B89A4;
    font-weight: normal;
}

.input-text-label {
    text-align: center;
    display: block;
    position: relative;
    margin-top: 35px;
    margin-bottom: 10px;
}

.input-text-label a {
    color: #e8661d;
    text-decoration: none;
}

.input-text-label a:hover {
    color: #555555;
    text-decoration: none;
}

.input-login-field {
    padding: 10px 7px;
    border: solid 1px #ccc;
    font-size: 14px;
    outline: none;
    width: 300px;
    position: relative;
}

/* login */



.frameOtpKey {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 40px;
    height: 300px;
}

        .message {
            font-size: 16px;
            color: #333;
            margin-bottom: 7px;
            line-height: 1.5;
        }
        
        .send-key-btn, .submit-key-btn {
    display: inline-block;
    position: relative;
    padding: 12px 17px 7px 17px;
    background-color: #ffdf05;
    color: #555;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    transition: all 0.5s;
        }
        
        .send-key-btn:hover, .submit-key-btn:hover {
    background-color: #e8661d;
    color: #fff;
    transition: all 0.5s;
        }
        
        .send-key-btn:active, .submit-key-btn:active {
    background-color: #4B89A4;
    color: #fff;
    transition: all 0.5s;
        }
        
        .key-input {
            width: 250px;
            padding: 12px;
            font-size: 16px;
            border: 1px solid #ddd;
            margin-bottom: 15px;
            text-align: center;
            letter-spacing: 2px;
            font-weight: normal;
        }
        
        .key-input:focus {
            outline: none;
            border-color: #4B89A4;
        }
        
        .key-input-section {
            margin-top: 60px;
            display: none;
        }
        
        .status-message {
            position: absolute;
            margin-top: 20px;
            padding: 10px;
            border-radius: 5px;
            display: none;
        }
        
        .status-message.success {
            color: #4B89A4;
        }
        
        .status-message.error {
            color: #e8661d;
        }
        
.status-message-login {
                color: #e8661d;
    font-size: 18px;
    font-weight: 300;
}


        .fade-in {
            animation: fadeIn 0.3s ease-in;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }