.auth-creative {
    width: 100%;
    min-height: 0;
    flex: 1;
    background: #2F80ED;
}

.auth-form {
    padding: 20px;
    width: calc(100% - 40px);
    max-width: 450px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.auth-form .auth-logotype {
    display: flex;
    gap: 20px;
    align-items: center;
}
.auth-form .auth-logotype .auth-logotype-icon {
    width: 60px;
    height: 60px;
    border-radius: 24px;
    background: #EBF3FE;
}
.auth-form .auth-logotype .auth-logotype-details {
    display: flex;
    flex-direction: column;
}
.auth-form .auth-logotype .auth-logotype-details .auth-logotype-details-title {
    color: #181B1F;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.auth-form .auth-logotype .auth-logotype-details .auth-logotype-details-text {
    font-size: 14px;
    color: #9794C3;
    font-weight: 400;
}
.auth-form .auth-title {
    display: flex;
    flex-direction: column;
}
.auth-form .auth-title .auth-title-title {
    color: #181B1F;
    font-size: 32px;
    font-weight: 500;
}
.auth-form .auth-title .auth-title-text {
    font-size: 16px;
    font-weight: 400;
    color: #9794C3;
}
.auth-form .auth-form-group {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.auth-form form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}