﻿body, html {
    /*background: #f2f2f2;*/
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    /*    overflow: scroll;*/
    /*   position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);*/
    /*font-family: 'Open Sans', sans-serif;*/
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    /*    background-image: url('marble2.jpg');*/
    background-repeat: no-repeat;
    background-size: 100% 100%;
    scrollbar-track-color: #e3e3e3;
    /*opacity:0.8;*/
}

.background {
    /*     background: url('https://pod2.stat.gov.rs/Referendum22test/images/bck.jpg');*/
    /*    background-image: url('../flag-serbia.jpg');*/
    /*  background: url('../bg_2.jpg');*/
    /**/ background-image: url('https://pod2.stat.gov.rs/PrijavaOK/Prijava.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    /*    backdrop-filter: blur(5px);*/
}

.layer {
    /*background: #0f0c29;*/ /* fallback for old browsers */
    /*background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);*/ /* Chrome 10-25, Safari 5.1-6 */
    /*ljubicasto*/
    /*background: linear-gradient(to bottom right, rgb(15, 12, 41,0.9),rgb(15, 12, 41,0.7), rgb(48, 43, 99,0.3),rgb(15, 12, 41,0.7), rgb(15, 12, 41,0.9));*/ /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /*    background: linear-gradient(to bottom right, rgb(0, 4, 40,0.8),rgb(0, 4, 40,0.7),rgb(0, 4, 40,0.6), rgb(0, 78, 146,0.4),rgb(0, 4, 40,0.6),rgb(0, 4, 40,0.7), rgb(0, 4, 40,0.8));*/
    /*    background: rgba(0,0,0,0.6);*/
    min-height: 100%;
}

.container-login100 {
    /*min-height: 94vh;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
    min-height: 1000px;
    /*align-items: center;*/
    /*padding: 15px;*/
}

.wrap-login100 {
    /*width: 694px;*/
    /*background: #fff;*/
    border-radius: 10px;
    overflow: hidden;
    /*padding: 77px 15px 33px 15px;*/
    width: 100%;
    height: 100%;
    min-height: 1000px;
    box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);
    /* -o-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);*/
    /* -ms-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.1);*/
    background-color: rgba(0, 0, 0, 0.5);
    /* background-origin: border-box; */
    color: white;
}

input {
    width: 100%;
    min-height: 40px;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #0472bb;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

    input[type=checkbox] {
        width: 20px;
        min-height: 20px;
/*        margin-left: 45%;
        margin-right: 5%;*/
        /*        padding: 8px 20px;
        margin: 8px 0;*/
        margin:0!important;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 16px;
    }

    input[type=radio] {
        width: 100%;
        min-height: 15px;
        padding: 8px 20px;
        margin: 8px 0;
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 4px;
        box-sizing: border-box;
        font-size: 16px;
    }

    input[type=button] {
        width: 200px;
        background-color: #0472bb;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
    }

.dugmic {
    max-width: 280px;
    min-height: 34px;
    padding: 8px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    background-color: #0173ba;
    color: white;
}

.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

    /* Transparent Overlay */
    .loading:before {
        content: '';
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
        background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));
    }

    /* :not(:required) hides these rules from IE9 and below */
    .loading:not(:required) {
        /* hide "loading..." text */
        font: 0/0 a;
        color: transparent;
        text-shadow: none;
        background-color: transparent;
        border: 0;
    }

        .loading:not(:required):after {
            content: '';
            display: block;
            font-size: 10px;
            width: 1em;
            height: 1em;
            margin-top: -0.5em;
            -webkit-animation: spinner 150ms infinite linear;
            -moz-animation: spinner 150ms infinite linear;
            -ms-animation: spinner 150ms infinite linear;
            -o-animation: spinner 150ms infinite linear;
            animation: spinner 150ms infinite linear;
            border-radius: 0.5em;
            -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
            box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
        }


