body,
html {
    background: #0f0f0f;
    color: #dae1e7;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0
}


main {
    display: table;
    height: 100%;
    margin-left: auto;
    margin-right: auto
    
}

#content {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.secret {
    color: #dae1e7;
    font-size: 13px;
    margin-top: 5px;
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
}
#noaccount {
    color: #dae1e7;
    font-size: 11px;
    margin-top: 2px;
    font-family: 'Montserrat', sans-serif;

}
.row {
    position: relative
}

.row input {
    color: #000;
    width: 300px;
    height: 45px;
    padding: 10px;
    margin-bottom: 0;
    border: 0;
    outline: 0;
    font-size: 1em;
    -webkit-appearance: none;
    border-radius: 0;
}

.row:first-of-type input {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.row:last-of-type input {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.row:not(:first-of-type) input {
    border-top: 1px solid #27496d;
}

.login-button {
    margin-top: 15px;
    margin-bottom: 5px;
    height: 50px;
    width: 250px;
    border-radius: 4px;
    border: 0;
    outline: 0;
    background: #f88cac;
    color: #000000;
    font-size: 1.2em;
    font-weight: 700;
    cursor: cell;
    font-family: 'Montserrat', sans-serif;
}
.login-button:hover {
filter: invert(100%);
}
#login {
    display: none;
}
/* */