/* ===== AUTH LAYOUT ===== */

body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/* ===== COMPONENTS ===== */

/* Full width button */

.btn-primary {
    width: 100%;
    margin-top: 10px;
}

/* Links */

.login-links-inline {
    margin-top: 15px;
    text-align: center;
    font-size: 14px;
    color: #777;
}

.login-links-inline a {
    color: #1976d2;
    text-decoration: none;
}

.login-links-inline a:hover {
    text-decoration: underline;
}