body {
    font-family: sans-serif;
    background: #fff;
    margin: 0;
    padding: 0;
}

.container {
    max-width: 400px;
    margin: 2rem auto;
    text-align: center;
    padding: 1rem;
}

.widecontainer {
    max-width: 600px;
    margin: 2rem auto;
    text-align: center;
    padding: 1rem;
}

.icon {
    width: 60px;
    margin-bottom: 1rem;
}

input[type="text"],
input[type="email"],
input[type="password"] {
    width: 100%;
    padding: 12px;
    margin: 6px 0;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

input.error {
    border: 1px solid red;
}

.password-container {
    position: relative;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 14px;
    cursor: pointer;
}

button,
.button,
.formButton{
    width: 100%;
    background-color: #0066ff;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    margin-top: 1rem;
    cursor: pointer;
}

.link {
    display: block;
    margin-top: 0.5rem;
    font-size: 0.9rem;
}

.footer-links {
    margin-top: 2rem;
}

.footer-links div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0.3rem;
}

.footer-links img {
    height: 30px;
    width: auto;
    margin-right: 0.5rem;
}

img.footer-links-et {
    height: 38px;
    width: auto;
    margin-right: 0.5rem;
}

img.footer-links-nts {
    height: 28px;
    width: auto;
    margin-right: 0.5rem;
}

.message {
    padding: 1rem;
    border-radius: 6px;
    margin-bottom: 1rem;
}

.message.green {
    background-color: #d4edda;
    color: #155724;
}

.message.yellow {
    background-color: #fff3cd;
    color: #856404;
}

.message.red {
    background-color: #f8d7da;
    color: #721c24;
}

.qr-container {
    text-align: center;
    margin: 20px 0;
}
        
.secret-key {
    font-family: monospace;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background-color: #f8f8f8;
    color: #000000;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 20px 0;
}

.step {
    margin-bottom: 15px;
}
