#wrapper {
    width: 100%;
    height: 100vh;
}

.form-container {
    background-color: #f5f5f5;
    border-radius: 15px;
    padding: 30px;
    width: 85%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin-left: auto;
    margin-right: 0;
}

.form-container h2 {
    color: #333;
    line-height: 1.3;
    margin-bottom: 25px;
    font-size: 1.7em;
}

.d-inline-block-edited.position-absolute.top-0 {
    width: 80%;
    margin: 0 10%;
}

.vgo-cc {
    width: 55%;
}

.go,
.cc,
.modelo {
    width: 20em;
}

.btn-success {
    background-color: #479c75;
    color: #ffffff;
}

.hide {
    display: none !important;
}

#form_cadastro input{
    border-radius: 8px;
    font-weight: 700;
    color: #333;
    border: 1px solid #ddd;
    padding: 12px 15px;
    background-color: #fff;
}

#form_cadastro input::placeholder{
    color: #999;
    font-weight: 700;
}

#form_cadastro input:focus{
    border-color: #8dda00;
    box-shadow: 0 0 0 0.2rem rgba(141, 218, 0, 0.25);
    outline: none;
}

#btn-cadastrar-form{
    font-size: 1.1em;
    font-weight: bold;
    border-radius: 8px;
    background-color: #8dda00 !important;
    border: none;
    color: black;
    padding: 12px 20px;
    width: 50%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#btn-cadastrar-form:hover{
    background-color: #7bc600 !important;
    transform: translateY(-1px);
    transition: all 0.2s ease;
}

h1{
    text-align: center !important;
    width: 19em;
    padding: 4em 2em;
    font-size: 2.5em !important;
}

.green {
    color: green !important;
}

u{
    cursor: pointer;
}

.form-container label {
    font-size: 0.9em;
    color: #666;
    line-height: 1.4;
    margin-bottom: 20px;
}

.form-container input[type="checkbox"] {
    margin-right: 8px;
    transform: scale(1.1);
}

@media (max-height: 920px) {
    .modelo {
        width: 20em;
    }
}

@media (max-height: 790px) {
    .modelo {
        width: 15em;
    }
}

@media (max-height: 670px) {
    h1 {
        padding: 2.5em 2em !important;
        font-size: 2.2em !important;
    }

    .modelo {
        width: 13em !important;
    }
}

@media (max-height: 550px) {
    h1 {
        font-size: 0.1em !important;
    }

    .modelo {
        width: 10em !important;
    }
}

@media (max-width: 1300px) {
    h1 {
        padding: 2em 2em !important;
        font-size: 2.4em !important;
    }
}

@media (max-width: 1919px) {
    .form-control {
        padding: 0.075rem 0.75rem;
    }

    .mb-3 {
        margin-bottom: 0.5rem !important;
    }
}

@media (max-width: 750px) {
    #wrapper {
        flex-direction: column;
        height: 100vh;
    }

    #le {
        height: 15%;
        width: 100% !important;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #f1f3f2;
        position: relative;
    }

    #ld {
        width: 100% !important;
        height: 85%;
        background-color: #f1f3f2;
        padding: 20px;
    }

    .vgo-cc {
        width: auto;
        height: 60px;
        max-width: 300px;
        position: static !important;
        display: block !important;
        object-fit: contain;
    }

    .modelo,
    h1 {
        display: none !important;
    }

    .form-container {
        width: 100%;
        margin: 0;
        padding: 25px;
    }

    .form-container h2 {
        font-size: 1.4em;
        margin-bottom: 20px;
    }

    #form_cadastro input {
        padding: 15px;
        font-size: 16px;
    }

    #btn-cadastrar-form {
        width: 100%;
        padding: 15px;
        font-size: 1.2em;
    }

    .form-container label {
        font-size: 0.95em;
    }

    .form-container input[type="checkbox"] {
        transform: scale(0.9);
        margin-right: 6px;
    }
}