﻿@font-face {
    font-family: "Roboto";
    src: url("/Roboto-Medium.ttf");
}

@font-face {
    font-family: "Segoe UI";
    src: url("/Segoe UI.ttf");
}

body {
    font-family: "Roboto";
}

#container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#header {
    font-size: 26px;
    text-align: center;
}

@media (max-width: 768px) {
    #link-container {
        display: flex;
        justify-content: center;
    }
}

#link-container {
    padding-top: 40px;
}

    #link-container ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    #link-container a {
        display: flex;
        align-items: center;
        color: #49545C;
        margin-bottom: 10px;
        text-decoration: none;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    }

        #link-container a:hover {
            background-color: #EEEEEE;
        }

        #link-container a:active {
            box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
        }

#google .logo {
    width: 21px;
    content: url("/Google__G__Logo.svg");
}

.logo {
    padding: 12px;
}

.text {
    padding-right: 12px;
}

#google .text {
    font-size: 14px;
    color: #000000;
}

#microsoft .logo {
    content: url("/ms-symbollockup_mssymbol_19.svg");
}

#microsoft .text {
    font-family: 'Segoe UI';
    font-size: 15px;
    font-weight: 600;
    color: #5E5E5E;
}


#logout-container {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: baseline;
    gap: 20px;
}

.button {
    background: #5E5DF0;
    border-radius: 20px;
    box-shadow: #5E5DF0 0 10px 20px -10px;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 8px 18px;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    border: 0;
}

    .button:hover {
        background: #4c4bc9;
    }

    .button:active {
        box-shadow: #5E5DF0 0 5px 10px 0px;
    }

#message {
    font-size: 14px;
    color: #000000;
}

#installApp {
    margin: 100px;
    display: none;
}
