.log_in_background{
	background-image: url('/css/img/log_in_background.jpg');
	background-attachment: fixed;
	background-size: cover;
}
.white_cover_login{
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.35);
	position: fixed;
}
.main_table_container{
	display: table;
	width: 100%;
	height: 100%;
	/* background-color: rgba(255,0,0,0.35); */
	position: relative;
    z-index: 1;
}
.main_log_in_container{
	display: table-cell;
    vertical-align: middle;
}
.log_white_board{
	width: 50%;
    min-width: 320px;
    margin: 0px auto;
    background: rgba(255,255,255,0.85);
    padding: 25px;
    box-shadow: 0 0 20px rgba(0,0,0,0.55);
}
.main_form{
	padding-top: 50px;
    padding-bottom: 50px;
}
.register_form{
	padding-top: 25px;
    padding-bottom: 10px;
}
.logo_container{
	text-align: center;
	margin-bottom: 25px;
}
.logo_container > a > img{
	width: 60%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.no_account{
	margin-top: 25px;
	text-align: center;
}
.no_account img{
	width: 30px;
}
.no_account_text{
	margin-left: 15px;
}
.log_white_board label{
	display: block;
    font-size: 12px;
    color: #000000;
}
.email_container, .password_container, .bottom_part, .log_in_button, .log_reset_desc{
	width: 60%;
    margin: 0px auto;
    margin-bottom: 25px;
    display: table;
}
.email_container > input[type="text"], .password_container > input[type="password"]{
	padding: 10px 10px;
    width: 100%;
    border: 1px solid rgba(18, 103, 177, 0.35);
    border-radius: 10px;
    margin-top: 5px;
}
.remeber_me{
	float: left;
}
.forgot_password{
	float: right;
}
.fake_log_checkbox{
	cursor: pointer;
}
.fake_log_checkbox > input[type="checkbox"]{
	display: none;
}
.fake_checkbox_log{
	display: block;
    float: left;
    width: 22px;
    height: 22px;
    border: 1px solid rgba(18, 103, 177, 0.45);
    position: relative;
    top: -3px;
    border-radius: 5px;
    margin-right: 10px;
}
.fake_checkbox_log:before{
	content: " ";
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: rgba(18, 103, 177, 0.7);
    border-radius: 3px;
    opacity: 0;
}
.fake_log_checkbox:hover .fake_checkbox_log:before{
	opacity: 0.5;
}
.fake_log_checkbox > input[type="checkbox"]:checked ~ .fake_checkbox_log:before{
	opacity: 1;
}
.register_button{
	width: 60%;
    margin: 0px auto;
    margin-bottom: 25px;
    display: table;
}
.register, .register_pay{
	display: inline;
    margin: 0px 0px 0px auto;
    color: #fdeef1;
    padding: 10px 20px;
    border-radius: 10px;
    cursor: pointer;
    border: 0px;
}
.register{
    margin: 0px 0px 0px 10px;
	color: rgba(0,0,0,0.55);
	background-color: rgba(209, 212, 215, 0.55);
}
.register_pay{
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	margin: auto auto auto auto;
    background-color: #33bd94;
}
.register_pay:hover{
	background-color: #1266b1;
    color: #fdeef1;
    text-decoration: none;
}
.register:hover{
	background-color: #1266b1;
    color: #fdeef1;
    text-decoration: none;
}
.log_in{
	display: table;
    margin: 0px auto;
    color: #fdeef1;
    padding: 10px 20px;
    border-radius: 10px;
    background-color: rgba(18, 102, 177, 0.55);
    cursor: pointer;
    border: 0px;
}
.log_in:hover{
	background-color: #1266b1;
    color: #fdeef1;
    text-decoration: none;
}
.agreement_desc{
	display: block;
    float: left;
    width: calc(100% - 35px);
}
.small_margin_bottom{
	margin-bottom: 10px;
}
.page_title{
	text-align: center;
    font-size: 16px;
    margin-bottom: 15px;
}
.log_reset_desc{
	text-align: center;
}
.error_container{
	color: #f00;
	font-size: 10px;
	margin-top: 5px;
}
.log_error{
	padding: 20px 20px;
    background-color: #f00;
    color: rgba(255,255,255,1);
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    border-radius: 10px;
}
.log_alert{
    padding: 20px 20px;
    background-color: #19baaf;
    color: rgba(255,255,255,1);
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    border-radius: 10px;
}

/* LOADER */
.loader {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    /* Jeśli chcemy włączyć przy ładowaniu strony to zmieniamy na display: flex; */
    display: none;
    justify-content: center;
    align-items: center;
}

#loadertext {
	position: absolute;
	top: 50%;
	z-index: 1;
	margin: -100px 0 0 0px;
	width: 100%;
	text-align: center;
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

#loaderspin {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #1066B1;
  border-radius: 50%;
  border-top: 16px solid #33bd94;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
.sec_lang{
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
	margin-bottom: -20px;
}