﻿@import url("https://fonts.googleapis.com/css2?family=Yanone+Kaffeesatz:wght@400;700");

.classroom-container {
    background-color: #00aeef;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    /* box-sizing: border-box; */
}

.header .logo img {
    max-height: 50px;
}

h1 {
    font-family: Yanone Kaffeesatz, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: #d91b5c;
    text-align: left;
}

.content {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    flex-grow: 1;
    background-image: url("../../assets/classroomcloud/netsupport/background.png");
    background-position: center bottom -70px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer {
    height: 70px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-inner {
    text-align: center;
}

h6 {
    font-size: 0.9rem;
    font-weight: normal;
    margin-bottom: 28px;
}

.header-center{
    text-align: center;
}