#brandsContainer{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 80px;
    margin-top: 60px;
}
#brandsTitle, #registerTitle{
    position: relative;
    width: 700px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 39px;
}
#brandsSeparator{
    position: relative;
    width: 60%;
    margin: 0 auto;
    height: 1px;
    background-color: #565559;
    margin-top: 20px;
}

#brandLogosContainer{
    width: 885px;
    height: 45px;
    margin: 0 auto;
    margin-top: 50px;
}

.brandLogoImg{
    position: relative;
    margin-right: 35px;
    max-height: 40px;
}

#firstBrand{
    
}

#secondBrand{
    margin-top: 3px;
}

#thirdBrand{
    margin-top: 3px;
}

#fourthBrand{
    margin-top: 12px;
}

#fifthBrand{
    width: 150px;
    margin-top: 14px;
}

#sixthBrand{
    margin-top: 4px;
    margin-right: 0px;
}

#registerContainer{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.registerInput{
    position: relative;
    float: left;
    background-color: #EBECED;
    height: 45px;
    width: 30%;
    padding-left: 15px;
   // margin-right: 48px;
    margin-bottom: 28px;
    margin-left: 2%;
    font-size: 18px;
    color:black;
}
.noMarginLeft{
    margin-left:0px;
}
#registerButton{
    position: relative;
    width: 70%;
    text-align: center;
    height: 50px;
    float: left;
    margin-left: 15%;
    line-height: 50px;
    background-color: #002E6C;
    color: white;
    margin-top: 30px;
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom:50px;
    border:1px solid #002E6C;
    font-weight:bold;
}
#registerButton:hover{
    cursor:pointer;
    background-color:white;
    color:#002E6C;
}

#inputsContainer{
    position: relative;
    margin-top: 20px;
    width: 86%;
    margin-left: 7%;
}

#loginExistingUser{
    height: 1px;
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 22px;
    display: inline-block;
    letter-spacing: 4px;
}

#terms{
    float: left;
    height: 18px;
    margin-top: -24px;
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
    color: #0C1959;
}

#terms:hover{
    text-decoration: underline;
    color: #6485D8;
}

#loginButton{
    position: relative;
    width: 70%;
    text-align: center;
    height: 50px;
    float: left;
    margin-left: 15%;
    line-height: 50px;
    background-color: #002E6C;
    color: white;
    margin-top: 30px;
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom:50px;
    border:1px solid #002E6C;
    font-weight:bold;
}
#loginButton:hover{
    cursor:pointer;
    background-color:white;
    color:#002E6C;
}

#termsLink{
    width: auto;
    display: inline-block;
}

#RegisterInstructions{
    width: 700px;
    margin: 0 auto;
    margin-bottom: 80px;
}

.line{
    margin-bottom: 15px;
}

#intro1{
    text-align: center;
    margin-bottom: 50px;
    font-size: 30px;
    letter-spacing: 5px;
    line-height: 39px;
}

#intro2{
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    font-weight: bold;
}

#line6{
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}




@media screen and (max-width:1442px){
    .noMarginRight{
        margin-right:48px;
    }
}

.brandContainerDiv{
    position:relative;
    width:25%;
    overflow: hidden;
    height: 60px;
    float: left;
    text-align: center;
    margin-bottom: 30px;
}