/* Apply some basic styling to the input */
.newsletter-form input {
  width: 100% !important;
  padding: 10px !important;
  margin: 5px 0 !important;
  border: 1px solid #ced4da !important;
  /* Bootstrap's default border color */
  border-radius: 4px !important;
  /* Bootstrap's default border radius */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  /* Bootstrap-like box shadow */
}

/* Style the input on focus */
.newsletter-form input:focus {
  border-color: #4d90fe !important;
  /* Bootstrap's default focus border color */
  outline: 0 !important;
  /* Remove default focus outline */
  box-shadow: 0 0 5px rgba(77, 144, 254, 0.5) !important;
  /* Bootstrap-like focus box shadow */
}

/* .group-email,.group-code,.group-password{
    display: flex;
    align-items: center;
  } */
.group-email label,
.group-code label,
.group-password label {
  width: 15%;
}

/* Apply some basic styling to the button */
.groupLogin {
  display: flex;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: 1px solid rgb(70, 159, 155);
  /* Bootstrap's default primary color */
  border-radius: 4px;
  /* Bootstrap's default border radius */
  color: #ffffff;
  /* Text color */
  background-color: rgb(70, 159, 155);
  /* Bootstrap's default primary color */
  margin: 15px auto 0;
}

/* Style the button on hover */
.groupLogin:hover {
  background-color: rgb(64, 139, 135);
  /* Bootstrap's default primary hover color */
  border-color: rgb(64, 139, 135);
  /* Bootstrap's default primary hover border color */
}

.error {
  color: red;
}

.group-login-form {
  padding: 30px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 1px 15px 0px rgb(0 0 0 / 0.2);
  width: 100%;
  max-width: 800px;
}

.group-login-form .newsletter-form .div {
  display: flex;
}

.group-login-form .newsletter-form .group-code,
.group-login-form .newsletter-form .group-email,
.group-login-form .newsletter-form .group-password {
  display: flex;
  align-items: center;
}

.group-login-form .newsletter-form input {
  width: 100%;
}

.employee-group-form {
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.input-main-div {
  width: 100%;
}

.groups_firstHeading{
  padding:10px;
  background:rgb(70,159,155)
}
.groups_firstHeading p{
  color:white;
  font-size:20px;
  line-height: 30px;
}
.groups_firstHeading2{
  padding:10px;
  background:#EEEEEE
}
.groups_firstHeading2 p{
  font-size:20px
}

@media only screen and (max-width: 768px) {

  .group-login-form .newsletter-form .group-code,
  .group-login-form .newsletter-form .group-email,
  .group-login-form .newsletter-form .group-password {
    display: block;
    align-items: center;
  }
}

@media only screen and (max-width: 767px) {

  .group-login-form .newsletter-form .group-code,
  .group-login-form .newsletter-form .group-email,
  .group-login-form .newsletter-form .group-password {
    display: block;
    align-items: center;
  }
}
.successmsg{
  text-align: center;
  color: darkgreen;
  margin-bottom:10px;
}
/*
@media only screen and (min-width: 981px){
  #logo {
    height: fit-content !important;
    width: fit-content  !important;
  }
} */
