﻿/** {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}*/
.loginLogo {
    height: 10vh !important;
    width: 90vw !important;
    margin-left: 5vw !important;
    background-size: 100% !important;
    background-position: center !important;
    margin-bottom: 1.2rem !important;
    background: url("../images/logoIntro_StarTwo_CVAlimentos.png") no-repeat;
}
.loginPortalPrincipal {
    display: flex !important;
    flex-direction: row !important;
    justify-content: center !important;
    align-items: center !important;
    flex-wrap: wrap !important;
}
.informacao {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    align-content: center !important;
    height: 18rem !important;
    width: 90vw !important;
    margin-bottom: 1.2rem !important;
    border-radius: 10px !important;
    box-shadow: -3px 3px 3px 5px rgba(200, 200, 200, 0.77);    
}
.informacao h2{
    text-align: center !important;
}
    .informacao textarea {
        padding: 0.8rem !important;
        height: 20rem !important;
    }
.login {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 15rem !important;
    width: 85vw !important;
    margin-left: 5vw !important;
    margin-right: 5vw !important;
    margin-top: 1.2rem !important;
}
    .botaoLogin{
        padding: 5px !important;
        border-radius: 8px !important;
        margin-top: 0.8rem !important;
        background-color: blue;
    }
    .login input{
        border-radius: 8px !important;
    }
    .login .loginConteudo {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 10px !important;
        padding: 0.8rem !important;
        box-shadow: -3px 3px 3px 5px rgba(200, 200, 200, 0.77);
    }
.loginQRCode {
    display: flex !important;
    justify-content: space-around;
    align-items: center !important;
    margin: 0 auto;
    width: 90vw !important;
    margin-top:1.0rem !important;
}
.loginQRCodeTitulo {
    display: flex;
    flex-direction: column;    
}
.loginQRCodeTitulo h3 {
    text-align: start;
    color: #000;
    font-size: 1.4rem;
    font-weight:bold;
}
    .loginQRCode .loginQRCodeGoogle {
        display: flex;
        padding: 0.8rem !important;
        justify-content: space-between !important;
        flex-direction: column;
    }
    .loginQRCode .loginQRCodeApple {        
        display: flex;
        padding: 0.8rem !important;
        justify-content: space-between !important;
        flex-direction: column;
        align-content: center;                
    }
    .loginQRCode .loginQRCodeGoogle .loginQRCodeimgGoogle {        
        background-size: 100% !important;
        background-position: center !important;
        height:8.0rem !important;
        width:8.0rem !important
    }
    .loginQRCode .loginQRCodeApple .loginQRCodeimgApple {        
        background-size: 100% !important;
        background-position: center !important;
        height: 8.0rem !important;
        width: 8.0rem !important;
    }
.loginQRCodeimgAppleStore {    
    background-size: 100% !important;
    background-position: center !important;
    height: 8.0rem !important;
    width: 8.0rem !important;
}
.loginQRCodeimgGoogleStore {    
    background-size: 100% !important;
    background-position: center !important;
    height: 8.0rem !important;
    width: 8.0rem !important;
}

@media(min-width: 768px) {
    .loginLogo {
        height: 15vh !important;
        background-size: 50rem !important;
    }
    .informacao {
        height: 25rem !important;
        width: 40vw !important;
        margin-right: 0.3rem !important;
        margin-bottom: 0.5rem !important;
        border-radius: 10px !important;
        box-shadow: -3px 3px 3px 5px rgba(200, 200, 200, 0.77);
    }
       
    .login {
        height: 25rem !important;
        width: 40vw !important;
        margin-left: 0.3rem !important;
        margin-bottom: 1.2rem !important;
    }
        .login .loginConteudo {
            padding: 3.8rem !important;
        }
    .loginQRCode {
        justify-content: start;
        margin-top: 0.3rem !important;
    }
        .loginQRCode .loginQRCodeGoogle{
            margin-right: 12.5rem;
            margin-left: 3.2rem;
        }
    .loginQRCodeTitulo {        
        margin-left: 15.2rem;
    }
}