body {
    font-family: Roboto, Helvetica, sans-serif;
    font-size: 1em;
    color: rgb(27, 27, 27);
}
.form-group { font-size: 0.9em; font-weight: normal; line-height: 1.5;}

img { padding: 3px; border-radius: 20%; }

.login {
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url('../images/bg-waves_bottom.svg');
}

.bg-gradient-primary-to-secondary {
    background: linear-gradient(
86deg, #0e0a6b, #ce2a11, #5391c0) !important;
color:#fff;
}

.navy { color:#0e0a6b;}
.army { color:#ce2a11;}
.air { color:#5391c0;}
.mes { color: #94163C;}

.myarticle {
    column-count: 3;
    column-gap: 30px;
    column-rule-style: solid;
    column-rule-color: #94163C;
  }

  .border {
    margin: 0 !important;
    bottom:0;
    position:absolute;
  }

  .border .ccol {
    min-height: 5px;
  }
