
/* .login-password { */
  /* margin-top: 15px; */
/* } */

/* p { */
  /* margin:0; */
/* } */


.login-form-wrapper img {
	margin-bottom: 20px;
}

#secret-form,
.login-form-wrapper {
  display: block;
  border: 1px solid gray;
  border-radius: 10px;
  padding: 20px 30px 30px 30px;
  width: 350px;
  margin: 0 auto;
  /* width: fit-content; */
  max-width: 350px;
}

#site-content {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

#logo_image {
  height: auto;
  width: 525px;
}

#wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  overflow: auto;
  padding-left: 8px;
  padding-right: 8px;
}

#company_data {
  display: inline-block;
  margin-top:30px;
}

#company_data a {
  font-size: 17px;
}

#main_domain {
  text-transform: uppercase;
  font-size: 25px;	
}

#slogan {
  font-family: "Pacifico",cursive;
  font-style: italic;
  letter-spacing: 2px;
  margin-top: 20px;
  color: #51525c;
  font-size: 30px;	
}

.go-back {
  margin-top: 20px;
  margin-bottom: 0;
}

#toggle-form, .go-back {
  color: #51525C;
  font-weight:600;	
}

#toggle-form:hover,
.go-back:hover{
  color: #0087CC;
}


/* a { */
  /* display: block; */
  /* margin-bottom: 12px; */
  /* text-decoration: none; */
/* } */

.secret-login-wrapper{
	margin: 0 auto;
}

.login-form-wrapper input[type="text"],
.login-form-wrapper input[type="password"]{
	margin-top: 5px;
}

.login-form-wrapper input[type="text"],
.secret-login-wrapper input[type="text"],
.login-form-wrapper input[type="password"] {
  outline: none !important;
  border: 1px solid #8e8e8e;
  border-radius: 5px;
}

.login-form-wrapper input[type="text"],
.secret-login-wrapper input[type="text"],
.login-form-wrapper input[type="password"],
.login-form-wrapper input[type="submit"],
.secret-login-wrapper button {
  width: 300px;
  padding: 8px;
  box-sizing: border-box;
}

.login-form-wrapper input[type="submit"],
.secret-login-wrapper button {
  background-color: #2271b1;
  color: white;
  border: none;
  cursor: pointer;
  border-radius:5px;
  margin-top: 15px;
  font-weight: 600;
  font-size: 15px;
}

.login-form-wrapper input[type="submit"] {
	 margin-top: 30px;
}

.secret-login-wrapper input[type="submit"]:hover,
.secret-login-wrapper button:hover {
  background-color: #135e96;
}

#incorrect-code-info {
  text-align: center;
}
