body {
    display: flex;
    flex-direction: column;
}

.first-container {
    display: flex;
    margin: 0;
    flex: 1;
}

.second-row {
    display: flex;
    margin: 0;
    flex: 1;
}

.third-row {
    margin: 0;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.logo-container {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.logo-container img {
    width: 350px;
}

.text-container {
    font-size: 1.25em;
    display: flex;
    align-items: center;
}

.dgc-container {
    display: flex;
    width: 30%;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.dgc-container img {
    width: 100%;
    min-width: 200px;
}

.dgc-logo {
    display: flex;
    justify-content: center;
}

.signin-container {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.btn {
    background-color: var(--red);
    min-height: 36px;
}

.btn:hover {
    background-color: #b13545;
}
