body
{
	margin:0;
	padding:0;
	font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}
a
{
	text-decoration:none;
}
*
{
	box-sizing:border-box;
}
p, nav ul li a, nav ul li a:visited
{
	
}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Montserrat', sans-serif;
}
p 
{
	font-size:16px;
	line-height:1.5;
}

.my-header .menu-btn:checked ~ .menu
{
	height:100%;
	max-height:100%;
	text-align:center;
	padding-bottom:20px;
}
.inputy
{
	max-width:550px;
	margin:10px auto;
	padding:20px;
	background:#ffffff;
	border:1px solid #dadada
}
label.rejestracja,
.registration-form label
{
	font-size:18px;
	color:#333;
	font-weight:normal;
	margin-top:20px;
	min-width: 70px;
}
input.rejestracja-input
{
	background:#f8f8f8 !important;
	color:#333 !important ;
	min-width: 400px;
}
.registration-form input
{
	background:#f8f8f8 !important;
	color:#333 !important ; 
}
input.wyslij-btn[type="submit"]
{
	width:100%;
	background-color:#38abd1!important;
  	color: #fff;
	margin-bottom:30px;
	margin-top:40px;
}
.login-cont
{
	height:100vh;
	width:100%;
	background:#f2f2f2;
}
.przypomnij
{
	text-align:center;
	color:#29bef0;
	margin:10px auto;
	width:100%;
}
.przypomnij-green
{
	text-align:center;
	color:#66cc99;
	margin:10px auto;
	width:100%;
}



.digits-form .digits {
    display: flex;
}

.digits-form .digits label,
.digits-form .digits input {
    text-align: center;
}
.digits-form .col {
    flex: 1;
}

.invalid-feedback {
    display: none;
    color: #dc3545;
}

.error-message {
    color: #dc3545;
}

.form-control.is-invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-feedback {
    display: block;
}

.my-logo img {
    height: 40px;
}

.login-cont > div:first-child {
    height: 130px;
    width: 100%;
}

.create_account_benefit{
	text-align: center;
    font-size: 20px;
    color: #18b2e6;
	font-weight: bold;
	padding-top: 50px;
}

h2.h2-header {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 40px;
}