@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;
}


/*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-color: #0E1A2D !important;
     opacity: 0.9 !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-color: white;
     border: 1px solid #999;
     border: 1px solid rgba(0, 0, 0, 0.2);
     border-radius: 20px;
     -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
     background-clip: padding-box;
     outline: 0;
     text-align: left;
     padding: 20px;
     -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';
     font-style: normal;
     font-weight: 700;
     font-size: 23px;
     line-height: 27px;
     text-align: center;
     color: #0E1A2D;
}
 .modal-content-1{
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
     gap: 20px;
     margin-bottom: 20px;
}
 .modal-content-2{
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
     margin-top: 20px;
     gap: 10px;
}
 .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';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     color: #146185;
     cursor: pointer;
}
 .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';
     font-style: normal;
     font-weight: 700;
     font-size: 13px;
     top: 4px !important;
     color: #0E1A2D;
     align-self: flex-start;
}
 .modal-content-3 label {
     font-family: 'Rubik';
     font-style: normal;
     font-weight: 700;
     font-size: 13px;
     line-height: 15px;
     color: #0E1A2D;
     align-self: flex-start;
}
 @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-color: white;
         border: 1px solid #999;
         border: 1px solid rgba(0, 0, 0, 0.2);
         border-radius: 20px;
         -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
         box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
         background-clip: padding-box;
         outline: 0;
         text-align: left;
         padding: 20px;
         -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: 10px !important;
     gap: 10px !important;
     width: 353px !important;
     height: 50px !important;
     border: 1px solid rgba(14, 26, 45, 0.3) !important;
     border-radius: 4px !important;
}
 #loginform-username[type="text"]:focus{
     border-color: transparent !important;
     outline: transparent !important;
     outline-color: transparent !important;
}
 #loginform-password{
     padding: 10px !important;
     gap: 10px !important;
     width: 353px !important;
     height: 50px !important;
     border: 1px solid rgba(14, 26, 45, 0.3) !important;
     border-radius: 4px !important;
     margin-bottom: 15px !important;
}
 .landing-submit{
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     padding: 10px 30px;
     gap: 15px;
     width: 272px;
     height: 50px;
     background: #1485B2;
     border-radius: 100px;
     cursor: pointer;
     border-color: transparent;
     color: white;
     font-family: 'Work Sans';
     font-style: normal;
     font-weight: 400;
     font-size: 16px;
     line-height: 19px;
     text-align: center;
     color: #FFFFFF;
}
 .custom-control-label::before{
     position: absolute;
     top: 0.11rem;
     left: -1.5rem;
     display: block;
     width: 1rem;
     height: 1rem;
     pointer-events: none;
     content: "";
     background-color: #dee2e6;
     border: #adb5bd solid 1px;
     border-top-color: rgb(173, 181, 189);
     border-right-color: rgb(173, 181, 189);
     border-bottom-color: rgb(173, 181, 189);
     border-left-color: rgb(173, 181, 189);
     box-shadow: inset 0 0.25rem 0.25rem rgba(0, 0, 0, 0.1);
}
 .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;
}
 #forgotpasswordform-email{
     padding: 10px !important;
     gap: 10px !important;
     width: 353px !important;
     height: 50px !important;
     border: 1px solid rgba(14, 26, 45, 0.3) !important;
     border-radius: 4px !important;
     margin-bottom: 15px !important;
}
 .forgot-password-button{
     display: flex !important;
     flex-direction: row !important;
     justify-content: center !important;
     align-items: center !important;
     padding: 10px 30px;
     width: 350px !important;
     height: 50px !important;
     background: #1485B2 !important;
     border-radius: 100px !important;
     cursor: pointer !important;
     border-color: transparent !important;
     color: white;
}
 @media screen and (max-width:500px){
     #loginform-username {
         padding: 10px !important;
         gap: 10px !important;
         width: 280px !important;
         height: 40px !important;
         border: 1px solid rgba(14, 26, 45, 0.3) !important;
         border-radius: 4px !important;
    }
     #loginform-password {
         padding: 10px !important;
         gap: 10px !important;
         width: 280px !important;
         height: 40px !important;
         border: 1px solid rgba(14, 26, 45, 0.3) !important;
         border-radius: 4px !important;
    }
     .landing-submit {
         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;
    }
     #forgotpasswordform-email{
         padding: 10px !important;
         gap: 10px !important;
         width: 280px !important;
         height: 40px !important;
         border: 1px solid rgba(14, 26, 45, 0.3) !important;
         border-radius: 4px !important;
    }
     .forgot-password-button {
         display: flex;
         flex-direction: row;
         justify-content: center;
         align-items: center;
         padding: 10px 30px;
         gap: 30px !important;
         width: 100% !important;
         height: 50px !important;
         background: #1485B2;
         border-radius: 100px !important;
         cursor: pointer;
    }
}
 .form-group{
     margin-bottom: 0px !important;
}
 .invalid-feedback{
     display: none !important;
}
.field-loginform-password .invalid-feedback{
    display: block !important;
}

