body {
    font-family: "Google Sans",arial,sans-serif;
    font-size: 12px;
    background-color: #141414;
    color: #FFF;
    margin: 0;
    overflow: hidden;
}
a {
    color: #FFF;
}

/* home */
img#polar {
  width: 100%
}
form#signout {
  position: absolute;
  right: 0;
}

/* login */
div#container {
    display: flex;
    flex-direction: column;
    width: 350px;
    height: 100vh;
    margin: 0 auto;
}
img#soplay {
    align-self: center;
    width: 120px;
    height: 71px;
    margin-top: 20px;
}
div#login_square {
    display: inherit;
    flex-direction: inherit;
    justify-content: space-around;
    text-align: center;
    background-color: black;
    margin-top: 25px;
    height: 260px;
    padding: 25px;
}
.align_right {
    text-align: right;
}
input[type=submit] {
    background-color: #1a73e8;
    border: #1a73e8;
    border-radius: 4px;
    color: #FFF;
    height: 32px;
    font-size: 14px;
    letter-spacing: 0.25px;
}
input[type=text] {
    background-color: #000;
    border-radius: 4px;
    height: 25px;
}
