﻿body {
    margin: 0;
    height: 100vh;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #fafafa;
    font-family: "Inter", sans-serif;
}

header {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    height: 52px;
    background-color: #ffffff;
    padding: 24px 32px;
    max-height: 100px;
    box-shadow: 0px 6px 24px 0 rgb(0 0 0 / 0.05);
}


.page-container {
    display: flex;
    width: 100%;
    height: calc(100% - 180px);
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.login-container {
    width: 544px;
    height: 366px;
    background-color: white;
    border: 1px solid #E4E4E4;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 8px;
}

    .login-container .login-image {
        width: 128px;
        height: 128px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: center;
        justify-content: center;
    }

    .login-container .login-text {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: center;
    }

        .login-container .login-text h1 {
            font-size: 20px;
            margin: 0;
            padding: 0;
            font-weight: 400;
            color: #1F1F1F;
            line-heigt: 24px;
        }

        .login-container .login-text p {
            font-size: 16px;
            font-weight: 400;
            color: #5B5B5B;
            line-height: 24px;
            padding: 0;
            margin: 0;
        }

.btn-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}

    .btn-group button {
        height: 40px;
        width: calc(100% - 30px);
        background-color: transparent;
        border: 1px solid #F3767E;
        margin: 5px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        text-align: center;
    }

    .btn-group button {
        height: 40px;
        width: calc(100% - 30px);
        background-color: transparent;
        border: 1px solid white;
        margin: 5px;
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        text-align: center;
        border-radius: 8px;
    }

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

footer {
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    padding: 0;
    background-color: #ffffff;
    bottom: 0;
    position: fixed;
    width: 100%;
    align-items: center;
    text-align: center;
    border-top : 1px solid #e4e4e4;
}

.footer-container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 6px 32px;
}

.body-short-01 {
    font-family: "Inter", "Arial", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.16px;
}
