html {
  font-size: 16px;
  position: relative;
  min-height: 100%;
}

:root {
    --body-text-color: #444444; /* global scope */
    --body-svg-color: #666;
}


body {
    margin: 0px;
    color: var(--body-text-color);
    font-family: Roboto, sans-serif;
    background-color: rgb(242, 176, 119);
}

.text-danger {

    width: 100%;
    display: inline-block;
    margin-top: 5px;
}

header{

}

footer {
    margin-top: -50px;
}

h3{
    font-weight:bold;
    font-size: 1.17em;
    margin-bottom:20px;
}

.btn-primary {
    background-color: #444;
    border-color: #444;
}

.btn-primary:hover {
    background-color: #555;
    border-color: #555;
}

    .btn-primary.secundair {
        background-color: #eee;
        border-color: #eee;
        color: #444444;
    }

    .btn-primary.secundair:hover {
        background-color: #fff;
        border-color: #fff;
    }

.card-container {
    margin: 60px auto;
}

.card-canvas {
    /*height: calc(100% - 79px);*/
}

.card-design {
    background-color: white;
    background-position: top;
    background-size: cover;
    margin: auto;
    padding: 20px;
    border-radius: 50px;

    max-width: 375px;
    height: 605px;
}

    .card-design.card-image {
        background-color: unset;
        /*background-image: url(/images/download.png);*/
        color:white;
    }


.card-design table td {
    vertical-align: top;
    padding-left: 10px;
}
    .card-design table {
        width:75%;
    }

.positioned {
    position: relative;
    margin-bottom: 2px;
    display: inline-block;
}

.qr-holder{
    width:100px;
    height:100px;
}

input.form-control.v-input {
    width: 44px;
    height: 50px;
    display: inline;
    margin-right: 6px;
    font-size: 1.5rem;
    font-weight: bold;
}

.field-validation-error span {
    margin-top: 5px;
    display: block;
}

.pwaContainer {
    position: absolute;
    left: 50%;
    max-width: 380px;
    z-index: 100;
    margin-left: -190px;
    zoom: 100%;
    top: 0;
}

button.secondary {
    background-color: #424242 !important;
    border-color: #424242 !important;
    color:white;
}

button i.v-icon.add-to-start {
    background-image: url(/images/add-to-start.png);
    width: 20px;
    height: 18px;
    display: inline-block;
}

#iosBanner {
    background-color: #424242 !important;
    border-color: #424242 !important;
    color: white;
    padding: 10px;
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    margin-bottom:-50px;
}