


/* ------------------------------------- Begin "List of contents" ------------------------------------- */



/*
  1. Main
  2. Zgody checkbox
  3. form
  4. message
  5. animate
*/


/* -------------------------------------- End "List of contents" -------------------------------------- */




/* ------------------------------------------- Begin "Main" ------------------------------------------- */

html {
  background: rgb(242,244,250);  
  background: #fff;
  margin: 0;
  padding: 0;
  height: 100%; 
}

#tooltip_copy {
  display: none;  
}

body {
  margin: 0;
  padding: 10px;
  background: rgb(242,244,250);
  background: rgb(242,244,250);
  box-sizing: border-box;
  
  /*
  background-image: url('logowanie.jpg');  
  background-size: cover;
  */
  
  height: 100%; 
}

body {
  font-size:18px;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5;
  color: #222;
}


.content {
  position: fixed;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
}

a {
  text-decoration:none;
  color: rgb(113, 175, 163);
  cursor: pointer;
}
	
a:hover {
	text-decoration:underline;
}

.center {
  text-align: center; 
}  

.bold {
  font-weight: bold; 
}

#loginbox {
  
/*  border: 6px solid rgb(86, 164, 38);*/
  
  border-top: 6px solid rgb(86, 164, 38);  
  
  box-sizing: border-box;
  background-color: rgba(255,255,255,0.6);
  background: #fff;
  
  padding: 15px 50px 5px 50px;
  margin: 50px auto;
  max-width: 750px;
  width: 100%;
 /* box-shadow: 0px 6px 30px 0px rgba(66, 68, 90, 0.26);*/
  border-radius: 50px;
}

h1 {
 text-align: center;
  font-size: 25px;
  color: rgb(0,23,69); ;
}

@media only screen and (max-width: 600px) {
  body {
    padding-top: 20px;
  }
  #loginbox {
    padding: 15px;
    margin: 0;
    max-width:auto;
    width: auto;
    box-shadow: none;
  }
}


/* -------------------------------------------- End "Main" -------------------------------------------- */




/* -------------------------------------- Begin "Zgody checkbox" -------------------------------------- */

.checkbox input {
  display: none;
}

.checkbox label {
  position: relative; 
  cursor: pointer;
  margin-left: 40px;
  margin-bottom: 20px;
  padding: 0;
  font-size: 15px;
  line-height: 22px;
}

.bold {
  font-weight: bold;
}

.checkbox label.oneline {
  padding-top: 8px;  
}

.checkbox label:before {
    content :"";
    display: block;

  
  border: 2px solid #cccccc;
box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.08);
border-radius: 5px;
  
  
    position: absolute;
    top: 5px;
    left: -40px;
    width: 24px;
    height: 24px;
  }

.checkbox input:checked + label:before {
    border-color: rgb(63, 72, 204);
    background: rgb(63, 72, 204) url('checked.png') no-repeat center center;
  }  
  
  


/* --------------------------------------- End "Zgody checkbox" --------------------------------------- */




/* ------------------------------------------- Begin "form" ------------------------------------------- */

form {
  animation-name: fadeInDown;
  animation-duration: 0.5s; 
}

input[type="submit"] {
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  display: table;
  border: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 1.5;
  cursor: pointer;
  background-color: rgb(0,23,69); ; 
  margin: 20px auto;
  transition: padding 0.5s;
}

input[type="submit"]:hover, .button:hover {
  background-color: rgb(0,23,69); ;
  text-decoration: none;
  padding: 15px 55px;  
}

#loginbox input[type="text"], #loginbox input[type="password"] {
  padding: 15px 35px;
  display: block;
  margin: 10px 0 25px 0;
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  line-height: 1.5; 
  font-size: 16px;
  border-radius: 15px 50px 50px 50px;
  box-sizing: border-box;
  border: 3px solid rgb(0,23,69); ;
  background-color: #fff;
}

#loginbox input[type="text"]:focus, #loginbox input[type="password"]:focus {
  outline: none;
  border-color: rgb(0,23,69); ;
}

label {
  text-align: center;
  font-size: 15px;
  line-height: 1;
  display: block;
}

label a {
  color: rgb(0,23,69); ;
}



/* -------------------------------------------- End "form" -------------------------------------------- */




/* ------------------------------------------ Begin "message" ----------------------------------------- */

.message {
	border-style:solid;
	border-width:3px;
  background: #fff;
  
  border-color: rgb(113, 175, 163);
  
	margin:20px auto;
	display:block;
	padding: 15px 48px 15px 30px;
  
	padding: 15px 48px 15px 72px;
  

	border-radius:30px;
	    
  position: relative;
  
  
  
  
  
  
    background-repeat: no-repeat;
  background-position: left 20px center;
  background-size: 32px;
  
	}
	
.hide_message {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  
  cursor: pointer;
  
    
  background-image: url('icons/close.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  
  
}	
	
	
.error {
    background-image: url('icons/error.svg');
    
  
  
	background-color:#FFD5D5;
	border-color:#FF0000;
	}
.success {
    background-image: url('icons/success.svg');
  
	background-color:#D5FFD5;
	border-color:#009933;
	}
.info {
    background-image: url('icons/success.svg');
  
	background-color:rgb(255,248,221);
	border-color:rgb(255,201,14);
  }
	

	
.loading {
  background-image: url('ajax-loader.gif');
  background-repeat: no-repeat;
  background-position: right 30px center;
}






/* ------------------------------------------- End "message" ------------------------------------------ */




/* ------------------------------------------ Begin "animate" ----------------------------------------- */

/*- 123 */

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0, -40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -40px, 0);
    transform: translate3d(0,-40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}


/* ------------------------------------------- End "animate" ------------------------------------------ */

