.container-login100 {
 	text-align: center;
 	min-height: 100vh;
 	display: -webkit-box;
 	display: -webkit-flex;
 	display: -moz-box;
 	display: -ms-flexbox;
 	display: flex;
 	flex-wrap: wrap;
 	justify-content: center;
 	align-items: center;
 	padding: 15px;
 	background-repeat: no-repeat;
 	background-position: center;
 	background-size: cover;
 	position: relative;
 	z-index: 1;
	background-image: url(../img/bg_admin_login.jpg);
}


.wrap-login100 {
  width: 388px;
  border-radius: 0px;
  overflow: hidden;
  /*background-color: #ffffffe0;*/
  background-color: #fff;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.boxlogin label{
    font-weight: bold;
	color: #000;
}
.boxlogin input{
	color: #000 !important;
	height: 40px;
	font-size: 15px !important;
}
.boxlogin button{
	background-color: #0f3883 !important;
	border: 0;
	padding: 15px 0
}
.boxlogin{
	padding: 0 30px

}
.boxlogin img{
	margin-top: 30px;
	width: auto;
}
.boxlogin p{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 15px;
	margin: 10px 0
}


/* The only rule that matters */
#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
}

/* These just style the content */
article {
/*  just a fancy border  */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0px;
background-color: #000000a6;
}

h1 {
  position: absolute;
  top: 60%;
  width: 100%;
  font-size: 36px;
  letter-spacing: 3px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-align: center;
}

h1 span {
  font-family: sans-serif;
  letter-spacing: 0;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

h1 span a {
  color: #fff;
}


.bg-tran{
	background-color:transparent!important;
	width: 50% !important;
	height: auto;
	box-shadow:  none;
}
.select-log-inner{
  background-color: #fff;
  padding: 30px;
}
.select-log-inner h3{
  font-weight: 500;
}
.btn-select-log{
  margin-top: 20px;
}


.tooltip .tooltip-inner::after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    z-index: 999999 !important;
    border-color: #000 transparent transparent transparent;
}


* {
  margin: 0;
  padding: 0;
}

.hidden {
  opacity: 0;
}

#loader {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #0f3883;
}

.preloader {
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  background: #fff;
  transform: rotate(45deg);
  animation: preloader 2s linear infinite;
}

.loadBar {
  position: absolute;
  width: 200px;
  height: 2px;
  left: calc(50% - 100px);
  top: calc(50% + 60px);
  background: #ffff;
}

.progress {
  position: relative;
  width: 0%;
  height: inherit;
  background: #000;
}

@keyframes loading {

  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }

}

@keyframes preloader {

  0%, 100% {
    transform: rotate(45deg);
  }

  60% {
    transform: rotate(405deg);
  }

}
