@import url("https://fonts.googleapis.com/css?family=Rubik:400,700,300,500,600|Work+Sans:400,600");
 *{
     padding: 0;
     margin: 0;
}
body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    background: linear-gradient(180deg, rgba(105, 40, 120, 1) 0%, rgba(32, 12, 37, 1) 78%, rgba(7, 2, 8, 1) 100%) !important;
    background-attachment: fixed;
    min-height: 100vh;
}


/*Bemutató videó*/
 .modal-header {
     display: flex;
     flex-shrink: 0;
     align-items: center;
     justify-content: space-between;
     padding: 0rem 1rem !important;
     border-bottom: 1px solid transparent !important;
     border-top-left-radius: calc(.3rem - 1px);
     border-top-right-radius: calc(.3rem - 1px);
}
 .modal-body {
     position: relative;
     flex: 1 1 auto !important;
     padding: 5px !important;
     background-color: transparent !important;
}
 .modal-content {
     position: relative;
     display: flex;
     flex-direction: column;
     width: 100%;
     pointer-events: auto;
     background-color: transparent !important;
     background-clip: padding-box;
     border: 0px solid transparent !important;
     border-radius: .3rem;
     outline: 0;
}
 .modal-open .modal {
     overflow-x: hidden;
     overflow-y: auto;
     padding-right: 0 !important;
}
 .modal-backdrop {
     background: linear-gradient(180deg, rgba(105, 40, 120, 0.95) 0%, rgba(32, 12, 37, 0.95) 100%) !important;
     opacity: 0.95 !important;
     backdrop-filter: blur(10px);
     cursor: pointer !important;
}
 .modal-open {
     padding-right: 0px !important;
}
 .modal {
     overflow: auto !important;
}

