@font-face{
  font-family: 'Archia';
  src: url('../fonts/archia-regular-webfont.ttf');
  font-weight: 400;
  font-style: normal;
}
body{
  font-family: Archia;
  font-size: 1em;
  color: #ffffff;
}
@media (min-width: 560px){
  .container {
      max-width: 620px;
  }
}
.wrap_app{
  min-height: 100vh;
  width: 100%;
  margin: 0 auto;
  background: url(../img/main_bg.jpg) no-repeat center/cover;
  overflow: visible;
}
.opacity_bg{
  background-color: rgba(5,8,29, 0.8);
  min-height: 100vh;
  position: relative;
}
.logo{
  max-width: 174px;
  width: 100%;
  height: auto;
}
.box-logo{
  padding-bottom: 11vh;
  padding-top:11vh;
}
h1{
  color: #ffffff;
  font-family: Archia;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.8rem;
  text-transform: uppercase;
  text-align: center;
}
.text h1{
  margin-bottom: 1.5rem;
}
h3{
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}
.text h3{
  padding: 0 1rem;
}
.mb-160{
  margin-bottom: 12vh;
}
.lable_button{
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.trigger_link{
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3rem;
  text-transform: uppercase;
  padding: 1rem 2rem;
  background-color: #00B4FF;
  margin-top: 6vh;
  transition: 0.3s;
  text-align: center;
}
.trigger_link:hover{
  background-color: #145778;
  text-decoration: none;
  color: #ffffff;
}
.button_box{
  margin-bottom: 4vh;
}
.footer .copyright{
  color: #ffffff;
  font-size: 0.6em;
  font-weight: 400;
  line-height: 1.25rem;
  text-transform: uppercase;
}
.footer {
  margin-bottom: 5vh;
  justify-content: space-between;
  align-items: center;
  position: relative;
  flex-direction: row;
}
.svg_powered{
  width:auto;
  /*height: 100%;*/
  height: 2.3em;
  padding-left: 1em;
  margin-top: 0.4em;
  
}
.wrap-svg{
  height: 19px;
  width: 150px;
  margin-left: 0.5rem;
}
.powered {
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 0.6em;
}
.powered span{
  display: block;
  margin-bottom: -3px;
}
#form_pop_up{
  background-color: #05081d;
  position: absolute;
  z-index: 999;
  height: 500px;
  max-width: 1240px;
  left: auto;
  right: auto;
  padding-top: 9vh;
}
#success{
  background-color: #05081d;
  position: absolute;
  z-index: 999;
  height: 500px;
  max-width: 1240px;
  left: auto;
  right: auto;
}
.check-img img{
  width: 67px;
  height: auto;
  margin-bottom: 3.5vh;
}
.text-success h1{
  color: #ffffff;
  font-weight: 400;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
}
.text-success p{
  color: #ffffff;
  font-weight: 400;
  font-size: 1em;
  text-align: center;
}
.hide{
  display: none!important;
}
.lable_form p{
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 3.102rem;
  text-transform: uppercase;
  text-align: center;
}
#form_pop_up form{
  margin-top: 2rem;
  max-width: 280px;
}
#form_pop_up .form-row{
  max-width: 545px;
}
#form_pop_up input{
  color:#fff;
  font-size: 1em;
  font-weight: 400;
  border: none;
  border-radius: 0;
  border-bottom: 2px solid #82838E;
  height: 40px;
  margin-bottom: 6vh;
  outline: none;
  background: transparent!important;
  padding-left: 0;
}
#form_pop_up .was-validated .form-control:invalid, #form_pop_up .form-control.is-invalid {
    border-color: #dc3545;
    border-bottom: 2px solid #dc3545;
    padding-right: 2.25rem;
}
#form_pop_up .form-control:focus{
  box-shadow: none;
}
::-webkit-input-placeholder {color:#454a6d;}
::-moz-placeholder          {color:#454a6d;}
:-moz-placeholder           {color:#454a6d;}
:-ms-input-placeholder      {color:#454a6d;}
#form_pop_up button{
  background-color: #00b4ff;
  color: #ffffff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1rem;
  text-transform: uppercase;
  text-align: center;
  padding: 0.8rem 0.937rem;
  border-radius: 0;
  width: 100%;
  margin-top: 4vh;
}
#form_pop_up button:hover{
  background-color: #145778;
  border-color: #145778;
}
#footer-box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (max-width: 991px){
  #footer-box {
    position: absolute;
  }
}
@media (max-width: 768px) {
  #footer-box {
    position: absolute;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 640px){
  #footer-box {
    position: relative;
  }
  .wrap_app{
    min-height: 100vh;
    height: 100%;
    overflow: visible;
  }
  .footer{
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 995px) , screen and (max-height: 750px) {
  .mb-160 {
    margin-bottom: 2vh;
  }
}
@media screen and (max-width: 995px) , screen and (max-height: 860px) {
  #form_pop_up{
    padding-top: 5vh;
  }
  #form_pop_up input{
    margin-bottom: 5vh;
  }
}
@media screen and (max-width: 995px) , screen and (max-height: 860px) {
  #form_pop_up{
    padding-top: 4vh;
  }
  #form_pop_up input{
    margin-bottom: 4vh;
  }
  #form_pop_up form {
    margin-top: 0;
  }
}
