.progress {
    display: none !important;
}

.form-signin {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto !important;
    width: 45%;
    min-height: 100vh;
    max-width: unset !important;
}

.icon-adrian-logo,
.icon-adrian-logo-en {
    width: 10rem;
    height: 5rem;
    stroke-width: 1;
}

.card {
    width: 100%;
}

.card-body {
    display: flex;
    justify-content: center;
    padding: 0 !important;
    min-height: 400px;
}

main {
    width: 60% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

main article {
    width: 100%;
}

.change-language a {
    text-decoration: underline !important;
}

div.side-logo {
    width: 40% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #56368b;
    border-radius: .8rem 0 0 .8rem;
    padding: 60px;
}

.side-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    border-bottom: 1px solid red;
}

.not-right-radius,
.toggle-password,
.toggle-retype-password {
    /* border-radius: 0.25rem 0 0 0.25rem !important; */
    border-radius: 0 !important;
}

.input-group-text {
    border: none !important;
}

@media (max-width: 767px) {
    .form-signin {
        width: 97%;
    }
    .card-body {
        flex-direction: column;
        min-height: unset;
        /* padding: 10px !important; */
    }
    main {
        width: 100% !important;
    }
    div.side-logo {
        border-radius: .8rem .8rem 0 0;
        width: 100% !important;
        padding: 25px;
    }
    div.side-logo img {
        width: 50% !important;
    }
}