body {
    background-size: cover;
}

#loading-parent {
    background-size: cover;
}

center .form-control-static {
    padding-bottom: 1px;
    margin-bottom: 0;
    text-align: left;
}

.checkbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0 3px 0 0;
    vertical-align: middle;
}

#stayLoggedId {
    display: inline;
    vertical-align: middle;
    cursor: pointer;
}

.glyphicon-user:before {
    content: "\e008";
}
.glyphicon-lock:before {
    content: "\e033";
}