-webkit-keyframes spinner {
    0%;

{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

-moz-keyframes spinner {
    0%;

{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

-o-keyframes spinner {
    0%;

{
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}

100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
/*.alertify .ajs-dialog {
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
}*/
.ajs-no-overflow {
    overflow: initial !important;
    outline: 0;
}

.ZaPib {
    display: flex;
}

.imePitanja {
    /*background: #ccc;*/
    font-size: 14px;
    height: 32px;
}

.tabela2 {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
    float: left;
    border-collapse: collapse;
    margin-bottom: 2%;
}

    .tabela2 th {
        text-align: left;
        font-size: 14px;
        border-bottom: solid 1px;
    }

.readonly {
    background-color: rgba(239, 239, 239, 0.7);
}

.readonlyAdresar {
    background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
    color: white;
}

.readonlyUkupno {
    color: white;
    background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(110, 81, 4,0.7));
}

label {
    font-size: 11px;
}

.ukupno {
    width: 50%;
    color: white;
    background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(110, 81, 4,0.7));
}

.tabeleDugmad {
    background: rgba(0,0,0,0.7);
    color: #fff;
    font-size: 17px !important;
    /*border-bottom: 2px solid #fff;*/
    padding: 15px;
    cursor: pointer;
    height: 100px;
    text-align: center !important;
    border-bottom: none !important;
}

.poravnanjeNazivItalic {
    /*    text-align: left;
    width: 50%;
    font-style: italic;
    background: #0173ba;
    padding: 12px 10px;
    color: #fff;
    border-radius: 5px;*/


    background: #0472bb;
    color: #fff;
    min-height: 30px;
    width: 100%;
    display: inline-block;
    font-size: 16px;
    margin-right: 4px;
    /*  line-height: 30px;*/
    padding: 5px;
    text-align: center;
    text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
    border-radius: 15px 15px 0 0;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    /*   background: #2c3e50;*/
    font-weight: bold;
    cursor: pointer;
}

.poravnanjeNaziv {
    /*    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 16px;*/
    display: table-cell;
    vertical-align: middle;
    font-weight: 600;
    color: #333;
    width: 65%;
}

.sekcija {
    margin: 0px auto;
    width: 100%;
    max-width: 870px;
    padding-top: 15px;
}

.tabproba {
    background: #f7fafc;
    border-radius: 0 0 15px 0;
    box-shadow: rgb(60 66 87 / 20%) 0px 7px 14px 0px, rgb(0 0 0 / 20%) 0px 3px 6px 0px;
    padding: 30px;
}

.poravnanjeNazivDesnoNovo {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.poravnanjeNazivDesno {
    text-align: right;
    display: table-cell;
    vertical-align: middle;
}

.poravnanjeNazivTabela1 {
    padding-left: 30%;
    text-align: left;
    width: 60%
}

#TabelaSekcijaG {
    padding-left: 2%;
    padding-right: 2%;
}

#TabelaSekcijaD input {
    width: 21%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

    #TabelaSekcijaD input[type=button] {
        width: 200px;
        background-color: #585c65;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

.Naslov {
    width: 60%;
    margin-left: 20%;
    margin-right: 20%;
    float: left;
    /*background-color:rgba(0,0,0,0.8);*/
    padding: 1%;
    border-bottom: solid;
}

.Baner {
    width: 90%;
    max-height: 100px;
    margin-left: 10%;
    margin-right: 10%;
    float: inherit;
    background-image: url('baner1.jpg');
    background-repeat: no-repeat;
    /*background-color:rgba(0,0,0,0.8);*/
    padding: 1%;
    border-bottom: solid;
}

.razdvojeno {
    /*border-bottom:solid;*/
    border-bottom-color: white;
}

#SekcijeDG {
    display: none;
}

.rashodi {
    width: 50%;
    margin-left: 25%;
    background: rgba(0,0,0,0.7);
    padding: 2%;
    font-size: 17px;
    cursor: pointer;
    /*border-bottom: solid;*/
}

.alertify .ajs-header {
    background-color: #e3e3e3;
    border-bottom: none;
    padding: 16px 24px 16px 16px;
    margin: 0;
    text-align: left;
}

.alertify .ajs-dialog {
    background-color: #e3e3e3;
    text-align: left;
    border-radius: 0;
}

.alertify .ajs-footer {
    background-color: #e3e3e3 !important;
}

.alertify .ajs-body {
    text-align: left;
}

.alertify .ajs-footer .ajs-buttons .ajs-button {
    min-width: 88px;
    min-height: 35px;
    background-color: #0472bb;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.izvestaji {
    top: 20%;
    width: 58px;
    position: fixed;
    text-align: center;
    z-index: 100020;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
    font: initial;
    line-height: normal;
    top: auto;
    bottom: 0;
}

.tabovi {
    margin-top: 6%;
    width: 80%;
    display: inline-flex;
}

.pojedinacniTab {
    padding: 1%;
    width: 50%;
    text-align: center;
    cursor: pointer;
    border-radius: 50px 50px 0 0;
}
/*.active {
    background: #0173ba;
}*/
.active {
    background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
}

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: whitesmoke;
}

::-webkit-scrollbar-thumb {
    background: #0472bb;
}

table {
    font-size: 17px;
    color: black;
}

.tabla {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 80%;
    /*overflow-x:scroll;*/
    /*overflow-y:scroll;*/
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-size: 17px;
}

    .tabla th, td {
        /*text-align: center;*/
        /*    padding: 3px;*/
        /*background-color: rgba(255,255,255,0.2);*/
        /*       color: #fff;*/
        /*  min-width: 300px;*/
    }


    .tabla thead {
        background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(110, 81, 4,1));
        border-collapse: separate;
        border-spacing: 20px 0;
    }

        .tabla thead th {
            height: 75px;
            color: white;
            /*background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(110, 81, 4,0.7));*/
            /*background: -webkit-radial-gradient(center, rgba(176, 128, 1, 1.0), rgba(50, 37, 2, 0.7));
background: -moz-radial-gradient(center, rgba(176, 128, 1, 1.0), rgba(50, 37, 2, 0.7));
background: radial-gradient(ellipse at center, rgba(176, 128, 1, 1.0), rgba(50, 37, 2, 0.7));*/
            position: sticky;
            top: 0;
        }

    .tabla tbody {
        border-collapse: separate;
        border-spacing: 20px;
    }

        .tabla tbody tr {
            background: linear-gradient(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.5));
            -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
            -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
            box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
        }

        .tabla tbody td {
            color: black;
            font-weight: normal;
            /*            border-radius: 4px;*/
        }



