body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}

.brand-logo-container {
    position: absolute;
    height: 120px;
    width: 120px;
    top: -60px;
    border-radius: 50%;
    background: #FFFFFF;
    padding: 10px;
    text-align: center;
}

.brand-logo {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
}

.brand-content-img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    border: 10px solid #FFFFFF;
}

.brand-content-title {
    font-size: 24pt;
    font-weight: bold;
}

.brand-content-desc {
    font-size: 20pt;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #7832E2;
}

.homepage-content {
    padding-top: 170px;
}

.form-container {
    margin-top: 50px;
}

.input-group-text {
    background: #7832E2;
    color: #FFFFFF;
    border: 0;
    border-radius: 0.25rem 0 0 0.25rem;
}

.input-user:focus, .input-pass:focus {
    box-shadow: none;
    outline: 0px;
}

.login-btn {
    width: 100%;
    background: #7832E2;
    color: #FFFFFF;
}

.login-btn:focus {
    box-shadow: none;
    outline: 0px;
}

.login-container {
    padding: 0 2rem;
}

.navbar-brand, .nav-item {
    outline: none;
}

.setup-content {
    padding-top: 120px;
}

.setup-card, .user-card {
    margin-top: auto;
    margin-bottom: auto;
    background: #DDDDDD!important;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 5px;
}

.user-card {
    width: 350px;
    height: 320px;
}

.setup-card {
    width: 500px;
    height: 450px;
}