﻿.scire-login-background {
    width: 100%;
    height: 100%;
    background-color: #f2f2f2;
    background-image: url(../../../img/logo/sentnel-background-gray.svg);
    background-position: 100% 15%;
    background-repeat: no-repeat;
    background-size: 40%;
}

.scire-login-upper{
    position:absolute;
    width:100%;
    height: 18.74vh;
    background-color: white;
    border-bottom: solid 1px var(--BG2);    
}
.scire-login-logo {
    position: relative;
    left: calc(50% - 20vh);
    top: 4vh;
    width: 40vh;
    height: 10.74vh;
    background-image: url(../../../img/logo/sentnel-logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}

.scire-login {
    position: absolute;
    top: 22vh;
    left: calc(50% - 14.0625vw);
    width: 28.125vw;
    height: fit-content;
    border-radius: 7px;
    background-color: white;
    box-shadow: 0px 3px 11px rgba(25, 40, 63, 0.15);
    padding: 5.925vh 3.4375vw 6.574vh 3.4375vw;
}
    .scire-login form {
        margin: 3.24vh 0 3.4259vh 0;
        padding: 0;
        width: 100%;
    }

.scire-login-title {
    color: var(--DarkScire);
    font-size: 2.129vh;
}

.scire-error {
    position: relative;
    font-family: 'Helvetica Neue';
    font-size: 1.6vh;
    font-style: italic;
    vertical-align: baseline;
    height: fit-content;
    color: var(--RedMonitoring);
    margin-bottom: 10px;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill::first-line {
    font-family: 'Helvetica Neue';
    font-size: 1.52vh;
}

.error-icon {
    width: 1.647vh;
    height: 1.647vh;
    margin-right: 3px;
    margin-bottom: 2px;
    content: url('/img/_old/scire/icone-de-informacao.png');
}

.scire-login-legend {
    text-align: center;
    color: var(--DarkScire);
    font-weight: 300;
    font-size: 1.296vh;
}

.scire-login-button {
    position: relative;
    width: 21.25vw;
    height: 6.11vh;
    font-family: 'Helvetica Neue';
    font-size: 1.66vh;
    text-align: center;
    color: white;
    background-color: var(--DarkScire);
    border-radius: 7px;
    margin-top: 2.77vh;
}
    .scire-login-button:hover {
        background-color: var(--BlueScire1);
    }

.between-horizontal-lines {
    display: flex;
    flex-direction: row;
}

    .between-horizontal-lines:before, .between-horizontal-lines:after {
        content: "";
        flex: 1 1;
        border-bottom: 1px solid;
        margin: auto;
    }

    .between-horizontal-lines:before {
        margin-right: 10px
    }

    .between-horizontal-lines:after {
        margin-left: 10px
    }

.sso-microsoft {
    width: 100%;
    height: 6.11vh;
    text-align: center;
    padding: 1vh;
    border: 2px solid var(--BG1);
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5vh;
}

    .sso-microsoft:hover {
        background: var(--BG1);
    }

    .sso-microsoft img {
        height: -webkit-fill-available;
    }

    .sso-microsoft p {
        width: 100%;
        margin: 0;
        font-size: 1.66vh;
        color: rgb(110, 110, 105);
    }

a {
    color: rgb(110, 110, 105);
}

a:hover {
    color: var(--PulpleMedio1);
    text-decoration: none;
}
/* language and account*/

.dropdown-btn {
    display: none;
    float: left;
    position: absolute;
    z-index: 100;
    background-color: white;
    box-shadow: 0px 3px 11px rgba(25, 40, 63, 0.15);
    width: fit-content;
    height: fit-content;
    top: 3vh;
}
    .dropdown-btn ul {
        padding: 0.9259vh 0 !important;
        box-shadow: 0px 3px 11px rgba(25, 40, 63, 0.15);
        border-radius: 5px;
        margin: 0 !important;
        list-style-type: none;
    }
        .dropdown-btn ul li {
            display: flex;
            align-items: center;
            padding: 0 1.0416vw 0 0.78125vw;
            height: 2.96vh;
            line-height: 2.96vh;
            font-size: 1.52vh;
            color: var(--PurpleMedio1);
            box-sizing: border-box;
        }
            .dropdown-btn ul li a {
                width: 100%;
                height: 100%;
            }
                .dropdown-btn ul li a:focus,
                a:hover {
                    color: var(--PurpleMedio1);
                    text-decoration: none;
                }
            .dropdown-btn ul li:hover {
                background-color: var(--TGrey2);
                cursor: pointer;
            }

img.country-flags {
    width: 1.90vh;
    height: 1.90vh;
    margin-right: 7px;
}
    img.country-flags.br {
        content: url(images/language/flag-brasil.svg)
    }
    img.country-flags.en {
        content: url(images/language/flag-usa.svg)
    }
    img.country-flags.es {
        content: url(images/language/flag-espanha.svg)
    }


.lang-selected {
    display: none;
    float: right;
    width: 15px;
    height: 100%;
    background-image: url(images/language/check-language.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.avatarProfileSpace {
    border: 1px solid black;
    border-radius: 10vh;
    float: right;
    width: 8.87vh;
    height: 8.87vh;
   /* manter o padrao de cor e tamanho das iniciais */
    background-color: var(--BlueScire3);
    font-family: 'Montserrat';
    font-size: 3.8vh;
    position: relative;
    color: white;
    font-weight: bold;
    text-align: center;
    line-height: 8.87vh;
}

.avatarProfile {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;    
    background-color: white;
}

.scire-sentmail {
    text-align: center;
    font-size: 2vh;
    color: var(--DarkPurple2);
    padding: 3vh 0;
}

.info-newpassword {
    font-size: 1.7vh;
    color: var(--BlueScire3);
}

.confirm-password {
    position: relative;
    z-index: 1000;
}

/* mobile */
@media only screen and (max-width: 768px) {
    .scire-login-background {
        background-image: none;
    }

    .scire-login {
        left: 5vw;
        width: calc(100% - 10vw);
        padding: 4vh 3.4375vw;
    }

    .scire-login-title {
        font-size: 2.53vh;
    }

    .scire-login-legend {
        font-size: 1.52vh;
    }

    .scire-login-button {
        width: 100%;
    }

    .dropdown-language {
        width: 50%;
        height: 30px;
        line-height: 30px;
        font-size: 1.647vh;
    }
    
    .dropdown-btn {
        width: 50%;
    }
        .dropdown-btn ul li {
            height: 30px;
            line-height: 30px;
            font-size: 1.647vh;
        }

    form label:not(.s-control-label) {
        font-size: 1.8vh;
    }

    form .form-control{
        height:32px !important;
        font-size: 1.6vh;
    }
}