@font-face{
    font-family: 'theSans';
    src: url('../fonts/thesans-2-extralight.ttf') format('truetype');
    font-weight: 200; //lighter
}


@font-face{
    font-family: 'theSans';
    src: url('../fonts/thesans-3-light.ttf') format('truetype');
    font-weight: 300; //light
}

@font-face{
    font-family: 'theSans';
    src: url('../fonts/thesans-5-regular.ttf') format('truetype');
    font-weight: 400; //normal
}

@font-face{
    font-family: 'theSans';
    src: url('../fonts/thesans-b7-bold.ttf') format('truetype');
    font-weight: 700; //bold
}

@font-face{
    font-family: 'theSans';
    src: url('../fonts/thesans-8-extrabold.ttf') format('truetype');
    font-weight: 800; //bolder
}

@font-face{
    font-family: 'theSans';
    src: url('../fonts/thesans-9-black.ttf') format('truetype');
    font-weight: 900; //black
}

body {
    background: #023f7e; /* Old browsers */
    background: -moz-radial-gradient(closest-corner ellipse at 50% -20%, #007dbd 75%, #023f7e 150%); /* FF3.6-15 */
    background: -webkit-radial-gradient(closest-corner ellipse at 50% -20%, #007dbd 75%, #023f7e 150%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(closest-corner ellipse at 50% -20%, #007dbd 75%, #023f7e 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dbd', endColorstr='#023f7e', GradientType=1); /* IE6-9 fallback on horizontal gradient */

    font-size: 18px;
    color: #ffffff;
    font-family: theSans, Arial, Helvetica, sans-serif;
    font-style: normal;
}

.card {
    background-color: #001a4b;
    border-radius: 5px;
    padding: 1em;
}

.btn {
    background-color: #235fa0;
    color: #ffffff;
    text-transform: none;
    font-size: 1em;
    padding: 0.3em 0.9em;
    border: 0;
}

.btn:hover, .btn:focus {
    background-color: #5f5f5f;
}

.btn-success {
    background-color: #ffffff;
    color: #001a4b;
}

.btn-success:hover, .btn-success:focus {
    background-color: #d3c7a4;
}

.btn-danger:hover, .btn-danger:focus {
    background-color: #dc3545;
}

#kc-header-wrapper {
    background-image: url('../img/ARD-STP-Portal_white.svg');
    background-repeat: no-repeat;
    background-position-x: center;
    height: 70px;
    margin: 4em;

    /* Hide the text. */
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

h1 {
    font-size: 1.8em;
    font-weight: normal;
    margin-top: 0
}

h2 {
    font-size: 1.2em;
}

h3 {
    font-size: 1.0em;
    font-weight: bold
}

a {
    color: #ffffff !important;
}

a:hover, a:focus {
    color: rgba(255, 255, 255, 0.5) !important;
}

.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-error hr {
    border-top-color: #f1b0b7;
}

.alert-error .alert-link {
    color: #491217;
}

.footer {
    width: 100%;
    background-color: #001a4b;
    margin-top: 10em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer hr {
    width: 100%;
    border-top: 1px solid #ffffff;
    opacity: 0.5;
}

.footer .claim {
    font-size: 14px;
}

.footer .claim img {
    width: 6em;
    height: 2em;
    margin-bottom: 1em;
}
