body{
  background-color: #18569F;
margin:0;
}

textarea:focus, input:focus{
    outline: none;
}

@font-face {
    font-family: 'mont_bold';
    src:  url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: bold;
}

@font-face {
    font-family: 'mont_medium';
    src:  url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: medium;
    font-style: medium;
}

@font-face {
    font-family: 'mont';
    src:  url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'mont_semi';
    src:  url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: semibold;
    font-style: semibold;
}

@font-face {
    font-family: 'mont_extrabold';
    src:  url('../fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: extrabold;
    font-style: extrabold;
}


.container{
   height: calc(var(--vh, 1vh) * 100);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.logo img{
  width: 80px;
  margin-bottom: 10px;
}

.form_container{
  margin:0 auto;
  padding-bottom: 20vh;
}

.login_title{
  font-family: mont_bold;
  font-size: 26px;
  color: white;
padding-bottom: 35px;
padding-left: 30px;
padding-right: 30px;
text-align: center;

}

.none{
  display: none;
}

.login_title p{
  line-height: 30px;
}

.jelszo input{
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 10px;
  border: 2px #0a3a73;
  outline: none;
  -webkit-appearance: none;
  background: rgba(0, 0, 0, 0.25);
  margin-bottom: 20px;
  width: 90vw;
  font-family: mont;
  color: white;
  font-size: 16px;
  height: 46px;

}


.gomb input{
  -webkit-appearance: none;
    outline: none;
    padding-left: 30px;
    padding-right: 30px;
    /* padding-top: 15px; */
    /* padding-bottom: 15px; */
    font-family: mont_semi;
    background-color: white;
    font-size: 16px;
    color: black;
    border: 0px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.15) !important;
    margin: 0 auto;
    width: 100%;
    height: 48px;
    cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: mont;
    font-size: 16px;
color: rgba(255, 255, 255, 0.5);
}

::-moz-placeholder { /* Firefox 19+ */
    font-family: mont;
    font-size: 16px;
color: rgba(255, 255, 255, 0.5);

}
:-ms-input-placeholder { /* IE 10+ */
    font-family: mont;
    font-size: 16px;
color: rgba(255, 255, 255, 0.5);

}
:-moz-placeholder { /* Firefox 18- */
    font-family: mont;
    font-size: 16px;
color: rgba(255, 255, 255, 0.5);

}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
