body {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: unset;
}

#main-div{
    height: 850px;
    margin: -8px -8px -8px -8px;
    background-color: #000;
    color: #fff;
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

#background-div{
    width: auto;
}

#logo-section{
    height: 0px;
    position: absolute; 
    width: 100%;
    z-index: 1;
}

#login-section{
    height: 88%;
    position: absolute;
    top:98px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    /* background-color: aqua; */
}

#login-container{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: space-around;
}

#login-form{
    width: 55%;
    background-color: rgba(0,0,0,.75);
    padding: 40px 60px 40px 60px;
}

#login-main-container{
    height: 95%;
}

.nfTextField{
    border-radius: 4px;
    border: 0;
    background: #333;
    color: #fff;
    height: 30px;
    line-height: 50px;
    padding: 16px 20px 0;
    width: 89%;
}

#login-btn{
    border-radius: 4px;
    font-size: 16px;
    font-weight: 700;
    margin: 24px 0 12px;
    background: #e50914;
    width: 100%;
    padding: 16px;
    color: #fff;
}

#learn-more-btn{
    background-color: transparent;
    border: none;
    color: #0071eb;
    cursor: pointer;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    padding: 0;
}

.svg-icon-ntflx-logo{
    height: 45px;
    width: 167px;
    vertical-align: middle;
    line-height: 90px;
    fill: #e50914;
    position: relative;
    top: 20px;
    left: 45px;
}

.pixm-info-bar {
    display: flex;
    justify-content: center;
    background: white;
    color: white;
    height: 60px;
    position: fixed;
    width: 100%;
    top: calc(100% - 70px);
    padding-left: 5px;
	padding-right: 5px;
    font-size: 20px;
	font-weight: bold;
}

.pixm-info-bar-logo-div {
	display: flex;
	width: 20%;
	background: left no-repeat url('pixm_blue_on_white_logo.png'), right no-repeat url('mock-hexs.png');
	background-size: 100px;
}

.pixm-info-bar-logo-div .pixm_blue_on_white_logo {
	align-self: center;
	margin-left: 10px;
	height: 40px;
	width: 113px;
}

.pixm-info-bar-div {
	display: flex;
	height: 100%;
	width: 60%;
    align-self: center;
	background-color: #c94233;
	text-align: center;
	justify-content: space-around;
}

.pixm-info-bar-div span {
	align-self: center;
}

.pixm-info-bar-know-more-div {
	display: flex;
	width: 20%;
	background-color: #c94233;
	text-align: right;
	padding-right: 5px;
	justify-content: flex-end;
}

.pixm-info-bar-know-more-div span {
	align-self: center;
	font-size: 13px;
}

.pixm-info-bar-know-more-div span a:link {
  color: white;
}

.pixm-info-bar-know-more-div span a:visited {
  color: white;
}

.pixm-info-bar-know-more-div span a:hover {
  color: white;
}

.pixm-info-bar-know-more-div span a:active {
  color: white;
}