* {
    font-family: "Monaco";
}

header i {
    cursor: alias;
    position: absolute;
    right: 75px;
}

#container {
    background: url(../assets/login_b.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    width: 100%;
}

form {
    display: flex;
    justify-content: center;
    padding-top: 20px;
}

.container {
    text-align: center;
    line-height: 60px;
}

header {
    border-bottom: 5px double black;
    margin: -10px;
    padding-left: 35px;
    padding-top: 0.25px;
    background-color: white;
    position: fixed;
    width: 100%;
}

button {
    background-color: black;
    color: white;
    cursor: pointer;
    height: 40px;
    width: 75px;
}

button:hover {
    box-shadow: 0 12px 16px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}

#restore {
    position: absolute;
    right: 0;
    bottom: 0;
    background-color: grey;
    height: auto;
    width: auto;
}

#top{
    padding-left: 60px;
    padding-top: 100px;
    font-size: larger;
    line-height: 40px;
    color: #488610;
    font-style: italic;
}

#bottom{
    text-align: center;
    padding-top: 20px;
    line-height: 50px;
}
