body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #f5f5f5;
  font-family: 'Montserrat' !important;
}

.container {
  display: flex;
  box-shadow: 0 0 10px 10px rgba(113, 113, 113, 0.2);
  border-radius: 15px;
  overflow: hidden;
  background-color: #fff;
  padding-right: 0px;
  padding-left: 0px;
  height: 480px;
}

.left-panel {
  flex: 1;
  color: #fff;
  display: flex;
  align-items: center;
  text-align: left;
  position: relative;
  background-image: url('/site5/img/tools/login-sitrack-xs.png');
  background-size: cover;
  background-position: center;
  background-blend-mode: overlay;
}

.left-panel .left-panel-text {
  width: 100%;
  margin: auto 0;
}

.left-panel h1 {
  font-size: 16px;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  color: #b0b0b0;
  font-family: 'Montserrat';
}

.left-panel h1 b {
  color: #fff;
  font-weight: 900;
}

.overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.1);
  z-index: 999;
  cursor: pointer;
}

.overlay input[type] {
  background-color: rgba(250, 245, 245, 0);
}

input[type="text"]:focus {
  background-color: #fff !important;
}

.bottom-align-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.right-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 10px;
}

.right-panel h2 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
  color: #333;
}

.logo {
  text-align: center;
  margin-bottom: 10px;
}

.logo img {
  width: 170px;
  margin-top: 20px;
}

#loginForm {
  width: 100%;
  padding: 0 28px;
}

#loginForm .form-group {
  width: 100%;
}

#loginForm .form-group .form-control {
  height: 45px;
  border-radius: 6px !important;
}

#loginForm .form-group input:-webkit-autofill {
  -webkit-background-clip: text;
  background-color: #fff;
}

#loginForm .form-group .control-label {
  font-weight: 900;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 10px;
}

#loginForm .btn-group-justified {
  width: 50%;
  margin: 0 auto;
}

#loginForm .btn {
  border-radius: 6px !important;
  background-color: #FF8100;
  color: #fff;
  border-color:#FF8100;
  letter-spacing: 2px;
}

#loginForm .forgot-password {
  text-align: right;
  margin-bottom: 30px;
}

#loginForm .forgot-password a {
  text-decoration: none;
  color: #000;
  font-size: 0.9rem;
}

#loginForm .forgot-password a:hover {
  text-decoration: underline;
}

#loginForm .error-message {
  text-align: center;
  margin: 5px 0px 10px 0px;
  height: 20px;
}

#loginForm .error-message a {
  text-decoration: none;
  color: #e74c3c;
  font-size: 0.9rem;
}

#loginForm .alert-warning {
  border-top-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
}

@media (min-width: 901px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 740px) and (max-width: 900px) {
  .container {
    width: 720px;
  }
}

@media (max-width: 740px) {
  .container {
    flex-direction: column;
    width: 358px;
    height: auto;
    padding-bottom: 5px;
  }

  .left-panel {
    padding-top: 10px;
  }

  .right-panel h2 {
    font-size: 1.2rem;
  }

  .left-panel h1 {
    font-size: 12px;
    margin: 10px 0;
    font-family: 'Montserrat';
  }

  .bottom-align-text {
    position: relative;
    bottom: 1px;
    left: 20px;
  }  

  .logo {
    margin-bottom: 5px;
  }

  .logo img {
    width: 170px;
    margin-top: 20px;
  }

  #loginForm .error-message {
    margin: 5px 0px 10px 0px;
  }
  
  #loginForm .forgot-password {
    margin-top: 0px;
  }

  input {
    font-size: 0.9rem;
    padding: 8px;
  }

  button {
    padding: 10px;
    font-size: 0.9rem;
  }
}
