﻿@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: fixed;
    left: 0;
    width: 100%;
    min-height: 100%;
}

.welcome-text-container {
    position: absolute;
    padding-inline: 12.5%;
    display: inline-block;
    padding-top: 25%;
}

.welcome-to-university {
    font-family: "Fjalla One", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 45px;
    margin: 0;
}

.block-divider {
    margin: 0;
    padding-top: 26px;
    font-size: 24px;
    line-height: 60px;
    font-family: "Flow Block", serif;
    font-weight: 400;
}

.pa-description {
    margin: 0;
    padding-top: 26px;
    font-family: var(--font-family);
    line-height: 150%;
    font-size: 16px;
    font-weight: 400;
}

.mobile-login-page {
    display: flex;
    flex-direction: column;
    position: absolute;
    height: 100%;
    width: 100%;
}

.mobile-logo-container {
    text-align: center;
    align-items: center;
    display: flex;
    background-color: white;
}

.mobile-logo {
    width: auto;
    height: 5rem;
}

.mobile-welcome-to {
    font-size: 26px;
    line-height: 32.68px;
    font-family: "Fjalla One", serif;
    padding-top: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.mobile-welcome-description {
    margin: 0;
    font-family: var(--font-family);
    font-size: 16px;
    line-height: 150%;
    font-weight: 400;
}

.mobile-block-divider {
    margin: 0;
    font-size: 24px;
    line-height: 60px;
    font-family: "Flow Block", serif;
    font-weight: 400;
}

.mobile-btn-login-container {
    margin: 0;
    margin-top: auto;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 24px;
    background-color: #FFFFFF;
    border-radius: 15px 15px 0 0;
}