/*Login*/

.redesign .content-wrap {
    display: flex !important;
    height: 100vh !important;
    width: 100% !important;
}

.redesign .left-side {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 3rem !important;
    margin: 2rem !important;
    border-radius: 6px !important;
    background-color: #fff !important;
}


.redesign .logo {
    display: flex;
    justify-content: center;
    width: 140px !important;
    margin-bottom: 30px !important;
}

.redesign .left-side h1 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #333;
}

.redesign .left-side p {
    color: #666;
    margin-bottom: 30px;
}

.right-side {
    flex: 1 !important;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 6px !important;
    margin: 2rem !important;
}

.redesign form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.redesign label {
    font-weight: 500;
    color: #333;
}

.redesign input[type="text"],
.redesign input[type="password"] {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: var(--default-border-radius) !important;
    font-size: 14px;
}

.redesign .checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}


.redesign .checkbox-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.redesign .links {
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
}

.redesign .recuperar-senha {
    margin: 3rem 0 3rem 0 !important;
}

.redesign .recuperar-senha a {
    color: #1976d2 !important;
    cursor: pointer;
}

.redesign .links a {
    color: #1976d2;
    text-decoration: none;
}

.redesign .links a:hover {
    text-decoration: underline;
}
