#login_form{
    margin-left: auto;
}
.login-aside{
	background: linear-gradient(147.04deg, #AE2985 0.74%, #209CD8 99.61%);
}
.login-illustration{
    background-image: url("/assets/media/svg/login-visual-4.svg");
    background-size: 580px;
}
.login-title {
    font-size: 5.5rem !important;
}

.text-hr{
    width: 100%;
    height: 20px;
    border-bottom: 1px solid #c9c9c9;
}

.text-hr span{
    position: relative;
    top: 10px;
    background: white;
    padding: 0 10px;
}