.container-master {
    background-image: url(../images/rand/back-login5.jpg);
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.card1 {
    background-color: white;
    width: 40%;
    height: 90%;
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.btn {
    width: 60%;
}

.formulario {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

.numcar {
    width: 92%;
    padding: 20px;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: rgb(240, 240, 240);
}

select {
    -webkit-appearance: button !important;
    -moz-appearance: button !important;
    appearance: button !important;
    cursor: pointer;
}


.volumes {
    width: 92%;
    padding: 20px;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: rgb(240, 240, 240);
}

.conferente {
    width: 92%;
    padding: 20px;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: rgb(240, 240, 240);
}

.botao {
    width: 92%;
    padding: 20px;
    border-radius: 15px;
    background-color: #471ce6;
    color: white;
    border: none;
}

.botao:hover {
    background-color: #2a1185;
    color: white;

}

.botao2 {
    width: 92%;
    padding: 20px;
    border-radius: 15px;
}

.fork {
    border: 2px solid white;
    position: absolute;
    top: 64px;
    padding: 10px;
    border-radius: 15px;
    font-size: 35px;
    font-weight: 700;
    color: #471ce6;
    outline: dotted;
}