.DugmeDesno {
    position: absolute;
    top: 1px;
    right: 15px;
    text-align: center;
    clip-path: polygon(10% 0%, 0% 100%, 95% 100%, 100% 50%, 95% 0%)
}

.DugmeLevo {
    position: absolute;
    top: 1px;
    left: 15px;
    text-align: center;
    clip-path: polygon(10% 0%, 0% 50%, 10% 100%, 100% 100%, 95% 0%);
}

.skolica {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 36px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    margin: 8px 0;
}

.selectize-input {
    /*    max-width: 280px;*/
    min-height: 40px;
    padding: 10px 20px;
    border: 1px solid #0472bb;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: left;
}

.selectize-dropdown {
    text-align: left;
    min-width: 400px;
}

.baner {
    max-width: 1024px;
}

.tdklasa {
    display: table;
    width: 100%;
    /*    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;*/
}

@media only screen and (max-width: 1024px) {
    /*    .tdklasa {
        display:block;
    }*/
    .poravnanjeNaziv {
        /*    width: 100%;
    text-align: left;
    margin-top: 15px;
    margin-right: 20px;
    font-size: 16px;*/
        display: table-row;
        vertical-align: middle;
        font-weight: 600;
        width: 100%;
        color: #333;
        text-align: center;
    }

    .poravnanjeNazivDesno {
        padding-right: 0 !important;
        text-align: center;
        width: 100%;
    }

    */
    .poravnanjeNazivItalic {
        padding-left: 0 !important;
        text-align: center;
        width: 100%;
        font-style: italic;
    }

    .container {
        width: 100% !important;
        margin: 0 auto;
    }
}

.pomLogo {
    display: table-cell;
    vertical-align: middle;
    background: white;
}

#header {
    display: table-row;
    background: white
}

@media only screen and (max-width: 1024px) {
    #header {
        display: grid;
        background: white
    }
}

@media only screen and (max-width: 1400px) {
    .pomLogo {
        display: none;
        vertical-align: middle;
        background: white;
    }
}

#tr_OpstinaLK, #tr_CV {
    border-top: 1px solid #0472bb;
}

#tr_CV1 {
    border-bottom: 1px solid #0472bb;
}

.izjavaN {
    font-weight: 400;
    background: #0472bb17;
    color: #0472bb;
    padding: 5px;
    text-align: justify;
    font-size: 13px;
}

.titleApp {
    /*    position: relative;
    top: -65px;*/
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    /*  position:absolute;
    top:25px;*/
    /*    left:33.33%;*/
}


/*saja add new css 7/28/2021/*/
.container {
    width: 1024px;
    margin: 0 auto;
}

input[type="checkbox"] {
    margin-top: 20px;
}

.pozicijavremena {
    position: fixed;
    background: #0472bb;
    color: #fff;
    height: 35px;
    width: 60px;
    display: inline-block;
    font-size: 18px;
    margin-right: 4px;
    line-height: 35px;
    text-align: center;
    font-weight: bold;
    border-radius: 15px 15px 15px 0;
}

.razmak {
    margin-right: 20px;
    padding-top: 20px
}

input.w-430 {
    width: 495px
}

