body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 640px;
  font-family: 'Open Sans', sans-serif !important;
  background: url('../img/landing-back.jpg') no-repeat;
  background-size: cover;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.user_card {
  height: 400px;
  width: 350px;
  /*margin-top: auto;
  margin-bottom: auto;*/
  margin-top: 50px;
  margin-bottom: 50px;
  background: #f2f2f2;
  border: #ff0000 1px solid;
  /*position: relative;*/
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius: 10px;
  /*top: -15%;*/
}

.brand_logo_container {
  position: absolute;
  height: 170px;
  width: 170px;
  top: 20px;
  padding: 10px;
  text-align: center;
}
.brand_logo {
  height: 150px;
  width: 150px;
}
.form_container {
  margin-top: 100px;
}
.login_btn {
  width: 100%;
  background: #808080 !important;
  color: white !important;
  font-weight: 800 !important;
}

.login_btn:hover {
  width: 100%;
  background: #585959 !important;
  color: white !important;
}
.login_btn:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.input-group-text {
  background: url('../img/user-icon.png') !important;
  color: white !important;
  border: 0 !important;
  border-radius: 0.25rem 0 0 0.25rem !important;
}
.input_user,
.input_pass:focus {
  box-shadow: none !important;
  outline: 0px !important;
}
.input_user {
  background: url('../img/user-icon.png') no-repeat;
  background-size: 18px;
  background-position: center left 6px;
}
.input_pass {
  background: url('../img/pass-icon.png') no-repeat;
  background-size: 18px;
  background-position: center left 6px;
}

.error-info {
  color: #ff0000;
  margin-left: 10px;
}

#videointro {
  position: fixed;
  left: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
form {
  padding-top: 80px;
  min-width: 90%;
}

#newLang {
  padding-top: 0px;
}

.form-control {
  color: #808080 !important;
  padding-left: 37px !important;
  font-weight: 400 !important;
  border-radius: 6px !important;
  border: #808080 solid 1px !important;
}

.textchange {
  position: fixed;
  text-align: center;
  width: 100%;
  font-size: 42px;
  left: 0;
  color: red;
  margin-top: 460px;
  font-weight: 800;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
}

.jezik {
  background: url('../img/lang-back-over.png') no-repeat;
  background-size: 60px;
  background-position: center left;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-weight: 800;
  float: left;
  margin-right: 30px;
  color: #fff;
}
.jezik:hover,
.active {
  background: url('../img/lang-back.png') no-repeat;
  color: #fff;
  background-size: 60px;
  background-position: center left;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
}
.active {
  cursor: initial !important;
}
.lang {
  position: fixed;
  top: 20px;
  right: 10%;
}
.tekstbijeli {
  color: #fff;
}
a,
a:hover {
  text-decoration: none !important;
  color: inherit !important;
}

@media (max-width: 800px) {
  .h-100 {
    zoom: 0.85;
  }
  .textchange {
    font-size: 30px;
  }
}


