body {
    height: 100vh;
}

.login__title {
    margin: 10%;
    display: flex;
    justify-content: center;
}

.error__message {
    color: red;
    font-weight: bold;
}

.border-info {
    border-radius: 5px;
}

.button__wrapper {
    display: flex;
    justify-content: flex-end;
}

.appeal__button {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.col-md-5 {
    box-shadow: 1px 3px 10px 1px rgba(0, 0, 0, 0.5);
}

