.tm-login-form {
    max-width: 420px;
    margin: 60px auto;
    padding: 30px;
    background: #000;
    border: 1px solid #ff7a00;
    border-radius: 10px;
    text-align: center;
}

.tm-login-form h2 {
    color: #ff7a00;
    margin-bottom: 20px;
}

.tm-login-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 14px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 6px;
}

.tm-login-form input:focus {
    border-color: #ff7a00;
    outline: none;
}

.tm-login-form button {
    width: 100%;
    padding: 12px;
    background: #ff7a00;
    border: none;
    color: #000;
    font-weight: bold;
    cursor: pointer;
    border-radius: 6px;
}

.tm-login-form button:hover {
    background: #ff9b33;
}

.tm-links {
    margin-top: 15px;
}

.tm-links a {
    display: block;
    color: #ff7a00;
    text-decoration: none;
    font-size: 14px;
    margin-top: 6px;
}

.tm-login-error {
    background: #ff3b3b;
    color: #fff;
    padding: 12px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 6px;
    z-index: 9999;
}

.tm-login-logo {
    margin-bottom: 25px;
    text-align: center;
}

.tm-login-logo img {
    max-width: 160px;
    width: 100%;
    height: auto;
}

.tm-register-form {
    max-width: 420px;
    margin: 60px auto;
    padding: 30px;
    background: #000;
    border: 1px solid #ff7a00;
    border-radius: 10px;
    text-align: center;
}

.tm-register-form input {
    width: 100%;
    padding: 12px;
    margin-bottom: 12px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 6px;
}

.tm-register-form input:focus {
    border-color: #ff7a00;
    outline: none;
}

.tm-register-form button {
    width: 100%;
    padding: 12px;
    background: #ff7a00;
    border: none;
    color: #000;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
}

.tm-field {
    text-align: left;
    margin-bottom: 14px;
}

.tm-field label {
    display: block;
    font-size: 13px;
    color: #ff7a00;
    margin-bottom: 6px;
    font-weight: 600;
}

.tm-field label span {
    color: #ff3b3b;
}

.tm-field input {
    width: 100%;
    padding: 12px;
    background: #111;
    border: 1px solid #333;
    color: #fff;
    border-radius: 6px;
}

.tm-field input:focus {
    border-color: #ff7a00;
    outline: none;
}
