html, body {
    height: 100%;
}
body {
    background-color: white;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
header {
    background: #000;
    color: #fff;
}
.header-logo {
    background: #009DD9;
    overflow: hidden;
    height: 45px;
    width: 45px;
    margin-right: 7px;
    margin-bottom: 15px;
}
.nielsen-logo {
    margin-top: -19px;

}
.nielsen-logo-background {
    fill: #009DD9;
}
.nielsen-logo-color {
    fill: #fff;
}
.container-fluid {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.flex {
    display: flex;
}
h2 {
    font-size: 1.74em;
    padding-top: 10px

}
form {
    float: left;
    font-size: 18px;
}
#login {
    font-size: 1em;
}
.form-signin {
  width: 500px;
  padding: 15px 25px 45px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 3px;
}
.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    @include box-sizing(border-box);
		&:focus {
		  z-index: 2;
		}
}
input[type="text"] {
	margin-bottom: -1px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
input[type="password"] {
	margin-bottom: 15px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.btn-primary {
    background: #009DD9;
    border-color: #009DD9;
}
#footer {
    clear: left;
    text-align: center;
    padding-top: 20px;
    border-radius: 7px;
    font-size: .65em;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -30px;
}