body,
html {
    height: 100%;
    background: #ffe0b2 !important; /* naranja muy suave */
}

.user_card {
    /* height: 400px;
    width: 350px; */
    /* margin-top: auto;
    margin-bottom: auto; */
    background: #ffb74d; /* naranja suave */
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;

}

.brand_logo_container {
    position: absolute;
    height: 150px;
    width: 150px;
    top: -75px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
}

.brand_logo {
    position: relative;
    right: 17px;
    margin: auto;
    height: 150px;
    width: 150px;
    /* border-radius: 50%; */
    /* border: 2px solid white; */
}

.form_container {
    margin-top: 70px;
}

.login_btn {
    width: 100%;
    background: #ffa726 !important; /* naranja medio */
    color: rgb(0, 0, 0) !important;
}

.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}

.login_container {
    padding: 0 2rem;
}

.input-group-text {
    background: #ffa726 !important; /* naranja medio */
    color: rgb(0, 0, 0) !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}

.btn-naranja {
    background: #ffb74d !important;
    color: #000 !important;
    border: none !important;
}

.btn-naranja:focus,
.btn-naranja:active {
    background: #ffa726 !important;
    color: #000 !important;
    box-shadow: none !important;
    outline: none !important;
}

/* Si tienes algún botón con .btn-primary en el HTML, cámbialo por .btn-naranja */
