input[type="email"]:focus {
    outline: none !important;
    background-color: transparent !important;
}

a {
    font-size: inherit !important;
}

.newlogin-form-input {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}

.newlogin-form-input-password {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 24px;
}

.input-error {
    color: var(--colors-red-600, #DC2626);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.wrapper-inner--not-logged {
    background-color: transparent;
    background-image: linear-gradient(170deg, #2074bb 44%, #179ea4 80%);
}

.auth-form-container {
    /* Use this transformation to avoid computing the top when the password input is removed. */
    box-sizing: content-box;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    width: 320px;
    margin: 0;
    padding: 32px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 25px 50px -12px #6f7eb140;
    display: block;
    /* Use this transformation to avoid computing the top when the password input is removed. */
    border-radius: 12px;
    border: 1px solid var(--colors-cool-grey-200, #E5E7EB);
    background: #FFF;
    box-shadow: 0px 25px 50px -12px rgba(111, 126, 177, 0.25);

}

.local-login-button {
    height: 50px;
    border-radius: 6px !important;
    background: linear-gradient(90deg, #0F5F93 0%, #29A3FC 100%);
    text-transform: none !important;
    color: var(--colors-other-white, #FFF);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.login-form-input {
    border-radius: 6px !important;
    border: 1px solid var(--colors-cool-grey-300, #D1D5DB);
    background: var(--colors-other-white, #FFF);
    color: var(--colors-cool-grey-800, #1F2937) !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex;
    height: 50px;
    padding: 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}



.login-form-input-password {
    margin-bottom: 0px !important;
}

.login-form-input-email {
    margin-bottom: 0px !important;
}

.login-header-container {
    color: #6b7280;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
    font-size: 18px;
    display: flex;
    padding: 16px 0px 36px 0px;

}

.login-header-container-password {
    color: #6b7280;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    margin-bottom: 25px;
    font-size: 18px;
    display: flex;
    padding: 16px 0px 0px 0px;
}

.logo-login-user {
    margin-bottom: 15px;
    width: 100px;
    height: 100px;
}

.logo-login-teads {
    width: 44;
    height: 96px;
    fill: none;
    box-sizing: border-box;
}

.nav-footer {
    display: flex;
    height: 28px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-top: 8px;
}

.login-forget-password-link {
    color: var(--colors-cool-grey-500, #6B7280);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.back-login {
    color: var(--colors-blue-500, #3B82F6);
    font-size: 14px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.error-input {
    border: 1px solid var(--colors-red-600, #DC2626);
}


.eye-icon {
    position: absolute;
    top: 43px;
    right: 15px;
    cursor: pointer;
    width: 24px;
    height: 24px;
    background-image: url(show.svg);
    background-size: cover;
}

.login-text {
    color: var(--colors-cool-grey-500, #6B7280) !important;
    /* Font/HEADING/H5 - Semibold - 18px */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.form-input-label {
    letter-spacing: normal;
    text-transform: none !important;
    display: flex;
    height: 20px;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    color: #6B7280;
    font-family: Source Sans Pro;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

}
