.text-primary {
  color: #428BCA !important; }

.text-danger {
  color: #D9534F !important; }

.text-warning {
  color: #F0AD4E !important; }

.text-info {
  color: #5BC0DE !important; }

.text-success {
  color: #5CB85C !important; }

.text-black {
  color: black !important; }

.fixed-action-btn a.color-main {
  background-color: #4CAF50; }

.fixed-action-btn a.color-dark {
  background-color: #424242; }

.fixed-action-btn a.color-danger {
  background-color: #D9534F; }

.fixed-action-btn a.color-info {
  background-color: #5BC0DE; }

.fixed-action-btn a.color-primary {
  background-color: #428BCA; }

.fixed-action-btn a.color-warning {
  background-color: #F0AD4E; }

.fixed-action-btn a.color-success {
  background-color: #5CB85C; }

.fixed-action-btn a.btn-alt, .fixed-action-btn a.disable {
  display: none; }

.fixed-action-btn a.enable {
  display: inline-block; }

.btn-transparent {
  background-color: transparent;
  box-shadow: none;
  color: #BDBDBD; }
  .btn-transparent:hover {
    background-color: transparent;
    box-shadow: none;
    color: #757575; }

.btn.btn-primary, a.btn.btn-primary, .btn.btn-icon {
  color: #428BCA !important;
  border: 1px solid #428BCA; }
  .btn.btn-primary:hover, a.btn.btn-primary:hover, .btn.btn-icon:hover {
    color: white !important;
    background-color: #428BCA !important; }

.btn.btn-danger, a.btn.btn-danger, .btn.btn-icon {
  color: #D9534F !important;
  border: 1px solid #D9534F; }
  .btn.btn-danger:hover, a.btn.btn-danger:hover, .btn.btn-icon:hover {
    color: white !important;
    background-color: #D9534F !important; }

.btn.btn-warning, a.btn.btn-warning, .btn.btn-icon {
  color: #F0AD4E !important;
  border: 1px solid #F0AD4E; }
  .btn.btn-warning:hover, a.btn.btn-warning:hover, .btn.btn-icon:hover {
    color: white !important;
    background-color: #F0AD4E !important; }

.btn.btn-info, a.btn.btn-info, .btn.btn-icon {
  color: #5BC0DE !important;
  border: 1px solid #5BC0DE; }
  .btn.btn-info:hover, a.btn.btn-info:hover, .btn.btn-icon:hover {
    color: white !important;
    background-color: #5BC0DE !important; }

.btn.btn-success, a.btn.btn-success, .btn.btn-icon {
  color: #5CB85C !important;
  border: 1px solid #5CB85C; }
  .btn.btn-success:hover, a.btn.btn-success:hover, .btn.btn-icon:hover {
    color: white !important;
    background-color: #5CB85C !important; }

.btn.btn-clean, a.btn.btn-clean {
  border: none; }

@font-face {
  font-family: yanone;
  src: url("../font/YanoneKaffeesatz-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: yanone;
  src: url("../font/YanoneKaffeesatz-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 800; }

@font-face {
  font-family: yanone;
  src: url("../font/YanoneKaffeesatz-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: yanone;
  src: url("../font/YanoneKaffeesatz-ExtraLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 200; }

.login-page {
  height: 100vh;
  min-height: 800px;
  background-image: url(../img/login-bg.jpg); }
  .login-page img {
    margin-top: 12vh; }
  .login-page h1 {
    font-family: yanone;
    margin: 6vh 0;
    font-size: 62px;
    font-weight: 600;
    color: white; }
  .login-page h3 {
    font-size: 16px;
    color: #4CAF50;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px; }
  .login-page .login-box {
    margin: 0 auto;
    padding: 32px;
    width: 400px;
    background-color: white;
    box-sizing: border-box; }
  .login-page .login-box-footer {
    width: 400px;
    margin: 0 auto;
    background-color: white;
    border-top: 1px solid #E0E0E0;
    padding-left: 32px;
    padding-right: 32px;
    text-align: right; }

h1, h2, h3, h4, h5, h6 {
  font-family: yanone;
  font-weight: 600; }

/*# sourceMappingURL=template.css.map */