#registerHeader{
    padding-top: 15px;
    border-bottom: 2px solid #a4a4a4;
}
.atomicBlueBg {
    background-color: #12AFD1 !important;
    color: #ffffff;
}
input.form-control {
    background-color: #f5f5f5;
    border: 2px solid #a4a4a4;
}
html{
    background: url("../imgs/registerBg.png") no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
body{
    background-color: transparent;
}
header{
    background-color: #ffffff;
}
/*
.checkbox > label:before {
     content: "\f096";
     font-family: FontAwesome;
 }
.checkbox input {
    display: none;
}
.checkbox input[type="checkbox"]:checked + label:before {
    content: "\f046";
    font-family: FontAwesome;
}*/
