/* *** CSS RESET *** */

:focus {outline: 0}
a {outline: none; text-decoration: none;}
a, img {border: 0;}
button {cursor: pointer;}

/* *** GLOBAL *** */

.bx-wrapper {
    z-index: 1;
}

iframe {
    border: none;
}

body h1, body h2, body h3, body h4, body h5, body h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
    margin-top: 0;
}

body p {
    margin-bottom: 25px;
    margin-top: 0;    
}

body h2 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body ul {
    margin-bottom: 25px;
    padding-left: 16px;
    margin-top: 0;
}

body ol {
    padding-left: 20px;
    margin-bottom: 25px;
    margin-top: 0;
}

body .bx-wrapper {
    padding: 0;
    border: none;
}

body {
    overflow-x: hidden;
}

figure {
    margin: 0;
}

body a:hover {
    text-decoration: none;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaRegular.eot');
    src: url('fonts/SairaRegular.eot') format('embedded-opentype'),
         url('fonts/SairaRegular.woff2') format('woff2'),
         url('fonts/SairaRegular.woff') format('woff'),
         url('fonts/SairaRegular.ttf') format('truetype'),
         url('fonts/SairaRegular.svg#SairaRegular') format('svg');
         font-weight: 400;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaBold.eot');
    src: url('fonts/SairaBold.eot') format('embedded-opentype'),
         url('fonts/SairaBold.woff2') format('woff2'),
         url('fonts/SairaBold.woff') format('woff'),
         url('fonts/SairaBold.ttf') format('truetype'),
         url('fonts/SairaBold.svg#SairaBold') format('svg');
         font-weight: 700;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaSemiBold.eot');
    src: url('fonts/SairaSemiBold.eot') format('embedded-opentype'),
         url('fonts/SairaSemiBold.woff2') format('woff2'),
         url('fonts/SairaSemiBold.woff') format('woff'),
         url('fonts/SairaSemiBold.ttf') format('truetype'),
         url('fonts/SairaSemiBold.svg#SairaSemiBold') format('svg');
         font-weight: 600;
}

@font-face {
    font-family: 'Saira';
    src: url('fonts/SairaMedium.eot');
    src: url('fonts/SairaMedium.eot') format('embedded-opentype'),
         url('fonts/SairaMedium.woff2') format('woff2'),
         url('fonts/SairaMedium.woff') format('woff'),
         url('fonts/SairaMedium.ttf') format('truetype'),
         url('fonts/SairaMedium.svg#SairaMedium') format('svg');
         font-weight: 500;
}


input, textarea, button {
    font-family: 'Saira';
}

body {
    font-family: 'Saira';
    font-size: 14px;
    color: #003E76;
    background: #fff;
    line-height: 22px;
    min-width: 302px;
}

img {
    max-width: 100%;
    max-height: 100%;
}

a, a:hover, a:focus, a:active {
    outline: none !important;
    text-decoration: none;
}

