[class*="grs-"] .form-content > div a {
    color: white;
}

.grs-wrap-login-container {
    width: 100%;
    height: auto;
    min-height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
}

.grs-wrap-login-container .content-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.grs-wrap-login-container .content-info h1,
.grs-wrap-login-container .content-info h2 {
    font-size: 3rem;
    color: white;
    line-height: 1;
}

.grs-wrap-login-container .content-info h1 {
    font-weight: 600;
}

.grs-wrap-login-container .content-info h2 {
    font-weight: normal;
}

.grs-wrap-login-container .content-info h6 {
    display: block;
    font-size: 1.5rem;
    margin: 1rem 0;
    font-weight: 600;
    color: #fabd62;
}

.grs-wrap-login-container .content-info .content-call {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.grs-wrap-login-container .content-info .content-call a {
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 1.2rem;
    transition: all 0.2s;
}

.grs-wrap-login-container .content-info .content-call a:hover {
    color: var(--o-cc2-link);
    filter: saturate(80%);
}

.grs-wrap-login-container .content-info .content-call i {
    vertical-align: middle;
    margin-right: 0.5rem;
    font-size: 1.3rem;
    /* align-items: center; */
}

.grs-wrap-login-container .content-info .content-call a:first-child {
    padding-right: 2rem;
}

.grs-wrap-login-container .content-info .content-call a:first-child::after {
    content: "|";
    margin-left: 2rem;
    font-size: 2rem;
    vertical-align: middle;
    font-weight: lighter;
}

.grs-wrap-login-container .form-content.grs-create-account {
    width: 390px;
}

.grs-wrap-login-container .form-content.grs-create-account .grs-group-input {
    width: auto;
    display: flex;
    justify-content: center;
    align-items: baseline;
}

.grs-wrap-login-container .form-content.grs-create-account .grs-group-input :first-child {
    margin-right: 0.5rem;
}

.grs-wrap-login-container .form-content.grs-create-account .form-info {
    margin-top: 1.5rem;
}

.grs-wrap-login-container .form-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 320px;
    margin-right: 5rem;
}

.grs-wrap-login-container .form-content .logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.grs-wrap-login-container .form-content .logo img {
    width: 160px;
    max-width: 100%;
}

.grs-wrap-login-container .form-content input {
    outline: none;
    font-size: 0.9rem;
    border: 1px solid #ccc;
    transition: all 0.3s;
    background: #f0f0f0;
}

.grs-wrap-login-container .form-content input:focus {
    border: 1px solid var(--o-cc1-link);
    background: white;
}

.grs-wrap-login-container .form-content input:not(:first-child) {
    margin-top: 1rem;
}

.grs-wrap-login-container .form-content input,
.grs-wrap-login-container .form-content button[type="submit"] {
    border-radius: 10px;
    padding: 0.7rem;
    width: 100%;
    font-size: 1rem;
}

.grs-wrap-login-container .form-content button[type="submit"] {
    border: none;
    background-color: var(--o-cc1-btn-primary);
    width: 100%;
    margin-top: 1rem;
    color: white;
    margin-top: 1.4rem;
    transition: all 0.2s;
    cursor: pointer;
}

.grs-wrap-login-container .form-content button[type="submit"]:hover {
    background-color: var(--o-cc1-link);
}

.grs-wrap-login-container .form-content button[type="submit"]:active {
    background-color: var(--o-cc2-link);
}

.grs-wrap-login-container .form-content .form-link {
    color: white;
    text-decoration: none;
    margin-top: 1rem;
    transition: all 0.2s;
}

.grs-wrap-login-container .form-content .form-link:hover {
    color: var(--o-cc2-link);
    filter: saturate(80%);
}

.grs-wrap-login-container .form-info {
    color: white;
}

.grs-wrap-login-container .form-info a {
    color: var(--o-cc1-btn-primary);
    text-decoration: underline;
}

/* Footer */
.grs-wrap-login-container .footer-wrap {
    width: 100%;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.9rem;
}

.grs-wrap-login-container .footer-wrap a {
    color: white;
}

.grs-wrap-login-container .footer-wrap > span {
    margin: 0 1rem;
    color: white;
}

.grs-wrap-login-container .footer-wrap div:first-child a {
    text-decoration: none;
}

.grs-wrap-login-container .footer-wrap div:first-child {
    padding-right: 0.7rem;
}

