
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    background-image: url('/storage/copasst1.jpg')!important;
    background-size:contain; /* Ajusta el tamaño de la imagen para cubrir todo el fondo */
    background-position: center; /* Centra la imagen de fondo */
    background-repeat:repeat-x; /* Evita que la imagen se repita */
}
.user_card {
    height: auto;
    width: 350px;
    margin-top: auto;
    margin-bottom: auto;
    background: #2a506399;
    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: 16px;
}
.brand_logo_container {
    position: absolute;
    height: 170px;
    width: 170px;
    top: -75px;
    border-radius: 50%;
    background: #ffffff63;
    padding: 10px;
    text-align: center;
}
.brand_logo {
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: 2px solid white;
}
.form_container {
    margin-top: 100px;
}
.login_btn {
    width: 100%;
    background: #c0392b !important;
    color: white !important;
}
.login_btn:hover{
    background:#4652f5 !important;
    color: white !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.login_btn:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.login_container {
    padding: 0 2rem;
}
.input-group-text {
    background: #c0392b !important;
    color: white !important;
    border: 0 !important;
    border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
    box-shadow: none !important;
    outline: 0px !important;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #c0392b !important;
}

h1 {
    color: #fff;
}

span {
    color: #fff;
}
a {
    border: 1px solid #fff;
    padding: 2px;
    color: #fff;
    border-radius: 6px;
}

a:hover {
    background:#4652f5 !important;
    color: white !important;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

/* input::placeholder {
    
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
  } */

#login {
    width: 297px;
    padding: 20px;
}

.oldpass{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

@media (max-width: 768px) {
    body,
    html {
        margin: 0;
        padding: 0;
        height: 100%;
        background-image: url('/storage/copasst1.jpg')!important;
        background-size: cover; /* La imagen cubre toda la pantalla */
        background-position: center; /* Centra la imagen de fondo */
        background-repeat: no-repeat; /* Evita que la imagen se repita */
    }

    .form_container {
        margin-top: 20% !important;
    }

     .text-center{
        padding: 0% 0% 16% 0% !important;
    }
    .brand_logo_container {
        position: absolute;
        height: 170px;
        width: 170px;
        top: -112px !important;
        border-radius: 50%;
        background: #ffffff63;
        padding: 10px;
        text-align: center;
    }

}