﻿@import "PA2.0/fonts.css";

:root {
    --font-family: "Helvetica Neue";
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.background-img {
    position: absolute;
    left: 0;
    min-height: 100%;
    width: 100%;
    object-fit: cover;
}

.background-color {
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.welcome-text-container {
    position: absolute;
    top: 0;
    left: 4%;
    display: inline-block;
    width: 80%;
    padding-top: 25%;
    color: #FFFFFF;
}

.welcome-to-university {
    font-family: "Fjalla One", serif;
    font-size: 40px;
    line-height: 60px;
    margin: 0;
}

.block-divider {
    margin: 0;
    font-size: 1.5rem;
    line-height: 2.5rem;
    font-family: "Flow Block", serif;
}

.pa-description {
    margin: 0;
    padding-top: 5%;
    font-family: var(--font-family);
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
}

.mobile-page {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100%;
}

.university-logo-mobile-version {
    text-align: center;
    height: 12%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.login-button-mobile-version {
    margin-top: auto;
    border-radius: 10px;
    background-color: white;
    cursor: pointer;
    color: #0d6efd;
    border-color: transparent;
    font-weight: bold;
    font-size: 100%;
    padding-top: 2%;
    padding-bottom: 2%;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 10%;
}

.copyright-mobile-version {
    background-color: transparent;
    position: absolute;
    bottom: 5px;
    width: 100%;
    text-align: center;
    font-size: calc(7px + 1vw);
    color: #F8F9FA
}
