.signin {
    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 100vh;

    padding: 1.5rem;
}

.signin form {
    width: 100%;
    max-width: 380px;
}

.signin-title {
    text-align: center;
    margin-bottom: 1.5rem;

    font-size: 2rem;
    font-weight: 600;
}

.signin-footer {
    margin-top: 2rem;

    text-align: center;

    font-size: .875rem;

    color: #6c757d;
}