html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../sis_vet/content/images/OPSEG70.jpg");
    background-position: 100%; 
}


.conteudo {
    width: 30%;
    height: 40%;
    background-color: #f0f0f0;
    padding: 20px;
    border-radius: 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
}

@media only screen and (max-width: 768px) {
    .conteudo {
        width: 90%;
    }
}

@media only screen and (max-width: 576px) {
    .conteudo {
        width: 95%;
        padding: 10px;
    }
}

.button-color {
    background-color: #459a96 !important;
    color: #f0f0f0;
    border-color: #459a96 !important;

    .button-confirm:hover {
        background-color: #f0f0f0;
    }
}


.link-register {
    color: #459a96;
}

.box {
    display: flex;
    justify-content: center;
    width: 100%;
}

.box-container {
    display: flex;
    justify-content: center;
    width: 40%;
    height: 100%;
    box-shadow: 1px 4px 7px #00000026;
    margin-top: 200px;
    border-radius: 16px;
    background-color: white;
}


.title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
}

.button-actions {
    display: flex;
    flex-direction: column;
    gap: 20px
}

/* .div-form {
    width: 80%;
    height: 10%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin-top: 50px;
    margin-bottom: 50px;
} */

.two-div {
    display: flex;
    flex-direction: row;
}

.image-background {
    display: flex;
    margin-top: 200px;
    margin-left: 70px;
}

img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    box-shadow: 100px 40px 70px #00000026;
}

.button-confirm {
    background-color: #cdb28a;
    border-color: #cdb28a;
    font-weight: bold;
}

.button-confirm:hover {
    background-color: #ffffff;
    border-color: #cdb28a;
    color: #000000;
}

.button-outlined {
    border-color: #cdb28a;
    color: #000000;
}

.button-outlined:hover {
    background-color: #cdb28a;
    border-color: #cdb28a;
    color: #000000;
}

.button-outlined:active {
    background-color: #cdb28a;
    border-color: #cdb28a;
    color: #000000;
}

a {
    color: #cdb28a;
}