
img.bg {
    /* Set rules to fill background */
	object-fit: cover;
    /* Set up proportionate scaling */
    height: 100%;
    min-width: 100%;
	margin: 0;
	padding: 0;
    /* Set up positioning */
    position: fixed;
    top: 0;
	background-color: #000000;
}


#topper {
    position: absolute;
    top: 0;
	height:44px;
    width: 100%;
    height: absolute;
    /* Height of the footer */
	/*background: black;
    background-color: rgba(18, 20, 28, .95);*/
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: right;
/*	color: #fff;*/
}

#footer {
	background-color: #dcd9d9;
	color: #404040;
	font-weight: 300;
}

.forgotten-button {
	color: #000;
}

.logo {
	display: block;
	text-indent: -9999px;
	
	background-repeat: no-repeat;
max-width: 230px;	
}


.logo2 {
	display: block;
	text-indent: -9999px;
	width: 250px;
	height: 40px;
	background-size: 250px 40px;
	margin-bottom: 10px;
	background-repeat: no-repeat;		
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #0d4e9c;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: none;
   box-shadow: none;
}

.login .form-signin {
	padding: 19px;
	margin: 20px 0 20px;  
	display: flow-root;  
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.98);
	background-color: rgba(255, 255, 255, 0.85); 
	-moz-box-shadow: 0 0 10px black;
	-webkit-box-shadow: 0 0 10px black;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.98);
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.85);  
}

.login .login-input input.form-control {
  height: 42px;
  margin-bottom: 12px;
}

.login .login-input input.form-control:focus {
  border: solid 1px #0d4e9c;
  background-color: rgba(255,255,255,1);
    -webkit-box-shadow: none;
   box-shadow: none;
}

.login .login-input input.form-control:focus {
background-color: #fff;
background: #fff;
}

.login button.btn-login {
	background-color: #00529c;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	-webkit-transition: background .3s ease-out;
	transition: background .3s ease-out;
	color: #ffffff;
	width: 100%;
}

.login button.btn-login:hover {
	background-color: #efefef;
	border: 1px solid #00529c;
	color: #00529c;
}

.login .alert,
.login .alert-danger {
background-color: #ebc6c6;
}


@media (min-width: 800px) {
  body {
	background-color: transparent;
}
.vertical-align {
    display: flex;
    align-items: center;
}
}

@media screen and (max-width: 799px) {
  body {
	background-image: none;
	background: none;
		background-color: transparent;;

}

}

@media screen and (max-height: 375px) {
  body {
	background-image: none;
	background: none;
		background-color: transparent;

}
}

i.fa {
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.5em 0.6em;
  font-size: 1.1em;
  color: #fff;
}


#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: absolute;
    /* Height of the footer */
	background: black;
    background-color: rgba(19, 19, 19, 0.50);
	margin: 0px;
	padding: 10px;
	font-size: 11px;
	text-align: right;
	color: #fff;
}

.copyright a {
	color: #fff;
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	display:inline;
	text-decoration: none;
}


body.login {
  background-color: transparent;
  height: 100%;
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
}

.copyright a {
	color: #404040;
	font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 300;
	display:inline;
	text-decoration: none;
}

.h3 {
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
  color: #00529c;
  font-size: 26px;
  text-align: left;
  margin: 0px 0px 10px 0px;
  font-weight: 300;
}

.h4 {
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
  
  font-size: 16px;
  text-align: left;
  margin: 0px 0px 10px 0px;
  font-weight: 500;
  
}

.shadow {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( 0px 0px 3px #505050 ); 
            filter: drop-shadow( 0px 0px 4px #505050 );
}

.glow {
    /* Use -webkit- only if supporting: Chrome < 54, iOS < 9.3, Android < 4.4.4 */
    -webkit-filter: drop-shadow( 0px 0px 4px #efefef ); 
            filter: drop-shadow( 0px 0px 4px #efefef );
}


.login .fullscreen {  
  height: 100%;
  height: 100vh;

  /* Make it a flex container */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;

  /* Align the bootstrap's container vertically */
    -webkit-box-align : center;
  -webkit-align-items : center;
       -moz-box-align : center;
       -ms-flex-align : center;
          align-items : center;

  /* In legacy web browsers such as Firefox 9
     we need to specify the width of the flex container */
  width: 100%;

  /* Also 'margin: 0 auto' doesn't have any effect on flex items in such web browsers
     hence the bootstrap's container won't be aligned to the center anymore.

     Therefore, we should use the following declarations to get it centered again */
         -webkit-box-pack : center;
            -moz-box-pack : center;
            -ms-flex-pack : center;
  -webkit-justify-content : center;
          justify-content : center;
}
.login .fullscreen .container {
  margin: 0 0; /* fix IE10 alignment */
}

.login .logo {
  text-shadow: 2px 2px 8px #000;
  float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
	
	margin-bottom: 0px;
}

.login label, .login .forgot-pass a {
  color: #424546;
}
.login .forgot-pass a {
  text-decoration: underline;
}
.login .forgot-pass a:hover {
  text-decoration: none;
}

.login p.forgot-pass,
.login .remember-me label {
  margin-top: 0;
  margin-bottom: 0;
}
.login footer {
  background-color: #777777;
  border: none;
}
.login .navbar-default .navbar-text {
  color: #a5a5a5;
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
  margin-right: 24px;
  margin-left: 24px;
  font-size: 10px;
}
.login .navbar-default .navbar-text a {
  color: #a5a5a5;
}
.login .navbar-default .navbar-text a:hover {
  color: #b0b0b0;
  text-decoration: none;
}
.login footer .copyright {
  margin-top: 20px;
  color: #404040;

}
.login footer p span {
  font-size: 9px;
}
.login .alert,
.login .alert-danger {
  background-image: none;
  filter: none;
  background-repeat: no-repeat;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
  margin: 12px 0 0;
  font-family: 'Montserrat', Tahoma, Arial, Helvetica, sans-serif;
  background-color: #ebc6c6;
  border-color: #E5AAB3;
}
@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media screen and (max-height: 375px) {
  .login .logo {
    margin-top: 32px;
  }
}

.btn-primary {
	width: 100%;
}