.form-input-container ul{
    color:white;
    font-family: 'Lato', sans-serif;
    padding:0px;
}

#accept{
    margin-top: 15px;
}

#accept > input {
    width: 14px;
    margin-right: 10px;
}

.accept-container{
    width: 14px;
    margin-right: 10px;
}

#accept > *{
    display: inline-block;
}

#accept a{
    color:white;
}

.v-separator{
    background: white;
    height: 1px;
    width: 30%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

.glyphicon-info-sign{
    color:white;
}

@media screen and (max-width: 668px) {

    #central{
        flex-direction:column;
    }

    #right, #left{
        width:100%;
    }

    .separator{
        width:100%;
        height:1px;
    }

}