.container-login {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../../app/images/builderBackgroundLogin.png);
    width: 100%;
    height: auto;
    min-height: 100%;
    background-size: cover;
    background-position: center;
}

.public-view {
    .form-field-title {
        font-size: 18px;
        padding-bottom: 5px;
        color: white;
    }

    .steps .step-title {
        color: white !important;
    }

    .tselect,
    .tpassword button,
    .select2-container--default .select2-selection--single,
    .tfield {
        border: 0px;
        background-color: #F4F6FF4F;
        color: white !important;
    }

    .form-control:focus,
    .tfield:focus {
        color: white !important;
    }

    .loader-text,
    .create-account-text,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .form-control {
        color: white;
    }

    .tpassword input {
        background-color: #F4F6FF4F;
        color: white;
        border: 0px;
        margin-right: 8px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .tpassword .form-control:focus,
    .tpassword .tfield:focus {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    
}

.logo-container {
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.logo-imagem-texto {
    width: 250px;
}

.login-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

a {
    color: #90FF7B;
}

a:hover {
    color: #6ec45d;
}

.form-field-container {
    margin-bottom: 15px;
}

input,
select {
    width: 100%;
}

.create-account-container {
    margin-top: 20px;
    text-align: center;
}

.forgot-password-link {
    text-align: right;
    display: block;
    margin-top: 5px;
}