﻿.master {
    background-color: #eceff2;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.master__card {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    background-color: #fafafa;
    box-shadow: 2px 2px 16px 0px rgb(208, 212, 217);
    border-radius: 3px;
    min-width: 40rem;
}
.master__header {
    display: flex;
}
.master__header-logo {
    height: 5rem;
}
.master__content {
    display: flex;
    gap: 2rem;
}
.master__brand {
    display: flex;
    align-items: center;
    width: 40rem;
}