.form-signin-slim {
	padding: 5px !important;

}

.form-signin {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}

#modal {
	display: none;
	font-size: 12px;
	height: auto;
	left: 0;
	line-height: 18px;
	min-width: 100%;
	position: fixed;
	text-align: center;
	z-index: 100000;
	bottom: 0;
	background-color: rgb(90, 90, 90);
}
.cookie-notice-container {
	padding: 10px 30px 30px;
	background-color: whitesmoke;
	border-top: 1px solid #212121;
}

SPAN#cn-notice-text{
	font-weight: bold;
}

#cookie_div {
	margin-top: 70px;
}

.btn-step {
	height: 46px;
	background-color: white;
	border: 2px solid black;
	color: black;
}
.link-step-text {
	position: relative;
}
.account-provider-button, .link-step-icon, .account-provider-button, .link-step-no-icon {
	position: relative;
	/*font-size: 22px;*/
	width: 46px;
	height: 42px;
	margin-left: -14px;
	margin-top: -10px;
	margin-bottom: 1px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 10px;
	/*display: block;*/
}

.account_google {
	background: url(../images/Google__G__Logo.png);
}

  /* <img src="/images/Google__G__Logo.png"> */

  /* modernization */
body {
  font-family: 'Roboto', sans-serif;
  background: linear-gradient(135deg, #f0f2f5, #d6e0f0);
  margin: 0;
  padding: 0;
}

input[type="email"],
input[type="password"] {
  border: 1px solid #ccc;
  transition: border-color 0.3s ease;
}

input[type="email"]:focus,
input[type="password"]:focus {
  border-color: #007bff;
  outline: none;
}

.eye-30 {
  position: absolute;
  right: 16px;
  top: 36%;
  font-size: 1.2em;
  cursor: pointer;
  border: none;
  background: transparent;
  color: #6c757d;
  transition: color 0.3s ease;
  padding: 0px 30px;
}

.modern-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
  margin: 2rem auto;
  max-width: 400px;
}

.modern-btn {
  background: #007bff;
  color: white;
  border: none;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.modern-btn:hover {
  background: #0056b3;
}

h4 a {
  color: #007bff;
  text-decoration: none;
  margin-bottom: 6px;
}

h4 a:hover {
  text-decoration: underline;
  margin-bottom: 6px;
}

