.img-responsive {
    width: 100%;
    height: auto;
}
.center {
    margin: 0 auto !important;
    float: none !important;
}
.height-fix {
    margin-bottom: 100px;
}
.fbtn-img {
    margin-top: -10px;
    max-height: 40px;
    max-width: 40px;
}
.no-bg-color {
    background-color: transparent !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0), 0 1px 3px 1px rgba(0,0,0,0);
}
.header-icon {
    margin-top: -190px;
    float: right;
    position: relative;
}
.header-bg {
    z-index: 0 !important;
    position: relative;
}
@media only screen and (max-width: 1250px) {
  .header-icon {
    margin-top: -140px;
    float: right;
    height: 140px;
}
}
@media only screen and (max-width: 950px) {
  .header-icon {
    margin-top: -100px;
    float: right;
    height: 100px;
}
}
@media only screen and (max-width: 650px) {
  .header-icon {
    margin-top: -80px;
    float: right;
    height: 80px;
}
}
.ui-footer {
    border-top: 1px solid rgba(0,0,0,.12);
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}
.reg-btn {
    background-color: #3f51b5;
    width: 100%;
}
.reg-btn:hover {
    background-color: #2e3b86 !important;
}
/*.card-header-crystal {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid rgba(0,0,0,.12);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 56px;
    background: url(/assets/images/crystal_pattern.png);
    background-repeat: repeat;
    background-size: 200px 200px;
}*/
.header-transparent:before {
    background-color: #c9a8ce !important;
}
.tab-nav-indicator {
    background: white !important;
}
