/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 100px;
}

.navbar-brand {
  padding-top: 40px;}

.main-container {
    background-color: rgb(25,47,80);
      background-image: url('../img/ai_qshe_small_pics_quality_management.png');
      background-repeat: no-repeat;
      background-position: right top;
      background-size: 50%;
}

.page-title {
	padding-bottom: 9px;
	margin: 40px 0 20px;
	color: #fff;
}

.center-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70%;
}

.login-form {
    width: 600px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}