body {
    font-family:'Roboto', 'Helvetica', sans-serif;
    width: 100%;
    height: 100%;
    color: #202124;
    overflow: hidden;
    background: rgb(108 118 124 / 76%);;
}

#login-field {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    margin-bottom: 28px;
    margin-left: auto;
    margin-right: auto;
    min-height: 220px;
    min-width: 320px;
    max-width: 412px;
    width: 338px;
    height: auto;
    padding: 36px;
    /* box-shadow: 0 2px 3px rgba(0,0,0,0.55); */
    border: 1px solid #dadce0;
    border-radius: 5px;
}

#login-field-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.button {
    display:inline-block;
    padding:0.5em 2em;
    border:0.1em solid white;
    margin:1.5em 0.3em 0.3em 0;
    border-radius: 5px;
    box-sizing: border-box;
    text-decoration:none;
    background: #0083bc;
    color: white;
    font-weight:400;
    text-align:center;
    transition: all 0.2s;
    cursor:pointer
    
}

#email {
    display:inline-block;
    padding:0.5em 2em;
    border:0.1em solid black;
    border-radius: 5px;
    box-sizing: border-box;
    color: black;
    font-weight:400;
    text-align:center;
    width: 300px;
}

#password {
    display:inline-block;
    padding:0.5em 2em;
    border:0.1em solid black;
    border-radius: 5px;
    box-sizing: border-box;
    color: black;
    font-weight:400;
    text-align:center;
    width: 300px;
}

a.button:hover{
    background: #1b83b0cc;
};


h3 {
    text-align: center;
    padding: 0.2em 1em 0.5em 1em;
    font-weight: 500;
}

#hint {
    font-size: smaller;
    text-align: center;
}

#logo {
    margin: auto;
}

.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:4rem}.alert-dismissible .close{position:absolute;top:0;right:0;z-index:2;margin: 0.5rem;outline: none;color:inherit;cursor: pointer;}.alert-primary{color:#7a3634;background-color:#fbe1e0;border-color:#f9d5d4}.alert-primary hr{border-top-color:#f6bfbe}.alert-primary .alert-link{color:#562625}.alert-secondary{color:#585858;background-color:#eee;border-color:#e7e7e7}.alert-secondary hr{border-top-color:#dadada}.alert-secondary .alert-link{color:#3f3f3f}.alert-success{color:#125d28;background-color:#d3f0db;border-color:#c1e9cd}.alert-success hr{border-top-color:#aee2be}.alert-success .alert-link{color:#0a3216}.alert-info{color:#1b3550;background-color:#d6e0eb;border-color:#c6d4e2}.alert-info hr{border-top-color:#b5c7d9}.alert-info .alert-link{color:#0e1c2a}.alert-warning{color:#7f7813;background-color:#fdfad3;border-color:#fcf8c2}.alert-warning hr{border-top-color:#fbf5aa}.alert-warning .alert-link{color:#534e0c}.alert-danger{color:#7f3f00;background-color:#fde4cc;border-color:#fcdab8}.alert-danger hr{border-top-color:#fbcda0}.alert-danger .alert-link{color:#4c2600}.alert-light{color:#818182;background-color:#fefefe;border-color:#fdfdfe}.alert-light hr{border-top-color:#ececf6}.alert-light .alert-link{color:#686868}.alert-dark{color:#121212;background-color:#d3d3d3;border-color:#c1c1c1}.alert-dark hr{border-top-color:#b4b4b4}.alert-dark .alert-link{color:#000}
.close{float:right;font-size:1.5rem;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.5}.close:hover{color:#000;text-decoration:none}.close:not(:disabled):not(.disabled):focus,.close:not(:disabled):not(.disabled):hover{opacity:.75}button.close{padding:0;background-color:transparent;border:0}a.close.disabled{pointer-events:none}
.close{padding:1rem 1rem;margin:-1rem -1rem -1rem auto}
