.ttvvb-form {
  max-width: 800px;
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
}
.ttvvb-form input[type="text"],
.ttvvb-form textarea,
.ttvvb-form select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 6px;
  border: 1px solid #ccc;
}
.ttvvb-form button {
  background: #ccc;
  color: #fff;
  padding: 15px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
	margin:3px;
}
.ttvvb-form button:hover {
  background: #ccc;
}
.ttvvb-upload-btn {
  margin-bottom: 10px;
  background: #a03466;
  padding: 10px 16px;
  color: white;
  border: none;
  border-radius: 8px;
}
.thumbnail-preview img {
  max-width: 200px;
  border-radius: 10px;
  margin-bottom: 15px;
}
.ttvvb-greeting {
  margin-bottom: 15px;
  font-size: 16px;
  background: #f6f8f9;
  padding: 10px 15px;
  border-left: 4px solid #0073aa;
  border-radius: 4px;
}
.ttvvb-back {
  display: inline-block;
  margin-top: 20px;
  color: #0073aa;
  background: #eef6fc;
  padding: 10px 15px;
  border-radius: 6px;
  text-decoration: none;
}
.ttvvb-back:hover {
  background: #d8ebf9;
}
.thumb {
    height: 75px;
    border: 1px solid #000;
    margin: 10px 5px 0 0;
}
/* Container for the form and image */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

/* Column for the form */
.login-form-column {
    width: 50%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

/* Column for the image */
.login-image-column {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-image-column img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px;
}

/* Styles for the login form */
.ttvvb-form {
    font-family: Arial, sans-serif;
    color: #333;
}

.ttvvb-form h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.ttvvb-form p {
    font-size: 14px;
    margin-bottom: 20px;
    color: #777;
}

.ttvvb-form label {
    font-size: 14px;
    margin-bottom: 5px;
    color: #555;
    display: block;
}

.ttvvb-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
}

.ttvvb-form input[type="checkbox"] {
    width: auto;
}

.ttvvb-form a {
    font-size: 12px;
    color: #007bff;
    text-decoration: none;
    display: block;
    margin-bottom: 20px;
}

.ttvvb-form .login-btn {
    width: 100%;
    padding: 10px;
    background-color: #ff5722;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
}

.ttvvb-form .login-btn:hover {
    background-color: #e64a19;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .login-container {
        flex-direction: column;
    }

    .login-form-column, .login-image-column {
        width: 100%;
    }
}
button#ttvvb-content-html, button#ttvvb-content-tmce {
    display: flex;
    align-items: center; 
    justify-content: center;
    padding: 20px 15px;
}
