body {
    background-color: var(--dbsWhite) ;
}

.centered {
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 120px;
}

.login {
    background-color: var(--dbsWhite) ;
    max-width: 500px ;
    width: 95% ;
    position: relative ;
    border-radius: 3px ;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4) ;
	padding: 25px ;
}

.dbsText {
    padding: 15px;
	border: 1px solid var(--dbsWhite);
	border-radius: 3px;
	margin-bottom: 10px;
	width: 100%;
	box-sizing: border-box;
    font-size: larger;
    outline: 0 ;
}

.dbsText:hover,
.dbsText:active {
    border-color: var(--dbsColour2) ;
}

.dbsQuestionLabel {
    font-size: 1.2em ;
    font-family: Helvetica, serif ;
    text-align:left ;
    font-weight: 530 ;
}

.dbsButton {
    height: 50px ;
    min-width: 100% ;
    background-color: var(--dbsBlack) ;
    border-radius: 2px ;
    color: var(--dbsWhite) ;
    border: none; 
    margin-top:.5em ;
    font-size: 1.2em ;
    font-weight: 600 ;
    text-transform: uppercase ;
}

.dbsButton:hover {
    background-color: var(--dbsColour2) ;
}

.form-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.5 ;
  margin-bottom: 1.5em ;
  width: 50%;
}

.app-wrapper-footer {
    color: var(--dbsBlack);
    text-align: center;
    line-height: 1.6;
    padding: 10px;
    margin-top: 5em;
    font-family: Helvetica;
    font-size: 1.2em ;
}

.app-wrapper-footer a {
    color: var(--dbsBlack);
    text-decoration: none;
    font-weight: 600 ;
}

.app-wrapper-footer a:hover {
    border-bottom: 1px solid var(--dbsBlack) ;
}

.app-footer__inner .app-footer-right {
    margin-left: auto ;
    display: flex ;
} 

.login-footer .app-footer__inner {
    padding: 0 1.5rem 0 .75rem ;
    height: 60px ;
    display: flex ;
    align-content: center ;
    align-items: center ;
    font-size: 1.2em ;
} 