html,
body {
    background-repeat: no-repeat;
    font-family: 'Numans', sans-serif;
    background: linear-gradient(to right, #dc3545 50%, #0d6efd 50%);
}

.container {
    height: 100%;
    align-content: center;
}

.remember {
    color: white;
}

.remember input {
    width: 20px;
    height: 20px;
    margin-left: 15px;
    margin-right: 5px;
}

.links {
    color: white;
}

.links a {
    margin-left: 4px;
}

.flashmsg {
    margin-top: 20px !important;
}