body * {
    font-display: swap;
}

body {
    background-image: url(https://viadolorosa.pl/wp-content/uploads/2020/02/tlo_male.jpg);

    background-position: top center;
    background-size    : auto;
}

i {
    letter-spacing: 0.5px;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
}

.go2gallery {
    cursor     : pointer;
    font-size  : 16px;
    font-weight: bold;
    margin-top : 15px;
}

.distanceBox {
    width  : 100%;
    margin : 20px auto;
    display: block;
    clear  : both;
    float  : none;
}

.bold {
    font-weight: 900;
}

.col-centered {
    float : none !important;
    margin: auto;
}

.no-padding {
    padding: 0;
}

.text-justify {
    text-align: justify;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select  : none;
    /* Safari */
    -khtml-user-select   : none;
    /* Konqueror HTML */
    -moz-user-select     : none;
    /* Firefox */
    -ms-user-select      : none;
    /* Internet Explorer/Edge */
    user-select          : none;
}

.normalText {
    font-family: "Study", Sans-serif;
    font-size  : 20px;
    font-weight: 100;
    line-height: 1.3em;
    color      : #000000;
}

.row.footer {
    background: #FBD348;
    text-align: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding   : 10px 0px 10px 0px;
    margin-top: 30vh;
}

.centerImg {
    margin : auto;
    display: block;
}

.videoBox {
    background-color: rgba(251, 211, 72, 0.72);
    box-shadow      : 0px 0px 14px 0px rgba(0, 0, 0, 0.33);
    transition      : background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding         : 35px 57px 52px 57px;
    margin-top      : 30px;
}

.descRow {
    padding            : 30px 5px;
    background         : url('/images/kontury.png');
    background-position: top center;
    background-size    : cover;
}

.descBox {
    color      : #FBD348;
    transition : background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding    : 250px 0px 40px 0px;
    font-family: "Study", Sans-serif;
    font-size  : 20px;
    font-weight: 100;
    line-height: 1.3em;
}

.videoContainer {
    max-width          : 100%;
    width              : 100%;
    border             : 0;
    outline            : none;
    cursor             : pointer;
    background         : black url(/images/play.png);
    background-position: center;
    background-repeat  : no-repeat;
    background-size    : 20%;
}

.login-btn {
    background   : #000000;
    color        : #ffffff;
    transition   : all 0.2s ease-in;
    font-weight  : bold;
    border-radius: 0;
    cursor       : pointer;
    padding      : 8px 0;
    font-size    : 18px;
}

.login-btn:hover {
    color    : #FBD348;
    transform: scale(1.05);
}

.login-btn.name-btn {
    cursor   : none;
    padding  : 8px 7px;
    font-size: 14px;
}

.login-btn.name-btn:hover {
    color    : #ffffff;
    transform: scale(1);
}

.login-btn.red-btn {
    background: #d14;
    padding   : 8px 7px;
    font-size : 14px;
}

video::-internal-media-controls-download-button {
    display: none;
}

.rodo {
    font-size  : 12px;
    line-height: 1.2;
}

.approveLabel {
    font-size: 15px;
}

.id-group {
    background: rgb(53 29 6 / 65%);
    padding   : 15px 0;
    color     : #fff;
}
.id-group input{
    font-weight:bold;
    font-size:20px;
}
.codeTitle{
    font-size:18px;
    line-height: 1.2;
    margin-bottom:10px;
}
.errorsList {
    font-size: 16px;
}
.approveLabel{
    font-size:13px;
    cursor:pointer;
}
input#approve {
    margin-right: 5px;
}
.loginBox *{
    font-family:Calibri;
}
.loginBox label {
    padding-top: 7px;
}
.textHref{
    text-decoration: none;
}
/*========== 
Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .videoBox {
        padding: 15px 10px;
    }

    .descBox {
        padding: 180px 0px 40px 0px;
    }
    .no-padding-sm{
        padding:0;
    }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .videoBox {
        padding: 10px 3px;
    }

    .videoBox.loginBox {
        padding: 10px 20px;
    }

    .container {
        padding: 5px
    }

    .descBox {
        padding: 110px 0px 40px 0px;
    }

    .row.footer {
        margin-top: 30vh;
    }
}

@media only screen and (max-width : 600px) {}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {}