.left-image {
    background-image: url(../../../img/contacts-page/banner1.png);
    z-index: -1;
    background-size: 55rem;
    background-repeat: no-repeat;
    background-position-y: -100px;
}

.right-block {
    background-image: url(../../../img/contacts-page/bg-rose.png);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position-x: right;
    background-position-y: bottom;
}

label.remember-me {
    cursor: pointer;
}

.captcha .invalid-feedback {
    display: block;
}

.arrow-right-svg{
    width: 20px;
    height: auto;
    margin-bottom: 5px;
}