.container {
    max-width: 2440px !important;
    background-color: #f2f3f3;
}
.content {
    width: 80%;
    height: 100vh;
    margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}
.wrapper-background {
    width: 50%;
    /* height: 980vh; */

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.wrapper-background .group-title .title {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
}

.wrapper-background .group-title .sub-title {
    font-weight: 400;
    color: #03a6d4;
    text-align: center;
}

.content .wrapper-background .background-img-left {
    width: 100%;
    height: 60vh;
    background-image: url("/images/background-locacao.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.content .container-form {
    width: 50%;
}
.content form {
    width: 50%;
    margin: 0 auto;
    height: 80vh;
    margin-top: 3rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content form .btn {
    max-width: 100% !important;
}

.content form .wrapper-group-input {
    width: 100%;
    height: 36%;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.content form .wrapper-group-input.login .link-footer-form ~ .link-footer-form {
    text-align: right;
}

.content form .wrapper-group-input .group-input {
    max-width: 100%;
    width: 100%;
}

.content form .register.link-footer-form {
    margin-top: 1rem;
    text-align: right;
    display: block;
}

