body {
    background: #3e4144;
	font-family: 'Roboto Condensed', sans-serif;
}
.form {
    position: absolute;
    top: 50%;
    left: 50%;
    width:20rem;
    padding: 30px 25px;
    background: white;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    /* -webkit-transform: translate(-50%,-50%); */
    -o-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
   
    display: block;
}

h1.login-title {
    color: #666;
    margin: 0px auto 25px;
    font-size: 25px;
    font-weight: 300;
    text-align: center;
}
.login-input {
    font-size: 15px;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 25px;
    height: 25px;
    width: calc(100% - 23px);
}
.login-input:focus {
    border-color:#6e8095;
    outline: none;
}
.login-button {
    color: #fff;
    background: #FF5722;
    border: 0;
    outline: 0;
    width: 100%;
    height: 50px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.link {
    color: #666;
    font-size: 15px;
    text-align: center;
    margin-bottom: 0px;
}
.link a {
    color: #666;
}
h3 {
    font-weight: normal;
    text-align: center;
}
@media only screen and (min-width: 480px) {
    .form {
        width: 40rem; 
    }
   
  }

  .nist-brand{
        
    height:50px !important;
    display:flex;
  }
  .nist-brand img{
      border-radius:25%;
      margin-top:-3px !important;
      height:50px !important;
  }
  .nist-brand h1 {
   margin-top:-1rem !important;
   line-height:5rem !important;
   color: #a94442;
   letter-spacing:0.3rem;
   height: 5rem;
   font-weight: 800;

   }
  
   .nist-brand h2 {
       margin-top:-1rem !important;
   margin: 0;
   font-size:15px;
   color: #a94442;
   letter-spacing:0.4rem;
   font-weight: 700;
  
   }