@import url(https://fonts.googleapis.com/css?family=Oswald:400,300);

@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

body 
{ 
	/*background: #fff url(../images/texture_misty.jpg); */ /* CHANGED JUSTYNA */
	color: #333; 
  /*font-family: 'Oswald', sans-serif;*/
  font-family: 'Open Sans', sans-serif !important;
}


p.rights {
	text-align: center;
	font-style: normal;
	font-weight: 300;
	margin-top: 20px;
	font-size: 13px;
}

/*#logo:before {*/
/*
  p.rights::before {
  content:""; 
  height:1px;
  background:-moz-linear-gradient(left, #FFFFFF 0%,#000000 50%,#FFFFFF 100%); 
  background:-webkit-linear-gradient(left, #9C9C9C 0%,#000000 50%,#9C9C9C 100%); 
  background:linear-gradient(left, #FFFFFF 0%,#000000 50%,#FFFFFF 100%);
  width:410px;
  display:block;
  margin-left: -117px;
}
*/

.login {
  position: relative;
  /*margin-top: 100px;*/
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  width: 400px;
  /*padding-right: 32px;*/
  padding-right: 0px;
  font-weight: 300;
  /*color: #2584DC;*/
  color: #031242; /* CHANGED JUSTYNA */
  /*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);*/
}


.login p {
  margin: 0 0 10px;
}

.login p.red {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
  /*color: #B80000;*/ /* CHANGED JUSTYNA */
  color: #dc3545;
}

input, button, label {
  /*font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;*/
  /*font-size: 15px;*/
  /*font-weight: 300;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=password] {
  padding: 0 10px;
  /*width: 300px;*/
  width: 100%;
  height: 40px;
  color: rgb(0,0,0);
  /*text-shadow: 1px 1px 1px black;*/
  /*background: rgba(255, 255, 255);*/ /* CHANGED JUSTYNA */
  background: rgb(230, 230, 230);
  border: 0;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
input[type=text]:focus, input[type=password]:focus {
  color: black;
  background: rgb(255, 255, 215);
  outline: 0;
}

/* Change the white to any color ;) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px rgba(230, 230, 230, 1) inset !important;
}

label {
  /*float: left;*/
  width: 100px;
  /*line-height: 40px;*/
  /*padding-right: 10px;*/
  /*font-weight: 100;*/
  text-align: right;
  /*letter-spacing: 2px;*/
  /*font-weight:500;*/
  letter-spacing: 0px;
  font-weight:400;
  padding-left: 5px;
  line-height: 25px;
}

/*
.forgot-password {
  padding-left: 100px;
  font-size: 13px;
  font-weight: 100;
  letter-spacing: 1px;
}
*/

.login-submit {
  /*
  position: absolute;
  top: 74px;
  right: 0;
  width: 48px;
  height: 48px;
  padding: 4px;
  border-radius: 32px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.35);
  */
  position: relative;
  display: block;
  margin-right: auto !important;
  margin-left: auto !important;
  width: 70%;
  height: 40px;
  padding: 4px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px rgb(0 0 0 / 35%);
  box-shadow: 0 0 4px rgb(0 0 0 / 35%);
  z-index: 10;
  margin-top: 20px !important;
  background-color: #0a0540;
  cursor: pointer;
}
.login-submit:before, .login-submit:after {
  content: '';
  z-index: 1;
  position: absolute;
}
.login-submit:before {
  top: 28px;
  left: -4px;
  width: 4px;
  height: 10px;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.06);
}
.login-submit:after {
  top: -4px;
  bottom: -4px;
  right: -4px;
  /*width: 36px;*/
  width: 50px;
}

