﻿:root {
    --primary-color: #2571FF;
    --white: #fff;
    --font-family-special: "Ubuntu", sans-serif;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background-color: #fff;
    color: #172845;
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    height: 100%;
}

#api {
    display: flex;
    flex-direction: column-reverse;
}

#next {
    background-color: var(--primary-color) !important;
    color: var(--white);
    border-radius: 4px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid var(--primary-color);
    display: block;
    min-width: 108px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 32px;
    transition: all 0.3s;
}
#next:hover{
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
}

    #next:focus {
        outline: 0;
    }

#link-do-esqueci-minha-senha-no-login {
    font-size: 14px;
    color: var(--primary-color);
    text-decoration: none;
    font-weight: 700;
    margin-top: 32px;
    display: block;
}

#link-do-cadastre-se-aqui-no-login-container {
    font-size: 14px;
    text-align: center;
    margin-top: 24px;
}

#link-do-cadastre-se-aqui-no-login {
    color: var(--primary-color);
    font-weight: 700;
    text-decoration: none;
}

#localAccountForm > div.intro > h2 {
    font-family: var(--font-family-special);
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #000;
}

#api > div.claims-provider-list-buttons.social > div.intro > h2 {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-top: 24px;
}

#api > div.divider {
    width: 344px;
    height: 0px;
    left: 0px;
    top: 0px;
    border: 1px solid #E0E0E0;
    margin-top: 24px;
}

    #api > div.divider > h2 {
        display: none;
    }

.rememberMe {
    margin-top: 18px;
}

.options {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto;
}

#GoogleExchange {
    background-image: url("/images/login-social-google.svg");
    color: transparent;
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

#FacebookExchange {
    background-image: url("/images/login-social-facebook.svg");
    color: transparent;
    background-color: transparent;
    border: none;
    width: 48px;
    height: 48px;
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

    #FacebookExchange:focus,
    #GoogleExchange:focus {
        outline: 0;
    }

.vertical-center {
    min-height: 100%;
    display: flex;
    align-items: center;
}

.entry-item {
    position: relative;
    padding: 15px 0 0;
    margin-top: 10px;
}

    .entry-item .form-group-error svg {
        margin-right: 4px;
    }

    .entry-item .form-group-error {
        padding: 6px 0;
        display: flex;
        font-size: 12px;
        color: #da1e28;
        line-height: 14px;
        align-items: center;
    }

    .entry-item label {
        position: absolute;
        display: block;
        top: 5px;
        left: 10px;
        width: auto !important;
        font-size: 12px;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
        pointer-events: none;
        cursor: text;
        background: #fff;
        padding: 2px 4px;
        height: 16px;
    }

    .entry-item input {
        padding: 12px 10px 10px 15px !important;
        display: block;
        width: 100%;
        border: none;
        font-size: 14px;
        border: 1px solid #d1d1d1 !important;
        outline: none;
        color: #000;
        border-radius: 4px;
    }

        .entry-item input:invalid {
            outline: none;
            box-shadow: none;
        }

        .entry-item input:valid ~ label,
        .entry-item input:focus ~ label {
            top: 5px;
            font-size: 12px;
        }

        .entry-item input:focus ~ label {
            color: #131b30;
        }

#localAccountForm > div.entry > div:nth-child(2) > div.error.itemLevel,
#localAccountForm > div.entry > div:nth-child(1) > div {
    font-size: 12px;
    color: #E65366;
}

@media (max-width: 768px) {
    #link-do-esqueci-minha-senha-no-login {
        font-size: 12px;
    }
}

.btn--carregando {
    opacity: 0.5;
    cursor: not-allowed;
}

.login__titulo {
    color: #5AB0FF;
    font-family: Ubuntu;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 104%;
    letter-spacing: -1px;
    text-transform: uppercase;
    margin-bottom: 32px;
    max-width: 420px;
}

.login__descricao {
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 32px;
    max-width: 420px;
}

.login__link {
    color: #5AB0FF;
    font-family: Source Sans Pro;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    text-decoration-line: underline;
}

.login__empresa {
    border-radius: 32px;
}

@media (min-width: 768px) {
    .h-md-100 {
        height: 100% !important;
    }
}

.container {
    max-width: 1080px;
}

.login__marca {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 768px) {
    .login__marca {
        display: none;
    }
}