
.page_login {
  height: 100vh;
  background-color: #9B770C;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}


.page_login .cover {
  background-color: #1B2E4E;
  height: 50vh;
}


.login_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100vh;
}


.login_content .logo {
  margin-bottom: 40px;
  font-family: 'Niconne';
  color: #fff;
}


.login_content .login_box {
  position: relative;
  min-width: 320px;
  min-height: 430px;
  background-color: #fff;
  -webkit-box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 29px 147.5px 102.5px rgba(0, 0, 0, 0.05), 0px 29px 95px 0px rgba(0, 0, 0, 0.16);
/*
  -webkit-perspective: 800px;
          perspective: 800px;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
*/
  border-radius: 12px;
/* top: -25px; */
}


.login_content .login_box .login_form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px 30px 05px 30px;
/*
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
*/
   color: #666;
}


.panel_int_cond {
  margin-top: 10px;
  cursor: pointer;
}


.panel_int_loc {
  margin-top: 10px;
  cursor: pointer;
}


#index_top {
  background-color: #3B4E6E;
  color: #FFFFFF;
  position: fixed;
  border: 4px solid #9B770C;
  margin-top: 15%;
  border-radius: 25px;
}


#index_foot {
  background-color: #8B6720;
 /* background-color: #BB972C; */
  color: #FFFFFF;
  margin-bottom: 15%;
  position: fixed;
  border: 4px solid #1B2E4E;
  border-radius: 25px;
  bottom: 0;
}


@media (max-width: 767px) {
   #index_top {
      width: 100%;
     margin-top: 45%;
   }

   #index_foot {
     width: 100%;
     margin-bottom: 45%;
   }
}
