@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    padding: 0;
    margin: 0;
}

body{
    width: 100%;
    background-color: rgb(241, 240, 240) !important;
    display: flex;
    justify-content: center;
}
.s-login {
    display: flex
;
    flex-direction: column;
    margin: 0 auto;
    width: 55%;
    min-height: 496.76px;
    height: fit-content;
    max-width: none;
    border: none;
    border-radius: 0px;
    align-items: start;
    background-color: white;
    box-sizing: border-box;
    padding: 40px 60px;
    gap: 30px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.section-content{
    display: flex;
    align-items: center;
    width: 70%;
}
.left-form-entrar{
    height: 100%;
    width: 45%;
   background-image: url(/static/assets/imagens/bg_login.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding: 40px 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.logo-login{
    padding: 0px;
    margin: 0px;
}

.textos-informativos{
    display: flex;
        flex-direction: column;
    align-items: start;
    gap: 20px;
}

.link-site{
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}
.logo-gt{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
}

.nome-plat{
    color: white;
    font-weight: bold;
    font-size: 23px;
}

.unifip-desc{
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.bloco-cima-esquerda{
    display: flex;
    align-items: center;
    gap: 15px;
}

.textos-informativos h2, .textos-informativos p{
    color: white;
}
.textos-informativos h2{
    font-size: 38px;
}
.textos-informativos p{
    font-size: 14px;
}

.box-img-site{
    background-color: rgba(244, 244, 244, 0.312);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border-radius: 50%;
}.box-img-site i{
    font-size: 20px;
    color: white;
}
.infos-site-inst p, .infos-site-inst h2{
    color: white;
}.infos-site-inst p{
    font-size: 14px;
}.infos-site-inst h2{
    font-weight: 600;
    font-size: 16px;
}

.button-form{
    max-width: none;
}

.inputs-login input {
    padding-left: 0px;
    font-size: 20px;
    display: flex
;
    max-width: none;
    margin: 0 auto;
    width: 100%;
    height: 53px;
    border-radius: 5px;
    border: 1.1px solid #00945F;
    -webkit-box-shadow: 0px 0px 21px -16px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 0px 0px 21px -16px rgba(0,0,0,0.61);
    box-shadow: 0px 0px 21px -16px rgba(0, 0, 0, 0.61);
}

.senha label {
    left: auto;
}

.text-bottom{
    font-size: 12px;
    color: #666666;
    text-align: center;
}

.login-title{
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}

.inputs-login input {
    box-sizing: border-box;
    padding-left: 15px;
}

.senha {
    display: flex
;
    flex-direction: column;
    align-items: start;
}

.senha label {
    left: auto;
    font-size: 16px;
    font-weight: 600;
    color: #494949;
}

.inputs-login input {
    box-sizing: border-box;
    padding-left: 15px;
    border: thin solid #dddddd;
    border-radius: 10px;
}

.cont-esqueci {
    align-self: end;}
.s-login button {
    width: 100%;
    font: inherit;
}
@media (max-width: 1400px){
    .section-content {
    display: flex
;
    align-items: center;
    width: 90%;
}
}

@media (max-width: 1200px){
.textos-informativos h2 {
    font-size: 27px;
}
}

@media (max-width: 1060px){
    .nome-plat {
    color: white;
    font-weight: bold;
    font-size: 16px;
}.bloco-cima-esquerda img{
    width: 40px;
}
}

@media (max-width: 860px){
.left-form-entrar{
    display: none;
}
.s-login {width: 80%;
border-radius: 15px;}
.login-title {
    align-self: center;
    color: #333333;
    font-size: 20px;
    font-weight: 700;
}
}

@media(max-width: 570px){
        .s-login {
        width: 95%;
        border-radius: 15px;
    }
}
@media(max-width: 420px){
    .s-login{
        padding: 40px 25px;
    }
}