.noxera-register-box {

    max-width: 450px;
    margin: 50px auto;
    padding: 35px;

    background: #ffffff;

    border-radius: 20px;

    box-shadow: 0 15px 40px rgba(0,0,0,0.08);

    font-family: Arial, sans-serif;

}



.noxera-register-box h1 {

    text-align: center;

    font-size: 32px;

    margin-bottom: 10px;

    color: #111827;

}



.noxera-register-box p {

    text-align: center;

    color: #6b7280;

    margin-bottom: 30px;

}



.noxera-register-box input {

    width: 100%;

    padding: 14px 16px;

    margin-bottom: 15px;

    border: 1px solid #e5e7eb;

    border-radius: 12px;

    font-size: 15px;

    box-sizing: border-box;

}



.noxera-register-box input:focus {

    outline: none;

    border-color: #005dfe;

}



.noxera-register-box label {

    display: flex;

    gap: 8px;

    align-items: center;

    font-size: 14px;

    color: #555;

    margin-bottom: 20px;

}



.noxera-register-box button {

    width: 100%;

    padding: 15px;

    border: none;

    border-radius: 12px;

    background: linear-gradient(
        135deg,
        #005dfe,
        #ae0afe
    );

    color: white;

    font-size: 16px;

    cursor: pointer;

}



.noxera-register-box button:hover {

    opacity: 0.9;

}
.noxera-success{
    background:#dcfce7;
    color:#166534;
    padding:15px;
    border-radius:10px;
    margin-bottom:20px;
}

.noxera-error{
    background:#fee2e2;
    color:#991b1b;
    padding:15px;
    border-radius:10px;
    margin-bottom:20px;
}