
.login-form.register {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
}

.login-form.register label {
    margin-top: 2vh;
}

.login-form.register .header-container {
    margin-bottom: 2vh;
}

.login-form.register .no-acc-container {
    margin-bottom: 1vh;
}


@media screen and (min-width: 2000px) {

    .login-form.register {
        width: 70%;
        display: flex;
        flex-direction: column;
    }
    
}


@media screen and (max-width: 800px) {
    .login-form.register {
        width: 90%;
        display: flex;
        margin: auto;
    }

    .login-form.register .login-submit-container {
        font-size: 4vw;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 1vh;
    }

    .login-form-container.register {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-top: 10vh;
    }
    
}