@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body.user_eshop {
    font-family: 'Roboto', sans-serif;
    box-shadow: none;
    border: 0;
}

body.user_eshop .panel {
    border-radius: 0;
}

body.user_eshop h2 {
    font-size: 2.4em;
    font-weight: 300;
    color: #c02f20;
}

body.user_eshop p {
    font-size: 1.2em;
}

body.user_eshop .btn {
    text-shadow: none;
    font-weight: 500;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

body.user_eshop .btn.btn-primary,
body.user_eshop .btn.btn-success,
body.user_eshop .submit-section .btn.btn-default,
body.user_eshop [ng-controller="WebcamCtrl"] .btn.btn-default {
    background: #a3a7ab;
}

body.user_eshop .btn.btn-primary:hover,
body.user_eshop .btn.btn-success:hover,
body.user_eshop .submit-section .btn.btn-default:hover,
body.user_eshop [ng-controller="WebcamCtrl"] .btn.btn-default:hover {
    background: #818385;
}

body.user_eshop .btn.btn-default,
body.user_eshop .submit-section .btn.btn-success {
    background: #c02f20;
    color: #fff;
}

body.user_eshop .btn.btn-default:hover,
body.user_eshop .submit-section .btn.btn-success:hover {
    background: #9d261a;
    text-decoration: none;
}

body.user_eshop .btn.btn-success {
    margin-top: 0.8em;
}

body.user_eshop .ticketid_ticket {
    color: #c02f20;
}

body.user_eshop #user-form .col-md-12 {
    padding: 0;
}

body.user_eshop #user-form .col-md-12 .alert-info {
    margin: 0;
}

body.user_eshop input + label {
    margin-top: 0.5em;
    margin-left: 0.5em;
}

body.user_eshop .submit-section .col-md-12 {
    padding-left: 0;
}

body.user_eshop form:not(#user-form) {
    margin: 2em 0;
}

label.required:after {
    color: #c02f20;
    margin-left: 0.3em;
}

body.user_eshop footer {
    font-size: 0.9em;
    padding-top: 1.5em;
}

body.user_eshop footer a {
    color: #000;
    text-decoration: underline;
}

body.user_eshop footer a:hover {
    text-decoration: none;
}
