#background{
    height:100%;
    width: 100%;
}

.nab-header {
	width: calc(100% - 100px);
    margin: 20px auto;
    display: flex;
    height: 85px;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 5px rgba(57, 63, 72, 0.3);
}

input:focus-visible {
    border: 2px solid #00234B;
    outline: none;
}

footer {
	color: #FFFFFF;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    margin-top: 30px;
}

.footer-bottom {
	width: 100%;
    min-height: 68px;
    background-color: #D2D2CE;
    font-size: 14px;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 60px 0;
}

footer .container {
	margin: 0 auto;
    max-width: 1410px;
    display: flex;
    color: #00234b;
    gap: 40px;
	width: calc(100% - 100px);
	align-items: center;
}

footer .logoContainer {
	flex: 1;
    display: flex;
}

footer .logoContainer .logo {
	display: flex;
    width: 300px;
}

.nab-header a {
	display: flex;
}
#api{
    width: calc(100% - 100px);
    height: 81%;
    max-width: 1410px;
    margin: 0 auto;
    background-image: url(https://drab2cprod.blob.core.windows.net/b2cfiles/background.png);
    background-repeat: no-repeat;
    display: flex;
    justify-content: left;
    align-content: center;
    flex-wrap: wrap;
    background-size: cover;
}
#api form {
	background: #fff;
    width: 450px;
    border-radius: 25px;
    padding: 25px 10px;
    font-family: sans-serif;
	margin-left: 40px;
}
label{
    color: #00234b;
    margin-bottom: 5px;
    display: inline-block;
}
.attrEntry {
	margin: 20px 0;
}
html{
    height:100%;
}
body{
    overflow: scroll;
    height: 100%;
    margin: 0;
}
img{
    height:100%;
    width:100%;
}
button{
    display:block;
    width: 100%;
    height: 40px;
    background-color: #00234B;
    color: white;
    margin-bottom:20px;
	border-radius: 5px;
}
button:hover {
	background-color: #E80000;
    border: none;
}
.error.itemLevel p {
    color: red;
    margin: 2px 0px;
}
input{
    width: calc(100%);
    height: 50px;
    border-radius: 5px;
    border: 1px solid #E8EEEC;
    padding-left: 10px;
    color: #555;
    font-size: 1em;
    box-sizing: border-box;
}
#new-volunteer-text{
    display:inline;
}
#new-volunteer-link{
    padding-left: 5px;
    color: #00234b;
    text-decoration: none;
}
a#new-volunteer-link:hover {
    text-decoration: underline;
}
#forgotPassword{
    float:right;
	color: #00234b;
    text-decoration: none;
	margin-bottom: 5px;
}
a#forgotPassword:hover {
    text-decoration: underline;
}
.buttons{
    padding-top:15px;
}
.entry-item{
    padding-top: 10px;
    padding-bottom: 10px;
}
h1 {
    color: green;
    text-align: center;
  }
.intro h2 {
	text-align: center;
}
.entry {
	width: 400px ;
	margin-left: auto ;
	margin-right: auto ;
}
.divider h2 {
	text-align: center;
}
.create {
	width: 400px ;
	margin-left: auto ;
	margin-right: auto ;
}

@media (max-width: 767px) {
	#api, #api form .entry, .nab-header, .footer-bottom  {
		width: initial !important;
	}
	.nab-header {
		margin: 0px auto;
	}
	#api form {
		width: 80%;
    	margin: 0 30px;
		max-width: 450px;
    	padding: 25px 25px;
	}
	footer .container {
		flex-direction: column;
	}
	footer .container .logoContainer {
		margin: 0 auto;
	}
	.footer-bottom {
		padding: 60px 20px;
	}
}
