@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap');

html,
body {
    height: 100%;
}

body {
    font-family: Poppins;
    background-image: url(../../Images/login-topo/logiscarga2024.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
    background-attachment: fixed;
}

header {
    width: 100%;
    height: 218px;
}

section#datas {
    margin-top: -30px;
}

h1 {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    line-height: 24px;
}

.form-label {
    font-size: 14px;
    color: #d8d8d8;
    font-weight: 500;
    line-height: 16.8px;
}

.form-signin {
    width: 100%;
    max-width: 330px;
    margin: auto;
}

    .form-signin .checkbox {
        font-weight: 400;
    }

.text-link {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
    font-weight: normal;
}

.icon {
    border: solid #fff 1px;
    border-radius: 50%;
    padding: 2px;
}
