:root {
    --color: #0112ff;
    --color1: #00098b;
}

.page-content {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(35deg, rgb(5 7 32), #0d2a70);
}

.auth-card {
    background-color: rgb(255, 255, 255, 0.1);
    box-shadow: 0 3px 16px rgb(0 0 0 / 0.4);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 10px 10%;
}

@media (max-width: 990px) {
    .auth-card {
        border-radius: 20px;
    }
}

.logo-area {
    padding: 20px 30%;
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.logo {
    width: 130px;
    height: 130px;
    object-fit: contain;
    border-radius: 100px;
    margin-bottom: 4px;
    border: 5px solid #ffffff;
    background-color: white;
}

.auth-title {
    text-align: center;
    color: white;
}

.bg {
    background-position: center center;
    background-size: cover;
    width: 45%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    box-shadow: 0 3px 12px rgb(0 0 0 / 0.2);
}

.service-btn {
    background-color: rgb(0, 0, 0, 0.2);
    width: 100%;
    color: white;
    height: 45px;
    box-shadow: none !important;
}

.service-btn:hover {
    color: var(--color);
    background-color: rgb(0, 0, 0, 0.3);
}

.service-icon {
    margin-right: 10px;
}

.separator {
    width: 60%;
    color: white;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}

.auth-input {
    background: rgb(0, 0, 0, 0.2);
    height: 45px;
    border: none !important;
    color: white;
    box-shadow: none !important;
}

.auth-input:focus {
    background: rgb(0, 0, 0, 0.3);
    color: var(--color);
}

.input-info-text {
    color: rgb(255, 255, 255, 0.8);
}

.auth-btn {
    background: #007bff;
    height: 45px;
    width: 100%;
    font-size: 18px;
    box-shadow: none !important;
}

.auth-btn:hover {
    background: #0056b1;
    color: var(--color);
}

.text {
    text-align: center;
    color: white;
}

.text-link {
    color: #5ce5e5;
}

.text-link:hover {
    color1: var(--color);
}

.btn-theme {
    background-color: white !important;
    color: black !important;
    box-shadow: none !important;
    position: absolute;
    top: 10px;
    left: 10px;
}

.t-redes {
    font-size: 30px;
    color: white
}

@media (max-width: 430px) {
    .auth-card {
        border-radius: 10px;
    }

    .logo-area {
        padding: 1px 27%;
        margin-top: 15px;
    }

    /* .btn-theme {
	  background-color: aquamarine;
	} */
    .caja-login {
        top: 10px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .caja-email {
        margin-top: 1rem !important;
    }

    .separador-2 {
        display: none;
    }

    .caja-redes {
        padding-top: 0rem !important;
    }
}

@media (min-width: 575px) {
    .logo {
        width: 130px;
        height: 130px;
        object-fit: contain;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .auth-card {
        border-radius: 10px;
    }

    .logo-area {
        padding: 1px 27%;
        margin-top: 15px;
    }

    /* .btn-theme {
	  background-color: aquamarine;
	} */
    .caja-login {
        top: 10px;
        height: 100%;
        display: flex;
        align-items: center;
    }

    .caja-email {
        margin-top: 1rem !important;
    }

    .separador-2 {
        display: none;
    }

    .caja-redes {
        padding-top: 0rem !important;
    }
}

@media (min-width: 720px) {
    .h1 {
        margin-top: 25vh;
    }

    .h1-title {
        margin-top: 10vh;
        font-size: 30px;
    }

    .h1-sge_delivery {
        margin-top: 0;
        width: 25%;
        height: 25%;
    }

    .close {
        margin-left: 10px;
    }

    .h1-bottom {
        margin-bottom: 5vh !important;
        font-size: 30px;
    }
}

@media (min-width: 1000px) {
    .auth-card {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .logo {
        width: 130px;
        height: 130px;
        object-fit: contain;
        display: flex;
        align-items: center;
        margin: 0 auto;
        margin-bottom: 3px;
    }

    .logo-area {
        padding: 1px 27%;
        margin-top: 15px;
    }

    .caja-email {
        margin-top: 1rem !important;
    }

    .separador-2 {
        display: none;
    }

    .caja-redes {
        padding-top: 0rem !important;
    }

    .bg {
        width: 45%;
    }
}

@media (min-width: 1335px) {
    .auth-card {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .logo {
        width: 130px;
        height: 130px;
        object-fit: contain;
        display: flex;
        align-items: center;
        margin: 0 auto;
    }

    .logo-area {
        padding: 1px 27%;
        margin-top: 15px;
    }

    .caja-email {
        margin-top: 1rem !important;
    }

    .separador-2 {
        display: none;
    }

    .caja-redes {
        padding-top: 0rem !important;
    }
}
