.container {
    width: 100%;
}

.content-body {
    justify-content: center;
    align-items: center;
}

#login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px;
    width: 330px;
    background-color: white;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
}

#login-header {
    color: #0dcaf0;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
}