body {
    color: #000;
    overflow-x: hidden;
    height: 100%;
    background-color: #B0BEC5;
    background-repeat: no-repeat;
    font-family: 'Jost', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}

.label-holder {
    width: 100px;
    position: absolute;
    left: -104px;
    top: 40%;
}
.fine-holder b{
    font-weight: 500;
    display: inline-block;
    width: 100px;
}

#qrcodes {
    position: relative;
    display: table;
}

#qrcode {
    width: 17%;
    position: absolute;
    bottom: 20%;
    right: 27%;
}

#qrcode span{
    position: relative;
    font-style: normal;
    font-size: 0.4rem;
    display: block;
    text-align: center;
    width: 100%;
}

#qrcode canvas,
#qrcode img{
    max-width: 100%!important;
}

#qr-reader,
#qr-reader > div {
    border-width: 0!important;
}

#qr-reader > div > span {
    display: none;
}

#qr-reader #qr-reader__dashboard_section_csr select,
#qr-reader #qr-reader__dashboard_section_csr,
#qr-reader #qr-reader__dashboard_section_fsr 
{
    margin-bottom: 20px;
}

#qr-reader #qr-reader__header_message {
    text-align: center;
    padding: 10px 20px !important;
}

#qr-reader button {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    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;
    color: #fff;
    background-color: #004f2b;
    border-color: #004f2b;
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    border-radius: 0.3rem;
}

.card {
    background-color: transparent;
}

.card0 {
    background-size: cover;
    background-position: bottom right;
    box-shadow: 0px 4px 8px 0px #757575;
    border-radius: 0px
}

.card2 {
    margin: 0px 40px
}

.back {
    background: #efefef;
    border-radius: 5px;
    margin: 45px 0 0;
    font-size: 20px;
    width: 100px;
    text-align: center;
}
.back a{
    text-decoration: none;
}

.back img{
    margin-top: -3px;
    width: 20px;
}

.logo {
    max-width: 200px;
    width: 100%;
    margin: 30px auto;
}

.logo img{
    max-width: 100%;
}

.image {
    margin-top: 40px;
    max-width: 360px;
    width: 100%;
    height: auto;
    background: #efefef;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.image img{
    max-width: 100%;
}

.border-line {
    border-right: 1px solid #EEEEEE
}

.facebook {
    background-color: #3b5998;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.twitter {
    background-color: #1DA1F2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.linkedin {
    background-color: #2867B2;
    color: #fff;
    font-size: 18px;
    padding-top: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    cursor: pointer
}

.line {
    height: 1px;
    width: 45%;
    background-color: #E0E0E0;
    margin-top: 10px
}

.or {
    width: 10%;
    font-weight: bold
}

.text-sm {
    font-size: 14px !important
}

::placeholder {
    color: #BDBDBD;
    opacity: 1;
    font-weight: 300
}

:-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

::-ms-input-placeholder {
    color: #BDBDBD;
    font-weight: 300
}

input,
textarea {
    padding: 10px 12px 10px 12px;
    border: 1px solid lightgrey;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    color: #2C3E50;
    font-size: 14px;
    letter-spacing: 1px
}

input:focus,
textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #304FFE;
    outline-width: 0
}

button:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline-width: 0
}

a {
    color: inherit;
    cursor: pointer
}

.btn-blue {
    background-color: #004f2b;
    width: 150px;
    color: #fff;
    border-radius: 2px
}

.btn-blue:hover {
    background-color: #000;
    cursor: pointer
}

.bg-blue {
    color: #fff;
    background-color: #004f2b
}

.card-scanner {
    margin-top: 30px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .logo {
        margin: 40px auto 10px;
    }

    .card-scanner {
        margin-top: 10px;
    }

    .image {
        max-width: 300px;
    }

    .validator-section {
        text-align: center;
    }

    .validator-section .fine-content{
        max-width: 300px;
        width: 100%;
        display: table;
        text-align: left;
        margin: 0 auto;
    }

    .label-holder {
        position: relative;
        margin: -70px auto 0;
        display: table;
        left: 0;
    }

    .border-line {
        border-right: none
    }

    .card2 {
        border-top: 1px solid #EEEEEE !important;
        margin: 0px 15px
    }


}