html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
}

.form-signin {
    width: 100%;
    max-width: 420px;
    padding: 15px;
    margin: auto;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
}
.form-signin .form-group.email {
    margin-bottom: -1px !important;
}
.form-signin .form-floating:focus-within {
    z-index: 2;
}

.form-signin #correo1{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin #correo2 {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/*@media (min-width: 768px) {
    .biopq {
        background-image: url('../img/bg.jpg');
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: cover;
    }
}

@media only screen and (max-width: 767px) {

    .biopq {
        background-image: url('../img/bg-mobile.jpg');
        background-position: bottom;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: contain;
    }
    
}*/

.biopq {
    background-color: #2b3189;
    background-image: url('../img/bg.jpg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

#cutom-modal-danger {
    border: none !important;
}