body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    /* font-family: "Fira Sans", "Helvetica Neue", Arial, sans-serif; */
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.5;
    color: #323335;
    background-color: #F6FAFF;
}

*, *::before, *::after {
    box-sizing: inherit;
}

.login-header {
    height: 45px;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: #fff;
    box-shadow: 0 1px 4px 0px rgb(0 0 0 / 16%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid #1caf9a;
}
