/***************************
Add your custom styles below
****************************/
.btn-user-area {
    text-transform: none;
}

.labels {
    text-align: center;
}

.labels li {
    display: inline-block;
}

.labels img {
    height: 100px;
    margin: 15px;
}

.top-user-area {
    float: right;
}

@media (max-width: 990px) {
    .top-user-area {
        float: inherit;
        text-align: center;
    }
}

.input {
    margin-bottom: 20px;
}

.login-form button, .registration-form button {
    width: 100%;
}

.main-container > .container {
    margin-top: 20px;
    margin-bottom: 20px;
}

.modal-header {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.modal-header h5 {
    margin-bottom: 0px;
}

.modal-body {
    text-align: center;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.modal-content {
    color: black;
    background-color: white;
    padding: 20px !important;
    display: flex;
    flex-direction: column;
}


.modal-footer {
    text-align: center;
}

.login-form {
    width: 345px;
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 25px;
}

.card__title {
    margin-bottom: 0px !important;
}

.card__title h5 {
    height: 40px;
    margin-bottom: 0px;
}

.card__title h3 {
    font-size: 25px;
}

.course-test h4 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 14px;
}

.course-test .btn {
    margin: 25px;
}

.course-test .btn--secondary {
    color: #000;
}

.course-test .btn--secondary:hover {
    background-color: black;
}

.shop-item-detail {
    color: white;
    text-shadow: 0px 0px 5px #000000;
}

.shop-item-detail h3 {
    color: white;
}

.settings-container h3 {
    margin-top: 20px;
    margin-bottom: 15px;
}

.card-4 .card__body .card__title {
    height: 6.875em;
}

.registration-form {
    display: inline-block;
    width: 345px;
}