/* Style ogólne */

html {
	scroll-behavior: smooth;
}
body {
	overflow-x: hidden;
	width: 100vw;
	margin: 0;
	background-color: #B5D3FF;
}
a, a:hover {
	text-decoration: none!important;
}
.slider div {
	overflow: hidden;
}
.no-padding {
	padding-left: 0!important;
	padding-right: 0!important;
}

/* Fonty */

h1, h2, h3, h4, h5, h6 {
	font-family: montserrat, sans-serif;
	font-weight: 700!important;
	font-style: normal;
}
p, li, span, a {
	font-family: montserrat, sans-serif;
	font-weight: 400;
	font-style: normal;
}


/* Home Page */

.home-page-container {
	width: 100vw;
    height: 100%;
    box-sizing: border-box;
    padding: 60px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.home-page-container h2 {
	color: #06439E;
    text-align: center;
    line-height: 1.3em;
    margin: 0;
}
.power-z-legimi-home-box {
	width: 100%;
    height: auto;
}
.promo-container {
	display: flex;
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    align-items: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.promo-button {
	font-weight: 700;
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    background-color: #FFD136;
    border-radius: 18px;
}
.home-page-account-container {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.login-container {
	width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	padding-bottom:30px;
}
.login-container p {
	text-align: center;
    color: #06439E;
}
.login-container p span {
	font-weight: 700;
}
.account-button {
	font-weight: 700;
    font-size: 23px;
    text-transform: uppercase;
    color: #fff;
    padding: 10px 40px;
    background-color: #06439E;
    border-radius: 18px;
}
.regina-logo {
	margin-bottom: 30px;
}

/* Formularze */

.registrator-form-container {
	background-color: #fff;
    padding: 60px;
    margin-top: 60px;
    border-radius: 60px;
    border: 1px solid #707070;
	max-width: 600px;
  position: relative;
}
.registrator-form-container p {
    font-size: 14px;
    font-family: 'montserrat';
}
.registrator-form-container a {
    font-size: 14px;
    font-family: 'montserrat';
	font-weight: 700;
    color: #06439E;
}
.registrator-form-container input {
	  font-family: 'montserrat';
    padding: 12px;
    border-radius: 18px;
    margin-top: 8px;
    border: 1px solid #06439E;
	  box-sizing: border-box;
	  width: 100%;
}
.registrator-form-container #login, .registrator-form-container #register {
	  background-color: #06439E;
    border-radius: 8px;
    font-family: 'montserrat';
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    font-size: 22px;
    display: block;
    margin: 20px auto;
}
.registrator-form-container p:nth-child(8), .registrator-form-container p:nth-child(10), .registrator-form-container p:nth-child(11) {
	  display: flex;
    align-items: start;
    gap: 10px;
}
.registrator-form-container p:nth-child(8) label, .registrator-form-container p:nth-child(9) label, .registrator-form-container p:nth-child(10) label, .registrator-form-container p:nth-child(11) label {
	padding-top: 3px;
}
p #polityka_prywatnosci, p #warunki_prawne, p #marketing, p #profilowanie {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
	  padding: 0!important;
  }

  p #polityka_prywatnosci::before, p #warunki_prawne::before, p #marketing::before, p #profilowanie::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  p #polityka_prywatnosci, p #polityka_prywatnosci::after, p #warunki_prawne, p #warunki_prawne::after, p #marketing, p #marketing::after, p #profilowanie, p #profilowanie::after {
    transition: all 100ms ease-out;
  }

  p #polityka_prywatnosci::after, p #warunki_prawne::after, p #marketing::after, p #profilowanie::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
  }

  p input[type=checkbox] {
    cursor: default;
  }

  p #polityka_prywatnosci:hover, p #warunki_prawne:hover, p #marketing:hover, p #profilowanie:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  p #polityka_prywatnosci:checked, p #warunki_prawne:checked, p #marketing:checked, p #profilowanie:checked {
    background-color: rgb(6, 67, 158);
  }

  p #polityka_prywatnosci:checked::after,p #warunki_prawne:checked::after, p #marketing:checked::after, p #profilowanie:checked::after {
    background-color: #fff;
    left: 13px;
  }

  p :focus:not(.focus-visible) {
    outline: 0;
  }

  p #polityka_prywatnosci:checked:hover, p #warunki_prawne:checked:hover, p #marketing:checked:hover, p #profilowanie:checked:hover {
    background-color: rgb(6, 67, 158);
  }


.toggle-password {
  float: right;
  z-index: 9999;
  position: relative;
  margin-right: 10px;
  margin-top: -26px;
}
.regclose {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 30px!important;
}







/* Responsywność */ 

@media (min-width: 768px) {
	.home-page-container {
		min-height: 100vh;
	}
	.home-page-account-container {
		flex-direction: row;
		max-width: 887px;
	}
}

@media (min-width: 992px) {
	
}

@media (min-width: 1366px) {

}

@media (min-width: 1440px) {
	
}

@media (min-width: 1680px) {
	
}

@media (min-width: 1920px) {
	.home-page-container h2 {
		font-size: 32px;
	}
	.login-container p {
		font-size: 18px;
	}
}

@media (min-width: 2200px) {
	
}



