/* css for registracija.php page-temaplate */

@font-face {
  font-family: LinLibertine;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/LinLibertine_R.ttf);
}

@font-face {
  font-family: m900;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-900-webfont.ttf);
}

@font-face {
  font-family: m500;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-500-webfont.ttf);
}

@font-face {
  font-family: m300;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-300-webfont.ttf);
}

@font-face {
  font-family: m700;
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/msr/exljbris_-_museosansrounded-700-webfont.ttf);
}

.error {
  font-family: m300;
  font-size: 13px;
  color: red;
  display: block;
}

.reg {
  background-color: #FEFFD3;
  padding: 20px 20px;
  width: 85%;
  margin-bottom: -20px;
  box-sizing: border-box;
}

.linkedin-login {
  width: 100%;
}

.plugin {
  width: 200px !important;
}

.otvori {
  width: 90%;
  font-family: m900;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  margin: auto;
  margin-top: 30px;
}

.tekst {
  width: 90%;
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #333333;
  margin: 20px auto;
}

.tekst a {
  border-bottom: #94dbe9 2px solid;
  padding-bottom: 2px;
}

.tekst-2 {
  width: 100%;
  font-family: Helvetica;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 23px;
  color: #333333;
  margin: 20px 0;
}

.tekst-2-bold {
  font-weight: 700;
}

.blue-cover {
  background: #E2F2F9;
}

.blue-cover-inner {
  width: 90%;
  margin: auto;
}

.brzo {
  width: 90%;
  font-family: m900;
  font-style: normal;
  font-weight: bold;
  font-size: 19px;
  line-height: 23px;
  padding-top: 20px;
}

.non-flex {
  width: 45%;
  margin-top: 10px;
}

.label {
  width: 95px;
  font-family: m300;
  font-style: normal;
  font-weight: 100;
  font-size: 13px;
  line-height: 16px;
  text-transform: uppercase;
}

.input {
  padding: 5px;
  width: 100%;
  height: 35px;
  background: #F2F2F2;
  opacity: 0.5;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  border-radius: 5px;
  margin: auto;
  margin-top: 8px;
  margin-bottom: 12px;
}

form#wp_signup_form {
  width: 90%;
  margin: auto;
}

input[type=checkbox] {
  margin: 15px 0;
}

/* .nalog{
    width: 335px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #555555;
    margin-top: 5px;
} */

.dugme {
  width: 100%;
  height: 40px;
  background: #33A331;
  border-radius: 50px;
  font-family: m300;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  border-style: none;
  cursor: pointer;
  margin-top: 15px;
  margin-bottom: 50px;
  -webkit-appearance: none;
}

.flex-2 {
  display: flex;
  justify-content: space-between;
}

.main-wrapper {
  width: 100%;
}

iframe {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .main-wrapper {
    width: 800px;
    margin: auto;
  }

  .blue-cover {
    width: 90%;
    margin: auto;
  }

  form#wp_signup_form {
    width: 380px;
    margin: unset;
    margin-left: 40px;
  }

  h1 {
    color: #000000;
  }
}
