@font-face {
  font-family: "Muli-Regular";
  src: url("../fonts/muli/Muli-Regular.ttf"); }
@font-face {
  font-family: "Muli-SemiBold";
  src: url("../fonts/muli/Muli-SemiBold.ttf"); }
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  font-family: "Muli-Regular";
  font-size: 14px;
  margin: 0;
  color: #000; }

input, textarea, select, button {
  font-family: "Muli-Regular"; }

p, h1, h2, h3, h4, h5, h6, ul {
  margin: 0; }

img {
  max-width: 100%; }

ul {
  padding-left: 0;
  margin-bottom: 0; }
.doc a, .doc a:visited, .doc a:hover{
  color: #000;
  line-height: 2em;
  font-weight: bold;
}

a {
  text-decoration: none; }

:focus {
  outline: none; }

.wrapper {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #082e61; 
  background: url(/images/bg.jpg);
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner {
  width: 435px;
  margin: auto;
  text-align: center;
  display: block;}

.image-1 {
    position: absolute;
    bottom: 0px;
    left: -163px;
    z-index: 99;
    width: 210px;
}
/*
.image-1 {
  position: absolute;
  bottom: -12px;
  left: -191px;
  z-index: 99; }
*/
.image-2 {
  position: absolute;
  bottom: 0;
  right: -129px; }

form {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 77px 61px 66px;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(233, 231, 231, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }

h3 {
  font-size: 20px;
  font-family: "Muli-SemiBold";
  color: #333;
  letter-spacing: 3px;
  text-align: center;
  margin-bottom: 33px; }

.form-holder {
  position: relative;
  margin-bottom: 21px; }
  .form-holder span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 15px;
    color: #333; }
    .form-holder span.lnr-lock {
      left: 2px; }

.form-control {
  border: none;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  width: 100%;
  height: 38px;
  background: none;
  padding: 3px 42px 0px;
  color: #666;
  font-family: "Muli-SemiBold";
  font-size: 16px; }
  .form-control::-webkit-input-placeholder {
    font-size: 18px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control::-moz-placeholder {
    font-size: 18px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:-ms-input-placeholder {
    font-size: 18px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:-moz-placeholder {
    font-size: 18px;
    font-family: "Muli-Regular";
    color: #999;
    transform: translateY(1px); }
  .form-control:focus {
    border-bottom: 1px solid #1a4173; }

.error{
  color: #dc0707;
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
  font-style: italic;
}
.success{
background: #065a06;
    color: #fff;
    padding: 9px 0px;
    text-align: center;
    font-style: italic;
    font-weight: bold;
}
.button {
  border: none;
  width: 100%;
  height: 49px;
  margin-top: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #0f467d;
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
  font-size: 15px;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden; 
  text-align: center;
}
  .button span {
    position: relative;
    z-index: 2; }
  .button:before, .button:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*background-color: rgb(221, 162, 80,0.7);*/
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .button:after {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .button:hover:before, .button:hover:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); 
  }


/*# sourceMappingURL=style.css.map */

.logo{
  margin: auto;
  text-align: center;
  display: block;
  height: 120px;
  margin-bottom: 18px;
}

.icon{
  width: 30px;
  display: inline-block;
  color: #000;
  font-size: 18px;
}
.profile_main{
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 35px 35px 60px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(233, 231, 231, 0.2);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); 
    color: #000;
}
.profile_main h3{
  text-align: left!important;
  margin-bottom: 20px;
  font-weight: bold;
}

.point{font-size: 28px;}
.pointbar { 
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: rgb(137, 137, 137); 
  width: 100%; 
  border-radius: 15px; 
  height: 8px;
} 

.pointbar_inner { 
  margin-top: 12px;
  margin-bottom: 12px;
  background-color: rgb(116, 194, 92); 
  color: white; 
  padding: 1%; 
  text-align: right; 
  font-size: 20px; 
  border-radius: 15px; 
  height: 8px;
  /*width: 60%;*/
}

#kartya_rejtett{
  display: none;
  text-align: center;
  margin: auto;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
#fullbg{
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.kartya_nagy{
  display: block!important;
}

.close{
display: block;
    margin: auto;
    text-align: center;
    position: relative;
    padding-top: 50px;
    font-weight: bold;
    font-style: italic;
    font-size: 18px;
}
#torzs_kartya_gomb{
  border: none;
  width: 70%;
  height: 35px;
  margin-top: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: #0f467d;
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
  font-size: 15px;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden; 
  margin: auto;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 18px;
}


#standard-select{
  padding: 3px 0px 3px 0px;
  color: #666;
  font-family: "Muli-SemiBold";
  margin: 3px 0px 0px 42px;
  width: calc(100% - 42px);
}

.menu{
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
}
.fa-bars{
  font-size: 30px;
  cursor: pointer;
  color: #082e61;
}

.kedvezmeny_ikon{
color: #cd7f00;
font-weight: 900;

margin: auto;
font-size: 35px;
text-align: center;
}
.kedvezmeny_szoveg{
  color: #cd7f00 ;
  font-weight: bold;
  padding: 3px 0px 0px 3px;
  text-align: center;
}







.collapsible {
  color: #000;
  cursor: pointer;
  padding: 5px;
  width: 90%;
  border: none;
  text-align: center;
  outline: none;
  font-size: 14px;
  margin: auto;
  display: block;
  border-radius: 10px;
  background-color: #f1f1f1;
  }
  .active, .collapsible:hover {
  background-color: #f1f1f1;
  }
  .active.collapsible {
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
  background: #0e213c;
  color: #fff;
  padding: 10px 0px;
  }
  .collapsible:after {
  content: '\002B';
  color: #7d7b7b;
  font-weight: bold;
  // float: right;
  margin-left: 5px;
  }
  .active:after {
  content: "\2212";
  }
  .content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
  border-radius: 10px 10px 10px 10px;
  margin-bottom: 18px;
  }

/*Toogle*/
  .switch {position: relative; display: block; width: 52px; height: 25px; margin: 15px auto; text-align: center;}
  .switch input {opacity: 0; width: 0; height: 0;}
  .slider {position: absolute; cursor: pointer; top: 0; left: 0; right: 0; bottom: 0; background-color: #ccc; -webkit-transition: .4s;
    transition: .4s; border-radius: 34px;}
  .slider:before {position: absolute; content: ""; height: 18px; width: 18px; left: 4px; bottom: 4px; background-color: white; -webkit-transition: .4s; transition: .4s; border-radius: 50%;}
  input:checked + .slider {background-color: #cd7f00;}
  input:focus + .slider {box-shadow: 0 0 1px #2196F3;}
  input:checked + .slider:before {-webkit-transform: translateX(26px); -ms-transform: translateX(26px); transform: translateX(26px);}

/**/  
.point_form {
  width: 100%;
  position: relative;
  z-index: 9;
  padding: 0px;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.point_button{
  border: none;
  width: 80%;
  height: 35px;
  margin-top: 25px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  /*background: #0f467d;*/
  color: #fff;
  text-transform: uppercase;
  font-family: "Muli-SemiBold";
  font-size: 15px;
  letter-spacing: 2px;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin: auto;
  background: grey;
  pointer-events: none;
}

.point_button.add_button{
  pointer-events: all;
  background: #0f467d;
}

.hatravan_pont{
  margin-top: -10px;
  text-align: right;
  font-style: italic;
}

.pont_nyeremeny{
  font-size: 18px;
    padding-top: 10px;
    padding-bottom: 6px;
}



.admin_gomb,.kijelentkezes {
  background-color: #0f467d;
  border: 1px solid #d5d9d9;
  border-radius: 8px;
  box-shadow: rgb(23 40 99 / 50%) 0 2px 5px 0;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  padding: 0 10px 0 11px;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: middle;
  width: 80%;
  margin: 8px;
  height: 38px;
  font-family: "Muli-SemiBold";
}

.admin_gomb:hover,.kijelentkezes:hover {
  background-color: #1c3a59;
}

.admin_gomb:focus {
  border-color: #008296;
  box-shadow: rgba(213, 217, 217, .5) 0 2px 5px 0;
  outline: 0;
}


#pont_rogzito{
  padding: 30px 40px;
}

.mainbox_kartya_nagy{
  max-height: 100vh;
  overflow: hidden;
}

.adm_reg{
  position: relative;
}
.rang_szoveg{
margin: 10px 0px;
font-style: italic;
font-size: 14px;
color: #df9a39;
font-weight: bold;
}

.content2 .title{
  padding-bottom: 18px;
  font-size: 20px;
  font-weight: bold;
}

.content2 form{
  box-shadow: 0px 0px 10px 0px rgba(233, 231, 231, 0.2);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 40px!important;
}

.content2 input{
  margin-bottom: 18px;
}


@media (max-width: 991px) {
  .inner {
    width: 400px;
    left: 4%; } }
@media (max-width: 767px) {
  .inner {
    width: 100%;
    left: 0; 
    margin: 0px 15px;}

  .image-1, .image-2 {
    display: none; }

  form {
    padding: 35px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none; }

  .wrapper {
    background: #03112C; } }




    
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table caption {
    font-size: 1.3em;
  }
  
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  
  table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }
  
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }
  
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }
  
  table td:last-child {
    border-bottom: 0;
  }
}