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

.navbar-brand {
  }

.main-container {
    
}

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

.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);
}