#login-block {
    right: 5%;
    top: 0px;
    width: 100%;
    text-align: left;
}

#login-block .btn {
    right: 10px;
    bottom: 10px;
    width: 120px;
    height: 40px;
    color: #fff;
    cursor: pointer;
}

table {
    vertical-align: top;
    width: 100%;
    border-collapse: collapse;
}

th {
    background: #333;
    color: #fff;
}

td,
th {
    vertical-align: top;
    width: 100%;
    top: 0px;
    color: f4623a !important;
    padding: 4px;
    text-align: left;
    
}

a:link,
a:visited,
a:hover,
a:active {
    color: #f4623a !important;
}
  
  label {
    display: block;
    color: #000;
    text-align: right;
    width: 500px;
  }

  .btn-primary {
    color: #000;
  }