.login .logo {
    width: 252px;
    height: 100px;
    opacity: 1;
    object-fit: cover;
    transition: opacity 0.5s ease;
}

@media (max-width: 768px) {
    .login .container {
        position: relative !important;
            background-color: #000 !important;
    }
}

.login .container {
    position: relative;
    top: 150px;
    left: 0px;
    width: 493px;
    height: 77px;
}

.login .heading {
    width: 50%;
}

.login .accede-de-forma-wrapper {
    width: 493px;
    height: 38px;
}

.login .text-wrapper {
    height: 29px;
    font-family: var(--semantic-heading-2-font-family);
    font-weight: var(--semantic-heading-2-font-weight);
    color: #e6ecff;
    font-size: var(--semantic-heading-2-font-size);
    letter-spacing: var(--semantic-heading-2-letter-spacing);
    line-height: var(--semantic-heading-2-line-height);
    font-style: var(--semantic-heading-2-font-style);
}

.login .accede-de-forma {
    height: 38px;
    font-family: var(--inter-regular-font-family);
    font-weight: var(--inter-regular-font-weight);
    color: #5dd6ff;
    font-size: var(--inter-regular-font-size);
    letter-spacing: var(--inter-regular-letter-spacing);
    line-height: var(--inter-regular-line-height);
    font-style: var(--inter-regular-font-style);
}

.login .form {
    position: relative;
    top: 0px;
    left: 0px;
    padding: 40px;
    max-width: 460px;
    height: 520px;
    background-color: #ffffff14;
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid;
    border-color: #ffffff2e;
    box-shadow: 0px 0px 60px #5dd6ff26, 0px 0px 60px #7a5cff33, 0px 10px 30px #00000059;
}

.login .background-border {
    position: relative;
    top: 7px;
    left: 0;
    width: 167px;
    height: 33px;
    border-radius: 999px;
    border: 1px solid;
    border-color: #ffffff2e;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0.13) 0%,
            rgba(255, 255, 255, 0.03) 100%);
}
