﻿/* mixins */
/* variables */
#home .btn-brio-black {
  margin: 0 20px; }

#new-user .glyphicon-ok, #returning-user .glyphicon-ok {
  color: #a8b400; }
#new-user .glyphicon-exclamation-sign, #returning-user .glyphicon-exclamation-sign {
  color: red; }
#new-user .sn, #returning-user .sn {
  margin-bottom: 10px; }
  #new-user .sn:last-child, #returning-user .sn:last-child {
    margin-bottom: 0; }
@media (min-width: 768px) {
  #new-user .table, #returning-user .table {
    width: 500px; }
 }
