body {
      background-color: #080403;

}


.account-form {
    background-color:#d2d2d2;
    text-shadow:none;
    padding:10px;
    border-radius:10px;
    color:#000;
}

.account-form > a {
    color: #337ab7;
}

.account-form > a:hover {
    text-decoration: none;
     color: #49abff;
}


.btn-link {
  color: #337ab7;
  text-shadow: none;
}
.btn-link:hover {
  color: #49abff;
}



.primary-content {
    background-color:#d2d2d2;
    text-shadow:none;
    padding:10px;
    border-radius:10px;
    color:#000;
}

/*.primary-content > a, .primary-content a {
    color: #337ab7;
}*/

/*.primary-content > a:hover, .primary-content a:hover {
    text-decoration: none;
     color: #49abff;
}*/

.small-grey {
  color: #b1b1b1;
}


.landing-content {
  min-height: 800px;
}

.landing-content {
  color: #fff;
}

.landing-content > a{
  color: #fff;
}


.landing-content > a,
.landing-content > a:hover,
.landing-content > a:focus {
  color: #333;
  text-shadow: none;  
  background-color: #fff;
  border: 1px solid #fff;
}


.kirr-logo, .kirr-logo-lead {
  color: #fff;
}


.break-word {
  max-width:300px; 
  overflow-wrap: break-word;
}


.center {
  text-align: center;
}