:root {
    --wits-blue: #163a59;
    --wits-brown: #85714D;
    --wits-white: #fff;
    --wits-red: #dc3545;
    --main-color: #317EEB;
    --hover-color: #2764BA;
    --body-color: #E0E0E0;
    --box-color: white;

    --bd-violet: #712cf9;
    --bd-violet-rgb: 112.520718,44.062154,249.437846;
}


.btn {
    color: var(--wits-white) !important;
    font-weight: 600 !important;
    display: inline-block;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  /*  background-color: transparent; */
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn, a.btn {
    font-weight: 600;
    font-size: 0.8571em;
    line-height: 1.35em;
    text-transform: uppercase;
    border: 2px none;
    margin: 10px 1px;
    border-radius: 3px;
    padding: 11px 22px;
    cursor: pointer;
   /*  background-color: #66615B; --%><%-- color: #FFFFFF; */
    -webkit-transition: all 150ms linear;
    -moz-transition: all 150ms linear;
    -o-transition: all 150ms linear;
    -ms-transition: all 150ms linear;
    transition: all 150ms linear;
}

.btn-round {
    border-width: 1px;
    border-radius: 30px;
    padding-right: 23px;
    padding-left: 23px;
}

.btn-blue {
    color: #fff;
    background-color: #0074ce;
}

.wits-blue {
    color: #163a59;
}

a {
    color: #163a59;
}

.wits-footer {
    color: #FFFFFF;
    background-color: #163a59;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn-wits-blue {
    background-color: var(--wits-blue) !important;
    border-radius: 3px;
    border: none;
}