html {
    min-height: 100vh;
    position: relative;
}

body {
    margin: 0;
    font-family: 'Muli', sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #f8fafc;
}

*,
:after,
:before {
    box-sizing: border-box
}

.clearfix:after,
.clearfix:before {
    content: '';
    display: table
}

.clearfix:after {
    clear: both;
    display: block
}

a {
    color: inherit;
    text-decoration: none
}


/*login*/

.image-container {
    background: #152436;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.image-container img {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-content {
    width: 100%;
    color: #6a6f8c;
    /* border-radius: 20px; */
    /* box-shadow: 0 10px 10px rgba(0, 0, 0, .4); */
    margin: 2em auto;
    display: flex;
}

.company__info {
    /* background-color: #111c4e; */
    /*border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
}


#validationCustomUsername,
#validationCustomPassword {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
}

@media screen and (max-width: 640px) {
    .main-content {
        width: 90%;
    }

    .company__info {
        display: none;
    }

    .company__info2 {
        display: none;
    }

    .login_form {
        border-top-left-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
}

@media screen and (min-width: 642px) and (max-width:800px) {
    .main-content {
        width: 70%;
    }
}

.row>h2 {
    color: #008080;
}



.login_form:before {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-bottom: 70px solid #eee;
    border-right: 70px solid transparent;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 8px 10px rgba(0, 0, 0, 0.3);
}

.login_form {
    /*border-top-right-radius:20px;
	border-bottom-right-radius:20px;*/
    position: relative;
    /* border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc; */
}

.login_form:after {
    content: "";
    position: absolute;
    top: 0%;
    right: 0%;
    width: 0px;
    height: 0px;
    border-top: 69px solid #212529;
    border-left: 69px solid transparent;
}

form {
    padding: 0 2em;
}

.form__input {
    width: 100%;
    border: 0px solid transparent;
    border-radius: 0;
    border-bottom: 1px solid #aaa;
    padding: 1em .5em .5em;
    /*padding-left: 2em;*/
    outline: none;
    margin: 1.5em auto;
    /*transition: all .5s ease;*/
}

.form__input:focus {
    border-bottom-color: #008080;
    box-shadow: 0 0 5px rgba(0, 80, 80, .4);
    border-radius: 4px;
}


/*login*/

* {
    box-sizing: border-box;
}

h1 {
    text-align: center;
}

/* Mark input boxes that gets an error on validation: */
.page-link {
    font-size: 14px;
    border: none;
    border-radius: 50px;
    padding: 8px 15px;

}

.dataTables_paginate .paginate_button {
    border-radius: 50px;
    /* Ajusta el padding según sea necesario */
    /* margin: 0 2px; */
    /* Ajusta el margen entre los botones */
    border: none;
    cursor: pointer;
    color: #fff;
    /* Color del texto */
    /* background-color: #007bff; */
    /* Color de fondo */
}

/* Estilo para el botón activo */
.dataTables_paginate .paginate_button.current {
    background-color: #aaaaaa;

    /* Cambia el color a tu preferencia */
}

/* Hide all steps by default: */

.tab {
    display: none;
}

button:hover {
    opacity: 0.8;
}

.headMit {
    background: #f8fafC !important;
    border-bottom: grey 1px solid;
}

.titulos {
    background: #00549f;
    color: white;
    font-size: 14px;
    text-align: center;
}

.icono-encerrado {
    display: ruby-text;
    border-radius: 50%;
    border: 4px solid #00549f;
    /* Color del borde */
    padding: 8px;
    /* Espacio entre el icono y el borde */
    background-color: #ffffff;
    /* Color de fondo */
    font-size: 24px;
}