﻿
#brief {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: 360px;
}

#k9image {
    position: absolute;
    top: 440px;
    /* left:20px; */
    background-image: url('./graphics/Meghan.png');
    background-repeat: no-repeat;
    width: 700px;
    height: 400px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
}

@font-face {
    font-family: "Seven Segment";
    src: url(/fonts/7Segment.ttf);
}

.loginArea {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    top: 130px;
    /* border: 1px solid black;  */
    width: 700px;
    height: 300px;
    z-index: 100;
}

.errorPanel {
    position: absolute;
    right: 0;
    transform: translateX(-50%) translateY(0);
    top: 130px;
    border: 1px solid black;
    width: 700px;
    height: 300px;
    z-index: 100;
    padding: 0;
}

.errorImage {
    position: absolute;
    height: 300px;
    top: -30px;
    right: 0;
}

.inputType {
    height: 40px;
    border-radius: 22px;
    padding-left: 20px;
    border: 0px;
    position: absolute;
}

    .inputType:hover {
        cursor: pointer;
        border: 1px solid black;
    }

.btnType {
    background-color: blue;
    color: white;
    width: 150px;
    height: 40px;
    border-radius: 22px;
    border: 0px;
    padding: 0px;
    position: absolute;
}

    .btnType:hover {
        cursor: pointer;
        border: 1px solid black;
    }
    .btnType:active {
        transform: scale(0.95);
    }

.btn:active {
    transform: scale(0.95);
}

.triangle {
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 100px solid transparent;
    border-bottom: 100px solid blue;
}

.sleepingDog {
    position: absolute;
    left: 130px;
    height: 300px;
    width: auto;
    top: -50px;
}

.textLink {
    color: cadetblue;
    left: 330px;
    position: absolute;
    text-decoration: underline;
}

    .textLink :hover {
        cursor: pointer;
    }

.loginFailure {
    width: 250px;
    color: gray;
    margin-left: 95px;
    border: none;
    background-color: transparent;
    height: 75px;
    text-align: justify;
    text-align-last: center;
    resize: none;
}

.displayTime {
    font-family: 'Seven Segment';
    position: absolute;
    top: 120px;
    font-size: 50px;
    left: 165px
}