.mr-20 {
    margin-right: 20px;
}



.tooltip {
    position: relative;
    /* display: inline-block;*/
}

    .tooltip .tooltiptext {
        display: none;
        width: 870px;
        background-color: #0472bb;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
        top: 100%;
        margin-left: -50px;
        font-size: 13px;
        text-align: left;
        padding: 5px !important;
    }

    .tooltip:hover .tooltiptext {
        display: block;
    }

.selectize-dropdown .option {
    padding: 3px 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0472bb;
}

#Napomena, #CV1 {
    /*  background: #57576f;
    color: #0770b9;
    height: 30px;
    width: 100%;
    display: inline-block;
    padding-left: 15px;
    text-shadow: 0 1px 0 rgb(255 255 255 / 20%);
    border-radius: 15px 15px 15px 0;*/
    width: 100%;
    min-height: 40px;
    padding: 8px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #0472bb;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 16px;
}

* {
    padding: 0;
    margin: 0;
    color: #1a1f36;
    box-sizing: border-box;
    word-wrap: break-word;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Ubuntu,sans-serif;
}

body {
    min-height: 100%;
    background-color: #ffffff;
}

h1 {
    letter-spacing: -1px;
}

a {
    color: #5469d4;
    text-decoration: unset;
}

.login-root {
    background: #fff;
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.loginbackground {
    min-height: 692px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.flex-flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.center-center {
    align-items: center;
    justify-content: center;
}

.box-root {
    box-sizing: border-box;
}

.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}

.loginbackground-gridContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: [start] 1fr [left-gutter] (86.6px)[16] [left-gutter] 1fr [end];
    grid-template-columns: [start] 1fr [left-gutter] repeat(16,86.6px) [left-gutter] 1fr [end];
    -ms-grid-rows: [top] 1fr [top-gutter] (64px)[8] [bottom-gutter] 1fr [bottom];
    grid-template-rows: [top] 1fr [top-gutter] repeat(8,64px) [bottom-gutter] 1fr [bottom];
    justify-content: center;
    margin: 0 -2%;
    transform: rotate(-12deg) skew(-12deg);
}

.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #57576f;
}

.box-background--blue {
    background-color: #0472bb;
}

.box-background--white {
    background-color: #ffffff;
}

.box-background--blue800 {
    background-color: #b0002d;
}

.box-background--gray100 {
    background-color: #57576f;
}

.box-background--cyan200 {
    background-color: #b0002d;
}

.padding-top--64 {
    padding-top: 350px;
}

.padding-top--24 {
    /*   padding-top: 24px;*/
}

.padding-top--48 {
    padding-top: 48px;
}

.padding-bottom--24 {
    padding-bottom: 24px;
}

.padding-horizontal--48 {
    padding: 48px;
}

.padding-bottom--15 {
    padding-bottom: 15px;
}


.flex-justifyContent--center {
    -ms-flex-pack: center;
    justify-content: center;
}

.formbg {
    margin: 0px auto;
    width: 100%;
    max-width: 870px;
    background: #f7fafc;
    border-radius: 10px;
    box-shadow: rgba(60, 66, 87, 0.2) 0px 7px 14px 0px, rgba(0, 0, 0, 0.2) 0px 3px 6px 0px;
    padding: 50px;
    margin-top: 150px;
    margin-bottom: 100px;
    padding-top: 40px;
}

span {
    display: block;
    font-size: 20px;
    line-height: 28px;
    color: #1a1f36;
}

/*label {
    margin-bottom: 10px;
}*/

.reset-pass a, label {
    font-size: 14px;
    font-weight: 600;
    display: block;
}

.reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
}

.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

input[type="submit"] {
    background-color: rgb(84, 105, 212);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, rgb(84, 105, 212) 0px 0px 0px 1px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}

.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px;
    box-shadow: unset;
    min-height: unset;
}

.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}

a.ssolink {
    display: block;
    text-align: center;
    font-weight: 600;
}

.footer-link span {
    font-size: 14px;
    text-align: center;
}

.listing a {
    color: #697386;
    font-weight: 600;
    margin: 0 10px;
}

.animationRightLeft {
    animation: animationRightLeft 2s ease-in-out infinite;
}

.animationLeftRight {
    animation: animationLeftRight 2s ease-in-out infinite;
}

.tans3s {
    animation: animationLeftRight 3s ease-in-out infinite;
}

.tans4s {
    animation: animationLeftRight 4s ease-in-out infinite;
}

@media only screen and (max-width: 600px) {
    .logo {
        width: 100%;
    }
}
