.login-wrapper {
    width: 100%;
    height: 100%;
    padding: 10rem 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.btn, .btn-primary {
    border-radius: 2px;
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
    margin: 0.5rem 0;
}

.login-wrapper img {
    margin-bottom: 5rem;

}

input, textarea {
    width: 100%;
    margin-bottom: 1rem;
    padding: 0.5rem;
}

input[type=checkbox] {
    width: fit-content;
}

a {
    text-decoration: none;
}

input[type=file]:after {
    content: "";
    display: block;
    border: 1px solid #ccc;
    margin: 1rem 0;
}

textarea {
    max-height: 7rem;
}

.download-button-group a {
    margin: 0.4rem 0;
}

span.card-text {
    display: block;
}

.card {
    margin-bottom: 1rem;
    padding: 0.5rem;
}

.hide {
    display: none;
}

.no-after-border:after {
    border: none !important;
}