body {
    background-image: url('/dist/img/escMidiaLogo.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 70vh;
}

.login-wrapper {
    max-width: 900px;
    margin: auto;
    display: flex;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
    background: white;
    border-radius: 10px;
    overflow: hidden;
    margin-top: 50px;
}

.login-form {
    flex: 1;
    padding: 40px;
}

.carousel-wrapper {
    flex: 1;
    position: relative;
}

.carousel-caption-custom {
    position: absolute;
    bottom: 5px;
    left: 2%;       /* aumenta a distância da borda esquerda */
    right: 2%;      /* aumenta a distância da borda direita */
    color: white;
    background: rgba(0, 0, 0, 0.5);
    padding: 15px 25px;
    border-radius: 8px;
    text-align: center;
    line-height: 1.2;
    font-size: 1.2rem;
    word-wrap: break-word;
}

.logo {
    max-width: 180px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.social-btn {
    width: 100%;
    margin-bottom: 10px;
}