#registerForm .col-md-3 {
    padding-left: 0;
}
#registerForm .col-md-9 {
    padding: 0;
}

#emailInputDiv {
    display: flex;
    width: 100%;
}

#emailVerifyDiv {
    display: flex;
}

#emailResendButton, #emailVerifyButton {
    margin: 1em;
}

#emailVerifyText {
    margin-left: 1em;
    margin-bottom: 0;
}

.col-md-3{
    text-align: left;
}

p.description{
    margin: 0px;
    font-size: 12px;
}

.container.outer{
    position: relative;
    border: none;
}

.jumbotron.primary-container{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,3%);
    width: 800px;
    min-width: 550px;
    border: 1px lightgrey solid;
    border-radius: 10px;
    background-color: white;
    padding: 10px;
}

h3.form-title{
    color: rgb(40, 96, 144);
    line-height: 10px;
    padding-left: 10px;
}

.row.form-title{
    width: 100%;
    height: 60px;
    border-bottom: 1px lightgrey solid;
}

.row{
    margin:0px;
}

p.faq-title{
    font-size: 14px;
    color: black;
    font-weight: bold;
}

#help-url-btn, #help-terms-btn{
    color: royalblue;
    font-size: 14px;
}

p.help-block{
    margin-bottom: 0px;
}

a.return{
    float: right;
    padding: 10px;
}

.glyphicon{
    padding-right:5px;
    font-size: 0.8em;
}

.with-errors{
    color: #a94442;
}

#database-error{
    display: none;
}
#database-error2{
    display: none;
}
.termCheckbox{
    display: inline-block;
    margin-left: 15px !important;

}
#viewTerms .thin-outer-container {
    width: 900px;
    margin-left: 0px;
    margin-right: 0px;
    overflow-y: initial !important


}
#viewTerms #termContainer{
    height: 750px;
    overflow-y: auto  !important;

}