﻿body {
    padding-bottom: 20px;
    background: url('../images/ecoc_gradient.jpg');
    background-color: rgba(0, 0, 0, 0);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #1979a9;
}

.card {
    background: #fffb;
    box-shadow: 0px 0px 16px #1979a9;
}

.img-flag {
    max-width: 25px;
}

.btn-outline-primary, .btn-outline-succcess, .btn-outline-danger {
    border-width: 2px;
}

footer {
    color: #fff;
    position: fixed;
    height: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
}
