body {
    font-family: Encode Sans !important;
    font-style: normal;
}

.green-background {
    background: url("../img/login/new/green_login_bg.jpg");
    color: #E3E6D5;
}

.white-background {
    background: #FDFFFA;
    color: #6C6D6A;
}

.container {
    display:flex;
}

.green-logo {
    filter: invert(34%) sepia(97%) saturate(5152%) hue-rotate(62deg) brightness(97%) contrast(92%);
}

button, input[type="submit"], input[type="reset"] {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
    position: static;
    width: 360px;
    height: 376px;
    left: 48px;
    top: 124.5px;
    background-blend-mode: multiply;
    box-shadow: 0px 28px 18px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 280px;
    height: 60px;
    left: 0px;
    top: 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin-top: 24px;
}

.mezo {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 8px;
    position: static;
    width: 360px;
    height: 40px;
    left: 0px;
    top: 20px;
    background: #FFFFFF;
    border: 1px solid #D8D9D2;
    box-sizing: border-box;
    border-radius: 4px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 0px;
}

.label {
    position: static;
    width: 87px;
    height: 16px;
    left: 0px;
    top: 0px;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.forgot-password-label {
    position: static;
    height: 16px;
    left: 0px;
    top: 0px;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.login-label {
    position: static;
    width: 280px;
    height: 32px;
    left: 40px;
    top: 40px;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 32px 0px;
}

.error-message {
    position: static;
    width: 280px;
    height: 32px;
    left: 40px;
    top: 40px;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    color: red;
}

.request_password {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 8px 0px 0px;
    position: static;
    width: 280px;
    height: 24px;
    left: 0px;
    top: 60px;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.request_password_label {
    position: static;
    height: 16px;
    left: 0px;
    top: 8px;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.4px;
    color: #6DA026;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
    text-decoration: none;
}

.login_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px 32px;
    position: static;
    width: 118px;
    height: 40px;
    left: 162px;
    top: 192px;
    background: #6DA026;
    border-radius: 4px;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 24px 0px;
}

.login_button_label:hover,
.login_button_label:active,
.login_button_label:focus,
.login_button_label:visited,
.login_button_label:target,
.login_button_label:focus-visible,
.login_button_label:focus-within {
    background: none;
    text-shadow: none;
    color: #FFF;
}

.login_button_label {
    position: static;
    width: 118px;
    height: 40px;
    left: 32px;
    top: 10px;
    font-family: Encode Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 10px;
    background: none;
    text-shadow: none;
    border-radius: 4px;
}

.left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 48px;
    position: static;
    width: 674.5px;
    height: 625px;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px 0px;
}

.forgot-left-side {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 48px;
    position: static;
    width: 674.5px;
    height: 625px;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px 0px;
}

.logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 264px;
    height: 88px;
    left: 362.5px;
    top: 268.5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 24px 0px;
}

.forgot-logo-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 288px;
    height: 228px;
    left: 338.5px;
    top: 198.5px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 24px 0px;
}

.label-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 14px 0px 0px;
    position: static;
    width: 264px;
    height: 40px;
    left: 0px;
    top: 48px;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0px 0px;
}

.title-label {
    position: static;
    width: 283px;
    height: 32px;
    left: 0px;
    top: 14px;
    font-family: 'Encode Sans' !important;
    font-style: normal;
    font-weight: 100;
    font-size: 24px;
    line-height: 32px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 175.54px;
    height: 48px;
    left: 0px;
    top: 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.form-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 48px;
    position: static;
    width: 674.5px;
    height: 625px;
    left: 674.5px;
    top: 0px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px 0px;
}

.containerLogin {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0px;
    position: static;
    width: 1349px;
    height: 625px;
    left: 0px;
    top: 0px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 175.54px;
    height: 48px;
    left: 0px;
    top: 0px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.logo-image {
    position: static;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.elfelejtette-jelszavat-kerdes-label {
    position: static;
    width: 288px;
    height: 20px;
    left: 0px;
    top: 0px;
    font-family: Encode Sans !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.15px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

.forgot-password-content {
    position: static;
    width: 288px;
    height: 100px;
    left: 0px;
    top: 28px;
    font-family: Encode Sans !important;
    font-style: normal;
    font-weight: 200;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0.5px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

.forgot-form {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 40px;
    position: static;
    width: 360px;
    height: 225px;
    left: 48px;
    top: 210.5px;
    background-blend-mode: multiply;
    box-shadow: 0px 28px 18px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(10px);
    border-radius: 4px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0px 0px;
}

.forgot-left-side-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    position: static;
    width: 288px;
    height: 128px;
    left: 0px;
    top: 100px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 16px 0px;
}

.forgot-password-question-label span {
    position: static;
    width: 288px;
    height: 20px;
    left: 0px;
    top: 0px;
    font-family: Encode Sans !important;
    font-style: normal;
    font-weight: 600;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0.15px;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 8px 0px;
}

.forward-login {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 48px;
    position: static;
    width: 674.5px;
    height: 625px;
    left: 674.5px;
    top: 0px;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 1;
    margin: 0px 0px;
}

@media only screen and (max-width:600px) {

    .containerLogin {
        width:100%;
        height:100%;
        flex-direction: column;        
    }

    .containerLogin > .left-side {
        display:none;
    }
    
    .logo {
        display:none;
    }

    .containerLogin > .form-container {
        width:100%;
        padding: 0px;
        height:100%;
    }

    .form {
        width:100%;
        height:100%;
        padding: 10px;
        align-items: center;
    }

    .login-label, .error-message, .wrapper, .label, .mezo {
        width:250px;
    }

}