

body { 
	background-image: url("csu-building-background.jpg"); 
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #002855 !important;
    font-size: 13px;
	
  background-attachment: fixed;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
  
}

.form-signin {
    width: 100%;
    max-width: 440px;
    margin: auto;
    padding: 45px;
    background-color: #ffffff;
	position: fixed !important;
	top: 45%;
	left: 50%;
	transform: translate(-45%, -50%);
}

h1 {
    margin: 20px 0;
    font-size: 24px;
}

@media (min-width: 768px) {
    .form-signin {
        margin-top: 130px;
    }
}

.center-box {
    width: 100%;
}

.banner-logo {
    max-height: 36px;
    border: 0;
    clear: both;
}

.btn {
    font-size: 15px;
}

.btn-primary {
    background-color: #002855 !important;;
}

.btn-primary:hover {
    background-color: #C6AA76 !important;
}

.btn-secondary:hover {
    background-color: #C6AA76 !important;
}

.btn-outline-primary {
    border-color: rgb(0, 103, 184);
}

.btn-outline-primary:hover {
    background-color: rgb(0, 103, 184);
}

.h1, h1 {
        font-size: 24px !important;
    }

.center {
  margin: auto;
  text-align: center;
  padding: 10px;
}

#troubleLoginButton {
    color: rgb(0, 103, 184);;
    border-color: transparent;
    position: relative;
    flex: 1 1 auto;
	padding-top:20px;
	padding-bottom:20px;
	text-align:center;
}

#imgLogo{
	width:60%;
	border:none;
	padding-bottom:20px;
}