body {
    background-color: #eaeced;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

.login-card {
    margin: auto;
    background: white;
    padding: 32px;
    width: 370px;
    max-width: 90%;

    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.logo {
   margin-bottom: 40px;
}

.login-card p {
    font-size: 16px;
    text-align: center;
    margin: 7px 0;
}

.login-card button {
    cursor: pointer;
    width: 100%;
    border: none;
    color: white;
    height: 38px;
    margin-top: 20px;
    font-size: 18px;
    background-color: #6e5a4f;
    margin-top: 50px;
}

.text-center {
    text-align: center;
}