.grs-wrap-login-container .footer-wrap div:first-child::after {
    content: "|";
    margin-left: 0.7rem;
    font-size: 1.5rem;
    vertical-align: middle;
    font-weight: lighter;
}

@media only screen and (max-width: 1024px) {
    .grs-wrap-login-container .form-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: auto;
        margin-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .grs-wrap-login-container.grs-create-container {
        padding-top: 2rem;
    }

    .grs-wrap-login-container.grs-create-container .footer-wrap {
        flex-direction: column;
        text-align: center;
        margin-top: auto;
        padding-bottom: 1rem;
        padding-top: 2rem;
        position: relative;
        bottom: 0;
        font-size: 0.7rem;
    }

    .grs-wrap-login-container.grs-create-container .content-info h1,
    .grs-wrap-login-container.grs-create-container .content-info h2 {
        font-size: 5vw;
    }

    .grs-wrap-login-container.grs-create-container .content-info h6 {
        font-size: 3vw;
    }

    .grs-wrap-login-container .footer-wrap {
        position: relative;
        bottom: 1rem;
        margin-top: auto;
    }

    .grs-wrap-login-container.grs-create-container .footer-wrap div:first-child::after {
        content: "";
        margin-left: 0;
    }

    .grs-wrap-login-container {
        flex-direction: column;
        justify-content: flex-start;
        padding: 10rem 2rem 0 2rem;
    }

    .grs-wrap-login-container .form-content {
        width: 380px;
        margin-top: 2rem;
    }

    .grs-wrap-login-container .form-content.grs-create-account .grs-group-input {
        width: 100%;
        flex-direction: column;
    }

    .grs-wrap-login-container .form-content.grs-create-account .grs-group-input input {
        width: 100%;
    }

    .grs-wrap-login-container .form-content.grs-create-account .grs-group-input input:not(:first-child) {
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 768px) {
    .grs-wrap-login-container {
        padding: 8rem 1rem 0 1rem;
    }

    .grs-wrap-login-container .form-content {
        width: 480px;
        margin-top: 0.2rem;
    }

    .grs-wrap-login-container .content-info .content-call a:first-child {
        padding-right: 1rem;
    }

    .grs-wrap-login-container .content-info .content-call a:first-child::after {
        content: "|";
        margin-left: 1rem;
        font-size: 1.5rem;
        font-weight: lighter;
    }

    .grs-wrap-login-container .content-info {
        text-align: center;
    }

    .grs-wrap-login-container .form-content .logo img {
        width: 120px;
    }

    .grs-wrap-login-container .content-info h1,
    .grs-wrap-login-container .content-info h2 {
        font-size: 8vw;
    }

    .grs-wrap-login-container .content-info h6 {
        font-size: 5vw;
    }

    .grs-wrap-login-container .content-info .content-call a {
        font-size: 0.8rem;
    }

    .grs-wrap-login-container .footer-wrap {
        flex-direction: column;
        text-align: center;
        margin-top: auto;
        padding-bottom: 1rem;
        position: relative;
        bottom: 0;
        font-size: 0.9rem;
    }

    .grs-wrap-login-container .footer-wrap div:first-child {
        padding-right: 0;
    }

    .grs-wrap-login-container .footer-wrap div:first-child::after {
        content: "";
        margin-left: 0;
        font-size: 1.5rem;
    }
}

@media only screen and (max-width: 576px) {
    .grs-wrap-login-container {
        padding: 4rem 2rem 0 2rem;
    }

    .grs-wrap-login-container .form-content {
        width: 100%;
        margin-top: 0;
    }
}

@media only screen and (max-width: 420px) {
    .grs-wrap-login-container {
        padding: 4rem 1rem 0 1rem;
    }

    .grs-wrap-login-container .form-content.grs-create-account {
        width: auto;
    }

    .grs-wrap-login-container .footer-wrap {
        font-size: 0.8rem;
    }

}

@media only screen and (max-width: 375px) {
    .grs-wrap-login-container {
        padding: 2rem 1rem 0 1rem;
    }

    .grs-wrap-login-container .content-info .content-call {
        flex-direction: column;
    }

    .grs-wrap-login-container .content-info .content-call a:first-child {
        padding-right: 0;
    }

    .grs-wrap-login-container .content-info .content-call a:first-child::after {
        content: "";
        margin-left: 0;
    }
}