.login-submit:hover {
  /*
	background: #0591ba;
	background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
	background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
	background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
	background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
  */
	background: #00B7C0;
	background-image: -webkit-linear-gradient(top, #00B7C0, #00B7C0);
	background-image: -moz-linear-gradient(top, #00B7C0, #00B7C0);
	background-image: -o-linear-gradient(top, #00B7C0, #00B7C0);
	background-image: linear-gradient(to bottom, #00B7C0, #00B7C0);
}

.login-button {
  /*
  position: relative;
  z-index: 2;
  width: 48px;
  height: 48px;
  padding: 0 0 48px;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
  background: none;
  border: 0;
  border-radius: 24px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  */
  /* Must use another pseudo element for the gradient background because Webkit */
  /* clips the background incorrectly inside elements with a border-radius.     */
  position: relative;
  z-index: 2;
  width: 60px;
  height: 30px;
  padding: 3px 0 48px;
  text-indent: 190%;
  white-space: nowrap;
  background: none;
  border: 0;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  color: #fff;
}


.login-button:before {
  /*
  content: '';
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background: #00a2d3;
  border-radius: 24px;

  background-image: -webkit-linear-gradient(top, #119fad, #19115e);
  background-image: -moz-linear-gradient(top, #119fad, #19115e);
  background-image: -o-linear-gradient(top, #119fad, #19115e);
  background-image: linear-gradient(to bottom, #119fad, #19115e);

  -webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
  box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgba(0, 0, 0, 0.16);
  */
  content: '';
  position: absolute;
  top: -10px;
  bottom: 40px;
  left: 5px;
  right: 5px;
  background: #00a2d3;
  border-radius: 10px;
  background-image: -webkit-linear-gradient(top, #119fad, #19115e);
  background-image: -moz-linear-gradient(top, #119fad, #19115e);
  background-image: -o-linear-gradient(top, #119fad, #19115e);
  background-image: linear-gradient(to bottom, #119fad, #19115e);
  -webkit-box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgb(0 0 0 / 16%);
  box-shadow: inset 0 0 0 1px #00a2d3, 0 0 0 5px rgb(0 0 0 / 16%);
}

.login-button:active:before {
  background: #0591ba;
  background-image: -webkit-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -moz-linear-gradient(top, #0591ba, #00a2d3);
  background-image: -o-linear-gradient(top, #0591ba, #00a2d3);
  background-image: linear-gradient(to bottom, #0591ba, #00a2d3);
}

.login-button:after {
  /*
  content: '';
  position: absolute;
  margin-left: 4px;
  top: 15px;
  left: 12px;
  width: 25px;
  height: 19px;
  background: url("../images/Icons/PNG/16px/arrow-right_white.png") 0 0 no-repeat;
  */
  content: '';
  position: absolute;
  margin-left: 7px;
  top: 8px;
  left: 15px;
  width: 25px;
  height: 18px;
  background: url(../images/Icons/PNG/16px/arrow-right_white.png) 0 0 no-repeat;
}

/*
.login-button:active:hover {
	background-image: linear-gradient(to bottom, #EC4A34, #3C6470);
}
*/

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 40px;
  background: #282828;
}
.lt-ie9 .login-submit {
  position: absolute;
  top: 12px;
  right: -28px;
  padding: 4px;
}
.lt-ie9 .login-submit:before, .lt-ie9 .login-submit:after {
  display: none;
}
.lt-ie9 .login-button {
  line-height: 48px;
}
.lt-ie9 .about {
  background: #313131;
}

#logo{
	background: url("../images/Logo210x70.png");
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
  /*width:210px;*/
  width: 190px; /* CHANGED JUSTYNA */
	height:70px;
}

h1 {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .7), 0px 2px 0 rgba(0, 0, 0, .5);
    text-transform: uppercase;
    text-align: center;
    color: #666;
    margin: 0 0 30px 0;
    letter-spacing: 4px;
    font: normal 26px/1 Verdana, Helvetica;
    position: relative;
}

h1:after, 
h1:before {
    background-color: #777;
    content: "";
    height: 1px;
    position: absolute;
    top: 15px;
    width: 120px;   
}

h1:after {      
    right: 0;
}

h1:before {
    background-image: linear-gradient(right, #777, #fff);
    left: 0;
}



/* The container */
.login-checkbox-container {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 70%;
  margin-top: 15px;
  text-align: left;
  color: #031242;
}

/* Hide the browser's default checkbox */
.login-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 7px;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.login-checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.login-checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.login-checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.login-checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  .login {
    width: 90% !important;
  }

  .login p {
    margin: 0 0 50px !important;
  }

  .login-button {
    text-indent: 160% !important;
  }
}
