.main {
    background-color: #907DAC;
    width: 500px;
    height: 500px;
    margin: auto;
    border-radius: 1em;
    box-shadow: 0px 11px 35px 2px rosybrown;
}

#title {
    text-align: center;
    font-weight: 100;
    text-shadow: 3px;
    font-weight: bold;
    font-size: 30px;
}

#gaba {
    width: 16px;
    margin-right: 5px;
}

#login {
    padding-top: 40px;
    font-weight: bold;
    font-size: 20px;
    color: BLACK;
    text-align: center;
    margin-bottom: 60px;
}

#username, #password{
    width: 76%;
    font-size: 15px;
    font-weight: 100;
    padding: 10px 20px;
    text-align: center;
    margin-left: 35px;
    border: none;
    border-radius: 20px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

#submit {
    cursor: pointer;
    padding: 10px 40px 10px 40px;
    border: 0;
    margin-left: 39%;
    font-size: 13px;
    box-shadow: 0px 0px 10px 1px gray;
    background-color: white;
    margin-top: 30px;
    border-radius: 5em;
}

input:focus::placeholder {
    color: transparent;
}

#login_error_msg, #logout_msg {
    font-size: 12px;
    font-weight: 100;
    text-align: center;
    color: red;
    margin-bottom: 30px;
}
