@font-face {
    font-family: Aspekta-200;
    src: url('/font/Aspekta-200.ttf');
    font-weight: normal !important;
}

@font-face {
    font-family: Aspekta-400;
    src: url('/font/Aspekta-400.ttf');
    font-weight: normal !important;
}

@font-face {
    font-family: Aspekta-600;
    src: url('/font/Aspekta-600.ttf');
    font-weight: normal !important;
}

@font-face {
    font-family: Aspekta-750;
    src: url('/font/Aspekta-750.ttf');
    font-weight: normal !important;
}
b, h1, h2, h3, h4, h5, h6 {
    font-family: Aspekta-600, Arial, sans-serif;
    font-weight:normal;
}
body {
    font-family: Aspekta-400, Arial, sans-serif;
    background: linear-gradient(to bottom, #0066f9, #0046b8), url('/images/Group-1-2.png');
    background-size: cover;
    background-blend-mode: overlay;   
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.login-popup {
    background-color: #ffffff;
    width: 600px;
    padding: 80px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 0;
    margin:auto;
}

@media (max-width: 768px) {
    .login-popup {
        width: 300px;
        padding: 40px;
        background-color: #ffffff;
        box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    }
}

.login-popup h2 {
    font-family: Aspekta-600;
    font-weight: normal;
    color: #333;
}

.login-popup p {
    font-family: Aspekta-200;
    margin: 0;
    color: #555;
    font-size: 14px;
}

.login-popup a {
    color: #0066f9;
    text-decoration: none;
    font-weight: normal;
    font-family: Aspekta-600, Arial, sans-serif;
}

.form-group {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.form-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

    .form-row .form-group.selectitem-flag {
        flex-basis: 100px;
    }

    .form-row .form-group.selectitem-dni {
        flex-grow: 2;
    }

.custom-select {
    position: relative;
    display: inline-block;
    width: 100%;
}

.select-selected {
    background-color: #ffffff;
    border: 1px solid #ccc;
        padding: 13px 2px 8.5px 11.5px;
    cursor: pointer;
}

    .select-selected img {
        width: 30px;
        margin-right: 10px;
    }

.select-items {
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #ccc;
    z-index: 99;
    width: 100%;
    display: none;
}

.select-items div {
    padding: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-items div img {
    width: 30px;
    padding-left: 20px;
    margin-right: 10px;
}

.select-items div:hover {
    background-color: #f1f1f1;
}

.select-arrow {
    float: right;
    margin-top: -3px;
}

.form-group input {
    padding: 15px;
    border-radius: 0;
    border: 1px solid #ccc;
}

.login-btn {
    font-family: Aspekta-750;
    background-color: #0066f9;
    color: #ffffff;
    border: none;
    width: 100%;
    padding: 25px;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
}

.login-btn:hover {
    background-color: #F2F2F2;
    color: #000000;
}

.forgot-password {
    text-align: center;
    margin-top: 10px;
}

.social-login {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    gap: 10px;
}

.social-login a {
    width: 32%;
    text-align: center;
    padding: 15px;
    border-radius: 0;
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
}

.social-login .google {
    background-color: #ffffff;
    color: #000;
    border: 1px solid #ccc;
}

.social-login .twitter {
    background-color: #1da1f2;
}

.social-login .facebook {
    background-color: #3b5998;
}

.logo-sese {
    max-width: 100%;
    height: auto;
    width: 150px;
}

.privacy-container {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
}

.privacy-checkbox {
    width: 1em;
    height: 1em;
    margin-right: 10px;
    margin-bottom:32px;
}

.nomarginbotton{
    margin-bottom:0px;
}
@media only screen and (max-width: 600px) {
    .form-row.nomarginbotton.mobileBlock {
        display: block !important;
    }
    .form-row.nomarginbotton.mobileBlock .form-group.selectitem-flag.nomarginbotton {
        margin-bottom: 10px;
    }
}
@media only screen and (max-width: 768px) and (orientation: landscape) {
    .form-row.nomarginbotton.mobileBlock {
        display: block !important;
    }
    .form-row.nomarginbotton.mobileBlock .form-group.selectitem-flag.nomarginbotton {
        margin-bottom: 10px;
    }
}