#kc-form-register-actions {
    display: flex;
    justify-content: right;
}

#kc-register-form {
    display: flex;
    gap: 50px;
    flex-direction: column;
    width: 65%;
}

#kc-register-form-section {
    width: 100%;
    height: fit-content;
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: white;
    gap:50px;
}

#kc-form-register-wrapper {
    display: flex;
    justify-content: center;
}

.kc-header-text-container {
    width: 100%;
    display: flex;
    justify-content: right;
}

.kc-header-text-link {
    display: flex;
    gap:10px;
    justify-content: center;
    align-items: center;
    color: white;
    cursor: pointer;
    text-decoration: none;
}

.kc-header-login-image {
    background: url("./img/login.svg") no-repeat center;
    background-size: cover;
    width: 20px;
    height: 20px;
}

@media only screen and (max-width: 1250px) {
    #kc-register-form {
        display: flex;
        gap: 50px;
        flex-direction: column;
        width: 85%;
    }
}