/*ReszponzĂ­v header kĂ©p px*/
/*MODAL*/
 .custom-model-main {
     text-align: center;
     overflow: hidden;
     position: fixed;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
     -webkit-overflow-scrolling: touch;
     outline: 0;
     opacity: 0;
     -webkit-transition: opacity 0.15s linear, z-index 0.15;
     -o-transition: opacity 0.15s linear, z-index 0.15;
     transition: opacity 0.15s linear, z-index 0.15;
     z-index: -1;
     overflow-x: hidden;
     overflow-y: auto !important;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .model-open {
     z-index: 99999;
     opacity: 1;
     overflow: hidden;
}
 .custom-model-inner {
     -webkit-transform: translate(0, -25%);
     -ms-transform: translate(0, -25%);
     transform: translate(0, -25%);
     -webkit-transition: -webkit-transform 0.3s ease-out;
     -o-transition: -o-transform 0.3s ease-out;
     transition: -webkit-transform 0.3s ease-out;
     -o-transition: transform 0.3s ease-out;
     transition: transform 0.3s ease-out;
     transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
     display: inline-block;
     vertical-align: middle;
     width: 350px;
     max-width: 97%;
     margin-right: 65px;
}
 .custom-model-wrap {
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     gap: 20px;
     width: 413px;
     position: relative;
     background: rgba(255, 255, 255, 0.95);
     backdrop-filter: blur(10px);
     border: 1px solid rgba(170, 50, 146, 0.2);
     border-radius: 20px;
     -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
     box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
     background-clip: padding-box;
     outline: 0;
     text-align: left;
     padding: 30px;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
     max-height: calc(100vh - 70px);
     overflow-y: auto !important;
}
 .model-open .custom-model-inner {
     -webkit-transform: translate(0, 0);
     -ms-transform: translate(0, 0);
     transform: translate(0, 0);
     position: relative;
     z-index: 999;
}
 .model-open .bg-overlay {
     background: #0E1A2D;
     z-index: 99;
     opacity: 0.8;
}
 .bg-overlay {
     background: rgba(0, 0, 0, 0);
     height: 100vh;
     width: 100%;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     z-index: 0;
     -webkit-transition: background 0.15s linear;
     -o-transition: background 0.15s linear;
     transition: background 0.15s linear;
     cursor: pointer;
}
 .close-btn {
     position: absolute;
     right: 0;
     top: -30px;
     cursor: pointer;
     z-index: 99;
     font-size: 30px;
     color: #fff;
}
 .modal-signin-text{
     font-family: 'Rubik', 'RubikBold', sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 26px;
     line-height: 32px;
     text-align: center;
     color: #2c3e50;
     margin: 10px 0 20px 0;
}
 .modal-content-1{
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     gap: 20px;
     margin-bottom: 20px;
     padding: 10px 0;
}

.modal-content-1 img,
.modal-logo-img {
     max-width: 120px;
     max-height: 100px;
     width: auto;
     height: auto;
     filter: drop-shadow(0 4px 12px rgba(170, 50, 146, 0.3));
     transition: transform 0.3s ease;
}


 .modal-content-2{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-top: 10px;
     gap: 15px;
     width: 100%;
}
 .modal-content-3{
     display: none;
     flex-direction: column;
     align-items: center;
     transition: all 5s ease-in;
     gap: 10px;
}
 .modal-bejelentkezesi-gomb{
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     padding: 10px 30px;
     gap: 30px;
     width: 272px;
     height: 50px;
     background: #1485B2;
     border-radius: 100px;
     cursor: pointer;
}
 .modal-bejelentkezesi-gomb p{
     font-family: 'Work Sans';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     text-align: center;
     color: #FFFFFF;
}
 .modal-jelszo-emlekezteto-gomb{
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     padding: 10px 30px;
     gap: 30px;
     width: 350px;
     height: 50px;
     background: #1485B2;
     border-radius: 100px;
     cursor: pointer;
}
 .modal-jelszo-emlekezteto-gomb p{
     font-family: 'Work Sans';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     text-align: center;
     color: #FFFFFF;
}
 .modal-forgotten-password{
     text-align: center;
     font-family: 'Work Sans', sans-serif;
     font-style: normal;
     font-weight: 500;
     font-size: 14px;
     line-height: 19px;
     color: #AA3292;
     cursor: pointer;
     margin-top: 15px;
     transition: all 0.3s ease;
}

.modal-forgotten-password:hover {
     color: #8a2677;
     transform: translateX(3px);
}
 .modal-input{
     padding: 10px;
     gap: 10px;
     width: 353px;
     height: 50px;
     border: 1px solid rgba(14, 26, 45, 0.3);
     border-radius: 4px;
}
 .modal-content-2 label{
     font-family: 'Rubik', 'RubikBold', sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 14px;
     top: 4px !important;
     color: #2c3e50;
     align-self: flex-start;
     margin-bottom: 6px;
}
 .modal-content-3 label {
     font-family: 'Rubik', 'RubikBold', sans-serif;
     font-style: normal;
     font-weight: 700;
     font-size: 14px;
     line-height: 15px;
     color: #2c3e50;
     align-self: flex-start;
     margin-bottom: 6px;
}
 @media screen and (min-width:800px){
     .custom-model-main:before {
         content: "";
         display: inline-block;
         height: auto;
         vertical-align: middle;
         margin-right: -0px;
         height: 100%;
    }
}
 @media screen and (max-width:500px){
     .custom-model-wrap {
         display: flex;
         justify-content: center;
         align-items: center;
         flex-direction: column;
         gap: 20px;
         width: 335px;
         position: relative;
         background: rgba(255, 255, 255, 0.95);
         backdrop-filter: blur(10px);
         border: 1px solid rgba(170, 50, 146, 0.2);
         border-radius: 20px;
         -webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
         box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
         background-clip: padding-box;
         outline: 0;
         text-align: left;
         padding: 25px;
         -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
         box-sizing: border-box;
         max-height: calc(100vh - 70px);
         overflow-y: auto !important;
    }
     .modal-input{
         padding: 10px;
         gap: 10px;
         width: 280px;
         height: 40px;
         border: 1px solid rgba(14, 26, 45, 0.3);
         border-radius: 4px;
    }
     .modal-bejelentkezesi-gomb{
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         padding: 10px 30px;
         gap: 20px;
         width: 200px;
         height: 50px;
         background: #1485B2;
         border-radius: 100px;
    }
     .custom-model-inner {
         -webkit-transform: translate(0, -25%);
         -ms-transform: translate(0, -25%);
         transform: translate(0, -25%);
         -webkit-transition: -webkit-transform 0.3s ease-out;
         -o-transition: -o-transform 0.3s ease-out;
         transition: -webkit-transform 0.3s ease-out;
         -o-transition: transform 0.3s ease-out;
         transition: transform 0.3s ease-out;
         transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
         display: inline-block;
         vertical-align: middle;
         width: 335px;
         max-width: 97%;
         margin-right: 0px;
         margin-left: 0px;
    }
     .modal-jelszo-emlekezteto-gomb{
         width: 100%;
    }
}
/*MODAL*/


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

     .inputs2, .inputs1 label {
         font-family: 'Rubik';
         font-style: normal;
         font-weight: 700;
         font-size: 13px;
         line-height: -1px;
         color: #0E1A2D;
         padding-bottom: 5px;
    }
     .submit-button{
         margin-top: 0px !important;
    }
     .submit-button button {
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         padding: 10px 30px;
         gap: 30px;
         width: 142px;
         height: 28px;
         background: #1485B2;
         border-radius: 100px;
         color: white;
         border-color: transparent;
         font-size: 10px;
    }
     .interested-modal-inputs {
         display: flex;
         flex-direction: column;
         gap: 10px;
    }
     .interested-note img {
         width: 55.89px;
    }
}
 #loginform-username{
     padding: 14px 18px !important;
     gap: 10px !important;
     width: 100% !important;
     max-width: 353px !important;
     height: 50px !important;
     border: 2px solid rgba(170, 50, 146, 0.2) !important;
     border-radius: 12px !important;
     background: rgba(255, 255, 255, 0.9) !important;
     transition: all 0.3s ease !important;
     font-size: 15px !important;
}
 #loginform-username[type="text"]:focus{
     border-color: #AA3292 !important;
     outline: none !important;
     box-shadow: 0 0 0 3px rgba(170, 50, 146, 0.1) !important;
     background: #fff !important;
}
 #loginform-password{
     padding: 14px 18px !important;
     gap: 10px !important;
     width: 100% !important;
     max-width: 353px !important;
     height: 50px !important;
     border: 2px solid rgba(170, 50, 146, 0.2) !important;
     border-radius: 12px !important;
     margin-bottom: 15px !important;
     background: rgba(255, 255, 255, 0.9) !important;
     transition: all 0.3s ease !important;
     font-size: 15px !important;
}

