.center-block {
    width:280px;
    padding:10px;
    color:#002454;
}

#LoginLogo {
	background-image: url("../Images/logo.svg");
	background-size: auto 50px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	height: 100px;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0;
}

#LoginPanel {
	
    
}

 /*phone sized resolution */
@media (max-width:500px){
    #LoginPanel{
        background-image: none;
    }

	#LoginLogo {
		background-image: url("../Images/logo.svg");
		background-size: auto 50px;
		height: 60px;
		margin-top: 20px;
	}
}


/*These overide the input box colors for password and username*/
input[type="text"], input[type="password"]{
    border: 2px solid #B7B8B9;
    background-color: #ffffff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
   border: 2px solid #B7B8B9;
  -webkit-text-fill-color: #000000;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-box-shadow: 0 0 0px 1000px #00BED5 inset;
}



