﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

body {
    /*  background: rgb(124,152,179);
    background: linear-gradient(90deg, rgba(124,152,179,1) 0%, rgba(114,186,209,1) 56%, rgba(101,204,185,1) 100%);*/

    background: rgb(146,179,224);
    background: linear-gradient(90deg, rgba(146,179,224,1) 0%, rgba(49,237,232,1) 35%, rgba(92,163,233,1) 100%);
}

form {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}


#container {
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 85%;
    border-radius: 12px;
    background-color: #fff;
    box-shadow: 4px 4px 27px -2px #07294e;
}

#principal {
    padding: 20px 50px 20px 50px;
   /* max-width: 470px;*/
    
    height: 100%;
}

#titulo {
    text-align: center;
    padding: 10px;
}

#informacao {
    height: 20px;
    width: 100%;
    padding-top: 7px;
    font-size: 14px;
}

#formulario {
    margin-top: 10px;
}

.input {
    border-bottom: 2px solid #7C98B3;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 6px 4px 4px 4px;
}

#txtLogin, #txtSenha, #txtEmail {
    border: none;
    outline: none;
    margin-left: 7px;
    font-size: 18px;
    width: 100%;
    height: 27px;
    background-color: transparent;
    color: #0E131F;
    padding-left: 5px;
    padding-top: 3px;
}


#icone-login, #icone-senha, #icone-email {
    height: 20px;
}

#lateral {
    padding: 20px;
    min-width: 300px;
    max-height: 100%;
    background-color: #083D77;
    border-radius: 0 12px 12px 0;
}


#opiniao {
    padding-top: 10px;
    width: 100%;
    margin: auto;
   
}

#opiniao p {
    width: 100%;
    color: white;
}

#divQr {
    width: 100%;
    display: flex;
    justify-content: center;
    height: 240px;
}

#qrcode {
  width: 90%;
  height: 90%;
}

#label-login, #label-senha {
    display: block;
    height: 5px;
}

#label-login, #label-senha {
    transition: font-size 0.3s;
}

#icone-login, #icone-senha, #icone-email {
    transition: transform 0.3s;
}

#txtLogin, #txtSenha, #txtEmail {
    transition: font-size 0.3s;
}

#imgSenha {
    cursor: pointer;
    height: 18px;
}

#botao {
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    display: inline-block;
    padding: 4% 20px;
    background-color: #083D77;
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(3, 43, 67, 0.2);
    transition: background-color 0.3s, box-shadow 0.3s;
}

#botao:hover {
    background-color: #07294e;
    box-shadow: 0 4px 6px rgba(3, 43, 67, 0.4);
    cursor: pointer;

    /*background-attachment: fixed;
    padding: 0;
    transition: background-color 0.3s, box-shadow 0.3s;
    */
}


#divEsqueceuSenha {
    text-align: center;
}

#esqueceuSenha {
    display: inline-block;
    text-decoration: none;
    color: #0E131F;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 15px;
}

    #esqueceuSenha:hover {
        color: #1371ab;
    }

.microsoft {
    border-radius: 4px;
}


#header-contato {
    padding: 12px 0 2px 0;
    font-size: 18px;
    color: #FFF;
}

.linkRedirect {
    text-decoration: none;
    display: inline-block;
    /*margin-top: 62px;*/
    /*margin-bottom: 7px;*/
    font-size: 14px;
    color: white;
}

.contatos {
    color: #FFF;
    font-size: 14px;
    margin-bottom: 7px;
}

#redes {
    margin-top: 15px;
    text-align: center;
}

#opiniao a {
    color: #FFF;
    text-decoration: none;
}


#idioma {
    /*    border: 2px solid #083D77;
    box-shadow: 0 2pxd 3pxev rgbapor(3, 43, 67, 0.1);
    box-shadow: 0 2pxfil 4pxipe rgbados(3, 43, 67, 0.2);
    transition: backgroundan-color 0.3sjos, box-shadow 0.3s;
    background: linear-gradient(90deg, rgba(so146,179,224,1usa) 0%, rgba(49,237,232,1) 35%, rgba(92,163,233,1) 100%);
    */
    margin-top: 25px;
}

label img {
    width: 25px;
    height: 25px;
}

.btn {
    padding: 1px 14px !important
}

.btn-outline-primary {
    --bs-btn-active-bg: rgba(92,163,233,1) !important;
}

.textoAlterarSenha {
    padding: 2px 0px;
    background-color: #083D77;
    color: #FFF;
}

.social-media {
    width: 25px;
    height: 25px;
    cursor: pointer;
    padding: 4px;
    margin: 0 7px;
}

.social-media:first-child {
   margin-left: 0px; 
}

.social-media img {
    width: 25px;
    height: 25px;
}

#txtLogin:-webkit-autofill, #txtSenha:-webkit-autofill, #txtEmail:-webkit-autofill {
    box-shadow: 0 0 0 50px #fff inset;
}


@media screen and (max-width: 800px) {
    #lateral {
        border-radius: 0 0px 12px 12px;
        width: 45%;
    }
    #container{
       justify-content: center;
       align-items: center;
       padding-bottom: 7px;
      
    }
    #contato {
        margin-top: 15%;
    }
}

@media screen and (max-width: 420px) {
    #principal {
        padding: 20px;
    }
}