#loginform-password:focus {
     border-color: #AA3292 !important;
     outline: none !important;
     box-shadow: 0 0 0 3px rgba(170, 50, 146, 0.1) !important;
     background: #fff !important;
}
 .landing-submit{
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     padding: 14px 30px;
     gap: 12px;
     width: 100%;
     max-width: 350px;
     height: 50px;
     background: linear-gradient(135deg, #AA3292 0%, #693078 100%);
     border-radius: 12px;
     cursor: pointer;
     border: none;
     color: white;
     font-family: 'RubikMedium', 'Work Sans', sans-serif;
     font-style: normal;
     font-weight: 600;
     font-size: 16px;
     line-height: 19px;
     text-align: center;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(170, 50, 146, 0.3);
}

.landing-submit:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(170, 50, 146, 0.4);
     background: linear-gradient(135deg, #b83da0 0%, #7a3a85 100%);
     color: #fff;
}

.landing-submit:active {
     transform: translateY(0);
     box-shadow: 0 2px 10px rgba(170, 50, 146, 0.3);
}
 .custom-control-label::before{
     position: absolute;
     top: 0.11rem;
     left: -1.5rem;
     display: block;
     width: 1rem;
     height: 1rem;
     pointer-events: none;
     content: "";
     background-color: #fff;
     border: 2px solid rgba(170, 50, 146, 0.3);
     box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.05);
     transition: all 0.3s ease;
}
 .custom-control-label::after {
     position: absolute;
     top: 0.13rem;
     left: -1.5rem;
     display: block;
     width: 1rem;
     height: 1rem;
     content: "";
     background: 50% / 50% 50% no-repeat;
     background-image: none;
}

