body {
  font-family: 'Roboto', sans-serif
  line-height: 1.5;
  color: #373a3c;
  overflow-y:hidden;
  display: block;
}
html {  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
p {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #424242;
  text-align: center;
  animation-delay: 2s;
}
#footer {

        height: 50px;
        width: 100%;
} 
#footer p {

        width: 100%;
        line-height: 13px;
        text-align: center;
        bottom:0;
    }

.container {
        height: calc(100vh - 50px);
}
.bg {
    background: url(../img/texture1.jpg);
    background-size: cover;

  height: 1400px;  
  width: 100%;
  display:block;
}
.form-signin {
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 220px;
}

#inputPassword, #inputUsername, #in {
  border: 2px solid #2e3e4e;
}
.form-signin-heading1{
    font-size: 85.4px;
    line-height: 58px;
    font-weight: 600;
    text-align: center;
    color: #fff;
    cursor:default;
}
.form-signin-heading2{
  font-size: 35px;
    line-height: 19px;
    font-weight: 600;
    color:#fff;
    text-align: center;
    cursor:default;    
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 0px 20px 10px;
  font-size: 12px;
}
.form-control{
  border-radius:0px!important;
}
.btn-group-sm>.btn, .btn-sm {
  border-radius:0px!important;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="username"] {
}
.form-signin input[type="password"] {
  margin-top:5px;
}
.form-signin #inputSubmit {
  margin-top:5px;
  background: #2e3e4e;
  border:0px;
  padding: 10px;
}
.form-signin #inputSubmit:hover{
  background: #192028;
}
.form-signin .remember {
  font-size:12px;
  text-transform: uppercase;
}
#inputUsername, #inputPassword {
  margin-top:5px;
}
.container {
    padding-top:200px!important;  
}
@media (max-width: 1100px){
.container {
    padding-top:50px!important;
}
}


.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: thin dotted!important;
}