html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body{
    width: 100%;
    height: 100%;
    margin:0;
    padding:0;
    overflow: hidden;
    /*background-color: #003148;*/
    background-color: #369;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    box-sizing: inherit;
}

img{
    max-width: initial !important;
    border-radius: 0 !important;
}

.navbar{
    padding: 0 !important;
}

.wrapper{
    position: absolute;
    width: 100vw;
}

.content{
    padding: 0 !important;
    margin-top: 0.5rem;
    padding-left: 0 !important;
    padding-bottom: 0.5rem !important;
    color: #FFF;
}

#header{
    padding-left: 2px !important;
    z-index: 10;
    width: auto !important;
}

#headerBG{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FFF;
}

#logo{
    font-size: 2rem;
    height: 60px;
    padding-top: 10px;
}

.form-group {
  box-sizing: border-box !important;
}

.form-control {
  margin-bottom: 0 !important;
}

label{
	margin-bottom: 5px;
}

#login{
	width: 200px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20PX;
}

#slides{
    background-color: #002f56;
}

.slide {
    position: absolute;
    /*-webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;*/
    transition-duration: 1.5s;
    opacity: 0;
    z-index: 1;
}

/*@-webkit-keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: 0}
  to {opacity: 1}
}*/

meter {
  margin: 0 auto 1em;
  width: 100%;
  height: 0.7rem;

  /* Applicable only to Firefox */
  background: none;
  border: 1px solid rgba(57,88,179,0.5);
}

/* Webkit based browsers */
meter[value="1"]::-webkit-meter-optimum-value { background: red; }
meter[value="2"]::-webkit-meter-optimum-value { background: yellow; }
meter[value="3"]::-webkit-meter-optimum-value { background: orange; }
meter[value="4"]::-webkit-meter-optimum-value { background: #50D614; }

/* Gecko based browsers */
meter[value="1"]::-moz-meter-bar { background: red; }
meter[value="2"]::-moz-meter-bar { background: yellow; }
meter[value="3"]::-moz-meter-bar { background: orange; }
meter[value="4"]::-moz-meter-bar { background: #50D614; }