.custom-control-input:checked ~ .custom-control-label::before {
     background-color: #AA3292;
     border-color: #AA3292;
}
 #forgotpasswordform-email{
     padding: 14px 18px !important;
     gap: 10px !important;
     width: 100% !important;
     max-width: 353px !important;
     height: 50px !important;
     border: 2px solid rgba(170, 50, 146, 0.2) !important;
     border-radius: 12px !important;
     margin-bottom: 15px !important;
     background: rgba(255, 255, 255, 0.9) !important;
     transition: all 0.3s ease !important;
     font-size: 15px !important;
}

#forgotpasswordform-email:focus {
     border-color: #AA3292 !important;
     outline: none !important;
     box-shadow: 0 0 0 3px rgba(170, 50, 146, 0.1) !important;
     background: #fff !important;
}
 .forgot-password-button{
     display: flex !important;
     flex-direction: row !important;
     justify-content: center !important;
     align-items: center !important;
     padding: 14px 30px;
     width: 100% !important;
     max-width: 350px !important;
     height: 50px !important;
     background: linear-gradient(135deg, #AA3292 0%, #693078 100%) !important;
     border-radius: 12px !important;
     cursor: pointer !important;
     border: none !important;
     color: white !important;
     font-family: 'RubikMedium', 'Work Sans', sans-serif !important;
     font-weight: 600 !important;
     font-size: 16px !important;
     transition: all 0.3s ease !important;
     box-shadow: 0 4px 15px rgba(170, 50, 146, 0.3) !important;
}

.forgot-password-button:hover {
     transform: translateY(-2px) !important;
     box-shadow: 0 6px 20px rgba(170, 50, 146, 0.4) !important;
     background: linear-gradient(135deg, #b83da0 0%, #7a3a85 100%) !important;
     color: #fff !important;
}
 @media screen and (max-width:500px){
     #loginform-username {
         padding: 12px 16px !important;
         gap: 10px !important;
         width: 100% !important;
         max-width: 280px !important;
         height: 45px !important;
         border: 2px solid rgba(170, 50, 146, 0.2) !important;
         border-radius: 12px !important;
    }
     #loginform-password {
         padding: 12px 16px !important;
         gap: 10px !important;
         width: 100% !important;
         max-width: 280px !important;
         height: 45px !important;
         border: 2px solid rgba(170, 50, 146, 0.2) !important;
         border-radius: 12px !important;
    }
     .landing-submit {
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         padding: 14px 30px;
         gap: 12px;
         width: 100% !important;
         max-width: 250px;
         height: 50px;
         background: linear-gradient(135deg, #AA3292 0%, #693078 100%);
         border-radius: 12px;
    }
     #forgotpasswordform-email{
         padding: 12px 16px !important;
         gap: 10px !important;
         width: 100% !important;
         max-width: 280px !important;
         height: 45px !important;
         border: 2px solid rgba(170, 50, 146, 0.2) !important;
         border-radius: 12px !important;
    }
     .forgot-password-button {
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         padding: 14px 30px;
         gap: 12px !important;
         width: 100% !important;
         height: 50px !important;
         background: linear-gradient(135deg, #AA3292 0%, #693078 100%) !important;
         border-radius: 12px !important;
         cursor: pointer;
    }
}
 .form-group{
     margin-bottom: 0px !important;
}
 .invalid-feedback{
     display: none !important;
}
.field-loginform-password .invalid-feedback{
    display: block !important;
}

