html , body{
  min-height: 100%;
}
html{
	position: relative;
}
body{
	margin-bottom: 60px;
}
/*
*/

video#bgvid {
  position: fixed; right: 0; bottom: 0;
  min-width: 100%; min-height: 100%;
  width: auto; height: auto; z-index: -100;
  background: url(/bg-movie/station.png) no-repeat;
  background-size: cover;
}

.shady {
	padding-top: 20px;
	padding-bottom: 20px;
	/*padding: 10px; */
	/*margin-bottom: 50px;*/
	/*
	-webkit-box-shadow: 0px 19px 29px 1px rgba(0,0,0,0.18);
	-moz-box-shadow: 0px 19px 29px 1px rgba(0,0,0,0.18);
	box-shadow: 0px 19px 29px 1px rgba(0,0,0,0.18); */
	-webkit-box-shadow: 0px 15px 20px -1px rgba(0,0,0,0.50);
	-moz-box-shadow: 0px 15px 20px -1px rgba(0,0,0,0.50);
	box-shadow: 0px 15px 20px -1px rgba(0,0,0,0.50);
}
.top{
	margin-top: 100px;
}
.bottom
{
	margin-bottom:25rem;
}
@media (min-width: 768px) {
	.container-login{
		width: 100%;
		margin: 0px auto;
		bottom: 0;
		height: 700px;
		left: 0;
		margin: auto;
		position: absolute;
		top: 0;
		right: 0;
	}
}
.btn {
    border-radius: 0px;
}
@media only screen and (max-width:1023px) {
    .logo {
        width: 11.5625rem;
        height: 8.125rem;
    }
}
@media only screen and (max-width:479px) {
    .logo {
        width: 11.0625rem
    }
}
@media only screen and (min-width:1024px) {
    .logo {
        height: 9.0625rem;
        width: 12.25rem;
     
    }    

}



.padding0
{
	padding:0px;
}
.bg-white1
{
	background-color: rgba(255, 255,255,0.9);
}
.bg-white2
{
	background-color: rgba(255, 255,255,1);
}
.form-login .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  /*padding: 10px;*/
  font-size: 16px;
}
.form-login .form-control:focus {
  z-index: 2;
}
.form-login{
	max-width: 300px;
	padding: 0px;
	margin: 0 auto;
	margin-bottom: 15px;

}
/*Center the logo */
.img-responsive {
	margin: 0 auto;
}
#email/*form-login input[type="text"] */ {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 0;
}