.hamburger, .hamburger:focus, .hamburger:active {
    outline: none !important;
    border: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

body .hamburger-inner, body .hamburger-inner::before, body .hamburger-inner::after {
    height: 2px;
}

body .bx-wrapper .bx-controls-auto, body .bx-wrapper .bx-pager {
    position: relative;
    bottom: auto;
    width: auto;
}

.clearer {
    clear: both;
    height: 0;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.logo, img, a, button {
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.bx-caption {
    display: none;
}

.bx-wrapper {
    box-shadow: none;
    border: 0;
    margin: 0;
    background:transparent;    
}

.content-box {
    float: left;
    width: 100%;
}

/* *** HEADER *** */

.container {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1199px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1220px;
    }
}

header {
   position: relative;
   width: 167px;
   padding-right: 16px;
   z-index: 10;
   background: #003E76;
   padding-bottom: 50px;
   padding-top: 25px;
   border-radius: 0 0 20px 0;
}

header:after {
   position: absolute;
   top: 0;
   right: 100%;
   width: 10000px;
   height: 100%;
   background: #003E76;
   content: "";
   display: block;
}

.logo {
   text-align: center;
}

.h-box {
   margin: 28px 0 50px 0;
}

.main-menu ul {
   padding: 0;
   margin: 0;
   list-style: none;
}

.main-menu {
   color: #fff;
   border-bottom: 1px solid rgba(255,255,255,0.2);
}

.main-menu a {
   position: relative;
   z-index: 2;
   color: #fff;
   padding: 13px 20px 12px 20px;
   font-size: 12px;
   display: block;
   line-height: 19px;
}

.main-menu a span {
   position: relative;
   z-index: 2;
}

.main-menu a:after {
   width: 18px;
   height: 18px;
   background: rgba(0, 110, 199, 0.3);
   display: block;
   position: absolute;
   top: 13px;
   left: 10px;
   content: "";
   display: block;
   border-radius: 50%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
}

.main-menu .current a:after, .main-menu a:hover:after {
   background: rgba(0, 110, 199, 1);
}

.main-menu .current a:before, .main-menu a:hover:before {
   opacity: 1;
}

.main-menu ul li {
   border-top: 1px solid rgba(255,255,255,0.2);
}

.main-menu a:before {
   width: 18px;
   height: 18px;
   background: url('../img/icons/07.png') left center no-repeat;
   display: block;
   position: absolute;
   top: 13px;
   z-index: 3;
   left: 10px;
   content: "";
   display: block;
   border-radius: 50%;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    opacity: 0;
}

.wrapper-box {
   position: relative;
}

main {
   width: calc(100% - 167px);
   padding-left: 45px;
}

.wrapper-box {
   align-items: flex-start;
   display: flex;
}

.user-box {
   border-bottom: 1px solid rgba(0, 62, 118, 1);
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding: 9px 0;
}

.u-date {
   font-size: 14px;
   height: 62px;
   padding-left: 76px;
   background: url('../img/icons/01.png') left center no-repeat;
   padding-top: 7px;
}

.u-date strong {
   padding-top: 4px;
   font-weight: 600;
   display: block;
   font-size: 20px;
}

.u-boxes {
   display: flex;
   align-items: center;
}

.btn-1 {
   height: 40px;
   box-shadow: 0px 10px 25px #0000004F;
   display: inline-block;
   padding: 0 18px;
   font-size: 14px;
   color: #fff;
   line-height: 40px;
   background: #FF3D3D;
   border-radius: 60px;
   font-weight: 500;
}

.btn-1:hover {
   background: #FF3D3D;
   color: #fff;
   opacity: 0.85;
}

.u-box {
   margin-left: 95px;
}

.u-box-2 {
   height: 46px;
   display: flex;
   align-items: center;
   padding-left: 20px;
   margin-left: 20px;
   border-left: 1px solid #003E76;
}

.u-box {
   display: flex;
   align-items: center;
}

.btn-basket {
   display: block;
   width: 23px;
   height: 21px;
   background: url('../img/icons/02.png') center no-repeat;
}

.btn-basket:hover {
   opacity: 0.85;
}

.user-image {
   display: flex;
   align-items: center;
   font-size: 14px;
}

.user-image .txt {
   padding: 0 28px 0 4px;   
   background: url('../img/icons/03.png') right center no-repeat;
}

.user-image figure {
   width: 48px;
   height: 48px;
   position: relative;
}

.user-image figure > img {
   border-radius: 50%;
   width: 48px;
}

.user-icon {
   position: absolute;
   bottom: -3px;
   left: -3px;
   border-radius: 50%;
   overflow: hidden;
   width: 18px;
   height: 18px;
   border: 1px solid #422f1b;
}

.user-icon img {
   display: block;
}

.user-image {
   cursor: pointer;
}

.dropdown-item {
   padding-top: 5px !important;
   font-size: 14px;
   line-height: normal;
   white-space: normal;
   color: #003E76;
}

.dropdown-item:hover {
   background: #003E76 !important;
   color: #fff !important;
}

.dropdown-menu {
   margin-top: 5px !important;
   width: calc(100% + 20px);
   right: -20px !important;
   left: auto !important;
   border: 1px solid #003E76 !important;
}

.mr40 {
   margin-bottom: 40px;
}

.row {
   margin: 0 -15px;
}

.row > div {
   padding: 0 15px;
}

/* *** HOME *** */

.main-wrapper {
   display: flex;
}

.main {
   padding-right: 45px;
   width: 670px;
}

.sidebar {
   width: calc(100% - 670px);
}

.banner-1 img {
   border-radius: 0 0 20px 0;
   box-shadow: 0px 0px 15px #00000029; 
}

.banner-1 a:hover {
   opacity: 0.9;
}

.box-1 {
   box-shadow: 0px 0px 15px #00000029;
   border-radius: 0 0 20px 0;
   padding: 0 25px;
}

.title {
   padding: 11px 0 10px 0;
   font-size: 17px;
   font-weight: 500;
   text-align: center;
   border-bottom: 1px solid #003E76;
}

.box-1-content {
   height: 205px;
   justify-content: center;
   display: flex;
   align-items: center;
}

.box-1 {
   height: 305px;
   padding-bottom: 20px;
}

.box-1 .txt {
   font-size: 29px;
   font-weight: bold;
   text-align: center;
   line-height: 1.2;
}

.box-2 {
   position: relative;
   width: 160px;
   height: 160px;
   background: #D2EBFF 0% 0% no-repeat padding-box;
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 50%;
   color: #003E76;
   font-size: 70px;
   font-weight: bold;
   display: flex;
   align-items: center;
   justify-content: center;
}

/* *** WYKRES *** */

@property --p{
  syntax: '<number>';
  inherits: true;
  initial-value: 1;
}

.pie {
  --p:25;      /* the percentage */
  --b:6px;    /* the thickness */
  --c:#003E76; /* the color */
  --w:150px;   /* the size*/
  
  width:var(--w);
  aspect-ratio:1/1;
  position:absolute;
  top: 5px;
  right: 5px;
  display:inline-grid;

  place-content:center;
  font-size:25px;
  font-weight:bold;
  font-family:sans-serif;
}
.pie:before,
.pie:after {
  content:"";
  position:absolute;
  border-radius:50%;
}
.pie:before {
  inset:0;
  background:
    radial-gradient(farthest-side,var(--c) 98%,#0000) top/var(--b) var(--b) no-repeat,
    conic-gradient(var(--c) calc(var(--p)*1%),#0000 0);
  -webkit-mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
          mask:radial-gradient(farthest-side,#0000 calc(99% - var(--b)),#000 calc(100% - var(--b)));
}
.pie:after {
  inset:calc(50% - var(--b)/2);
  background:var(--c);
  transform:rotate(calc(var(--p)*3.6deg - 90deg)) translate(calc(var(--w)/2 - 50%));
}
.animate {
  animation:p 1s .5s both;
}
.no-round:before {
  background-size:0 0,auto;
}
.no-round:after {
  content:none;
}
@keyframes p{
  from{--p:0;}
}

.row36 {
   margin: 0 -18px;
}

.row36 > div {
   padding: 0 18px;
}

.banner-1 img {
   width: 100%;
}

.box-3 .description {
   border-radius: 0 0 20px 0;
   background: rgba(165, 220, 255, 0.76);
   padding: 0 20px;
   padding-bottom: 45px;
}

.box-3 .title {
   border: none;
   text-align: left;
}

.box-3-1 {
   margin-top: -45px;
   position: relative;
   margin-left: 20px;
   width: calc(100% - 40px);
   display: block;
   background: #fff;
}

.box-3-1:hover figure img {
   opacity: 0.9;
}

.box-3-1 figure img {
   width: 100%;
}

.box-3-1 .date {
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2;
   height: 26px;
   padding: 0 10px;
   line-height: 28px;
   border-radius: 7px;
   margin: 20px;
   background: #003E76;
   color: #fff;
   font-size: 10px;
   font-weight: 600;
}

.box-3-1 .name {
   position: absolute;
   bottom: 0;
   left: 0;
   padding: 15px 20px;
   z-index: 2;
   color: #fff;
   font-size: 14px;
   font-weight: bold;
}

.box-3-1 figure {
   position: relative;
}

.btn-2 {
   color: #003E76;
   white-space: nowrap;
   font-size: 10px;
}

.btn-2:hover {
   opacity: 0.9;
   color: #003E76;
}

.box-3-1 figure:after {
   position: absolute;
   top: 0;
   left: 0;
   content: "";
   display: block;
   width: 100%;
   height: 100%;
   background: url('../img/mask.png');
   background-size: 100% 100%;
}

.box-3-1-icon {
   position: absolute;
   bottom: -30px;
   right: 20px;
}

.title-button-box {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.box-4 figure {
   text-align: center;
}

.box-4 {
   display: block;
   color: #003E76;
   background: url('../img/01.png') center top no-repeat;
   background-size: 100% auto;
   padding: 0 20px;
}

.box-4:hover {
   opacity: 0.9;
}

.box-4-1 {
   z-index: 3;
}

.box-4-2 {
   z-index: 2;
}

.box-4 .title {
   border-bottom: none;
}

.btn-3 {
   display: block;
   height: 40px;
   line-height: 41px;
   border-radius: 20px;
   background: #006EC7 0% 0% no-repeat padding-box;
   box-shadow: 0px 10px 25px #0000004F;
   color: #fff;
   font-size: 14px;
   font-weight: 500;
   text-align: center;
}

.box-4-1 {
   background-position: left top;
   background-repeat: no-repeat;
   background-size: 290px auto;
   background-color: #006EC7;
   height: 298px;
   border-radius: 0 0 20px 0;
}

.box-4-1 .title {
   color: #fff;
   border-bottom: 1px solid #fff;
}

.box-4-1 {
   position: relative;
}

.box-4-1 .button-box {
   position: absolute;
   bottom: -20px;
   padding: 0 20px;
   z-index: 2;
   left: 0;
   width: 100%;
}

.btn-3-1 {
   background: #D22E12;
}

.box-4-1 .txt {
   text-align: center;
   color: #fff;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;   
}

.box-4:hover {
   color: #003E76;
}

.box-4-1 figure {
   height: 170px;
   display: flex;
   overflow:  hidden;
   align-items: center;
   justify-content: center;
}

.box-4-2 .title {
   color:#003E76;
   border-color: #003E76;
}

.box-4-2 {
   height: 305px;
   background: #A5DCFF;
}

.box-4-2 figure {
   height: 230px;
}

.box-4-2 .title {
   background: #fff;
   position: relative;
}

.box-4-2 .title:after {
   position: absolute;
   top: 0;
   left: -20px;
   height: 100%;
   display: block;
   width: 20px;
   content: "";
   background: #fff;
}

.box-4-2 .title:before {
   position: absolute;
   top: 0;
   right: -20px;
   height: 100%;
   display: block;
   width: 20px;
   content: "";
   background: #fff;
}


/* *** FOOTER *** */

footer {
   font-size: 10px;
   padding: 22px 0;
   line-height: 15px;
   background: #0072BC;
   margin-top: 50px;
   color: #fff;
}

footer .container {
   display: flex;
   align-items: center;
   justify-content: space-between; 
}

footer .txt {
   width: 270px;
}

footer a {
   color: #fff;
}

footer a:hover {
   color: #fff;
   opacity: 0.9;
}

footer .col-right {
   display: flex;
   align-items: center;
}

.f-logo {
   margin-left: 150px;
}

footer ul {
   padding: 3px 0;
   margin: 0;
   list-style: none;
   border-left: 1px solid #fff;
   padding-left: 15px;
}

footer ul li {
   padding: 3px 0;
}

/* *** CUSTOM SELECT *** */

.select {
    width: 100%;

}

.select .chosen-container {
    width: 100% !important;
}

.select ul {
    margin: 0 4px 4px 0 !important;
    padding: 0 0 0 4px !important;
}

.select .chosen-search {
    display: none;
}

.select .chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    padding: 0 0 0 10px;
    height: 29px;
    border: none;
    border-radius: 0;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: none;
    color: #000;
    font-size: 14px;  
    text-decoration: none;
    white-space: nowrap;
    line-height: 27px;
}

.select .chosen-drop ul li {
    background-image: none !important;
    height: auto !important;
}

.select .chosen-container-single .chosen-single div {
    width: 32px;
    /*background: url('../img/select-arrow.png') center no-repeat;*/
}

.select .chosen-container .chosen-results li.active-result {
    background: #fff;
    color: #000;
}

.select .chosen-container .chosen-results li:hover {
    background: #ec008d;
    color: #fff;
}

/* *** MENU RSP *** */

.header-rsp {
    top: 0;
    left: 0;
    position: fixed;
    z-index: 101;
    width: 100%;
    padding: 10px 20px;
    height: 70px;
    background: #003E76;
    box-shadow: 0 0 7px rgba(0,0,0,0.5);
    display: none;
}

.header-rsp .logo-rsp img {
    max-width: 100%;
    width: 80px;
    margin-top: -2px;
    max-height: 100%;
}

.hamburger {
    position: absolute;
    padding: 15px 20px;
    top: 8px;
    right: 0;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background: #fff;
}

.data-rsp {
    position: absolute;
    top: 27px;
    right: 70px;
}

.data-rsp a {
    font-size: 11px;    
}

.menu-rsp {
    width: 100%;
    position: fixed;
    padding-top: 70px;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    float: right;
    height: 100%;
    display: none;      
}

.menu-rsp  .opacity-rsp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: 0.4;
}

.menu-rsp nav {
    float: left;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.menu-rsp > nav > ul:first-child {
    box-shadow: 0 0 10px rgb(255 255 255 / 50%);
}

.menu-rsp nav ul {
    float: left;
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
    background: #003E76;
    padding: 0;
}

.menu-rsp nav li {
    position: relative;
    list-style: none;
    float: left;
    border: none;
    width: 100%;
    height: auto;
    border-top: 1px solid transparent;
}

.menu-rsp nav > ul > li:first-child {
    border-top: none;
}

.menu-rsp nav a {
    line-height: normal;    
    height: auto;
    color: #fff;
    font-size: 15px;
    float: left;  
    width: 100%;
    padding: 16px 20px 14px 20px;
}

.menu-rsp nav a:hover {
    background-color: #fff;
    color:#003E76;
}

.menu-rsp nav ul .li-submenu > a {
    padding-right: 53px;
}

.btn-slide-down {
    width: 40px;
    height: 100%;
    background: #fff;
    border-left: 1px solid transparent;
    position: absolute;
    top: 0;
    font-size: 14px;
    text-align: center;
    color: #000;
    right: 0;
    z-index: 2;
    display: none !important;
    line-height: 52px;
    cursor: pointer;
}

.menu-rsp nav ul ul {
    display: none;
    color: #fff;
}

.btn-slide-down, .menu-rsp nav li {
    border-color: rgba(255,255,255,0.1);
}

.menu-rsp nav ul ul {
    background: #f4f4f4;
}

.menu-rsp nav ul ul ul ul {
    background: #fff;
}

.menu-rsp nav ul ul a {
    padding-left: 30px;
}

.menu-rsp nav ul ul ul a {
    padding-left: 45px;
}

/* *** AKTUALNOŚĆ *** */

.title-1 {
   padding-bottom: 84px;
   background: #D2EBFF;
}

.title-1 h1 {
   padding: 25px 45px;
   margin: 0;
   font-weight: 600;
   font-size: 24px;
}

.new-content {
   margin-top: -84px;
   padding: 0 45px;
}

.new-content figure {
   margin-bottom: 30px;
}

.title-2 {
   margin-bottom: 20px;
   padding-bottom: 15px;
   align-items: center;
   border-bottom: 1px solid #003E76;
   display: flex;
   justify-content: space-between; 
}

.title-2 .date-box {
   margin-left: 10px;
}

.date-box {
   height: 21px;
   background: #003E76;
   line-height: 21px;
   border-radius: 7px;
   padding: 0 10px;
   color: #fff;
   font-weight: 600;
   font-size: 10px;
}

.title-2 h2 {
   font-size: 24px;
   font-weight: 600;
   margin: 0;
}

/* *** LOGOWANIE *** */

.log-footer {
   background: #0072bc;
}

.log-footer {
   padding: 0 30px;
   height: 100px;
   display: flex;
   align-items: center;
   justify-content: flex-end; 
}

.log-content {
   background: #bfe7ff;
   min-height: calc(100vh - 100px);
}

.log-content-box-1 {
   width: 725px;
   background: #fff;
   margin-bottom: 50px;
   padding: 30px 85px;
   border-radius: 0 0 20px 20px;
   box-shadow: 0px 10px 25px rgba(0,0,0,0.2);
}

.log-logo {
   margin-bottom: 23px;
   text-align: center;
}

.log-input-box {
   position: relative;
}

.btn-password:hover {
   opacity: 0.9;
}

.btn-password {
   position: absolute;
   top: 50%;
   margin-top: -7px;
   right: 20px;
   width: 20px;
   height: 14px;
   display: block;
   background: url('../img/icons/10.png');
}

.log-qr {
   text-align: center;
   margin-bottom: 35px;
}

.log-title {
   margin-bottom: 18px;
   font-size: 24px;
   font-weight: 600;
}

.log-content .container {
   display: flex;
   justify-content: flex-end; 
}

.log-input-box {
   margin-bottom: 10px;
}

.log-input-box input {
   width: 100%;
   padding: 0 22px;
   color: #003E76;
   font-size: 12px;
   display: block;
   border-radius: 8px;
   border: 1px solid #D2EBFF;
   height: 51px;
}

.log-icon-1 input {
   padding-left: 54px;
   background: url('../img/icons/08.png') 22px center no-repeat;
}

.log-icon-2 input {
   padding-left: 54px;
   padding-right: 50px;
   background: url('../img/icons/09.png') 22px center no-repeat;
}

::-webkit-input-placeholder { /* Edge */
  color:#003E76;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#003E76;
}

::placeholder {
  color:#003E76;
}

.log-box-1 {
   display: flex;
   align-items: center;
   justify-content: space-between;
}

.btn-4 {
   font-size: 10px;
   color: rgba(0, 62, 118, 0.6);
}

.btn-4:hover {
   color: rgba(0, 62, 118, 1);
}

.log-checkbox {
   display: flex;
   align-items: center;
}

.log-checkbox label {
   font-size: 10px;
   color: rgba(0, 62, 118, 0.6);
   padding: 2px 0 0 14px;
}

.icheckbox {
   border: 1px solid rgba(3, 1, 76, 0.6);
   width: 13px;
   height: 13px;
   border-radius: 50%;
   position: relative;
}

.icheckbox.checked:after {
   width: 7px;
   height: 7px;
   display: block;
   position: absolute;
   border-radius: 50%;
   margin: 2px;
   content: "";
   background: rgba(0, 110, 199, 1);
}

.log-box-1 {
   margin-bottom: 20px;
}

.btn-3 {
   border: none;
}

.log-box-2 .btn-3 {
   width: 100%;
}

.log-box-2 {
   margin-bottom: 20px;   
}

.log-box-3 {
   margin-bottom: 20px;
   text-align: center;
   color:rgba(0, 62, 118, 0.5);
   font-size: 10px;
}

button.btn-3:hover, a.btn-3:hover {
   opacity: 0.9;
}

.btn-5 {
   border: 1px solid rgba(0, 110, 199, 1);
   display: flex;
   align-items: center;
   justify-content: center;
   height: 40px;
   border-radius: 20px;
}

.btn-5:hover {
   opacity: 0.9;
}

.row10 {
   margin: 0 -5px;
}

.row10 > div {
   padding: 0 5px;
}

.log-box-4 {
   margin-bottom: 20px;
}

.log-box-5 .txt {
   font-size: 10px;
   margin-bottom: 10px;
   text-align: center;
}

.btn-6 {
   height: 30px;
   display: flex;
   align-items: center;
   justify-content: center;
   color: rgba(255, 61, 61, 1);
   font-weight: 500;
   font-size: 14px;
   background: var(--unnamed-color-ffffff) 0% 0% no-repeat padding-box;
   background: rgba(255, 255, 255, 1) 0% 0% no-repeat padding-box;
   box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
   border: 1px solid rgba(255, 61, 61, 1);
   border-radius: 60px;
}

.btn-6:hover {
   background: rgba(255, 61, 61, 1);
   color: #fff;
}

body {
   position: relative;
}

.log-image {
   position: absolute;
   bottom: 0;
   left: 50%;
   margin-left: -785px;
   height: 100%;
}