body{
    padding: 0;
    margin: 0; 
    font-family: 'Poppins', sans-serif;
}

.background{
    width: 100%; 
    height: 100%;
    background-image: url('../imagens/background.jpg');
    background-size: cover;
    background-position: center;
    backdrop-filter: blur(3px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.box{
    height: 500px;
    width: 550px;
    max-width: 80%;
    background-color: #f5f5f5;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
}
.logo-box{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.fsm-logo{
    width: 150px;
    height: 150px;
    background-image: url('../imagens/logo-fsm.png');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

form{
    margin: 0;
    padding: 0;
}

.form-login{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.campo{
    font-family: 'Poppins', sans-serif;
    width: 345px;
    height: 85px;
    background-color: #F5F5F5;
    border: 2px solid #070707;
    color: #070707;
    border-radius: 5px;
    font-size: 16px;
    margin: 0;
    text-indent: 10px;

}

.campo::placeholder{
    font-family: 'Poppins', sans-serif;
    color: #070707;
    font-size: 16px;
    margin: 0;
}
.campo-senha{
    margin-top: 20px;
}

.form-enviar{
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.acessar-botao{
    width: 240px;
    height: auto;
    font-family: 'Poppins', sans-serif;
    background-color: #070707;
    color: #F5F5F5;
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.fonte-icon{
    width: 50px;
    height: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 5px;
}

.fontes{
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fontes-grupo{
    width: 180px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wsclima{
    background-image: url('../imagens/ws-clima-icon.png');
}
.wundergrund{
    background-image: url('../imagens/wundergrund-icon.png');
}
.weatherlink{
    background-image: url('../imagens/weatherlink-icon.png');
}