@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: url(../../Images/login-topo/pitstop2024.png), #222744;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: top;
}

header {
    height: 320px;
    padding-top: 130px;
    box-sizing: border-box;
}

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;
}