.auth-main {
    display: flex;
    justify-content: space-between;
    height: 100vh;
    align-items: center;
}

.left,
.right {
    width: 100%;
    height: 100%;
    padding: 50px;
}

.left {
    background-color: #194185;
}

.left .content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.left h1 {
    font-size: 72px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 0;
}

.logo-icon {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.right .heading {
    font-weight: 600;
    color: #101828;
    line-height: 1.1;
    text-align: center;
    margin-bottom: 12px;
}

.right .desc {
    font-size: 18px;
    font-weight: 400;
    color: #475467;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 32px;
}

.auth-form {
    max-width: 420px;
}

.auth-form form {
    margin-bottom: 30px;
}

.link-with-text {
    display: flex;
    align-items: center;
    column-gap: 4px;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #475467;
    line-height: 1.2;
    margin-bottom: 0;
    margin-top: 32px;
}

.link-with-text a {
    text-decoration: none;
    font-weight: 600;
    color: #175CD3;
}

.login-remember {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0;
}

.login-remember a {
    display: block;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 500;
    color: #175CD3;
    text-decoration: none;
}

.login-remember label {
    display: flex;
    align-items: center;
    column-gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #1D2939;
    margin: 0;
    user-select: none;
}

@media screen and (max-width: 1399.98px) and (min-width: 1200px) {}

@media screen and (max-width: 1199.98px) and (min-width: 992px) {}

@media screen and (max-width: 991.98px) and (min-width: 768px) {}

@media screen and (max-width: 991.98px) {}

@media screen and (max-width: 767.98px) {
    .auth-main .left {
        display: none;
    }
}

@media screen and (max-width: 575.98px) {}