/* Login Page Styles */

body.login-body {
  background-color: #f6f6f6;
  font-family: "Roboto" !important;
  color: #69758a;
}

.login-wrapper {
  width: 100%;
}

.login-container {
  width: 100%;
  display: flex;
}

.login-logo-column {
  width: 50%;
}

.login-logo-column img {
  width: 100%;
  height: 100%;
}

.login-form-column {
  padding: 40px 150px;
  font-family: "roboto";
  color: #69758a;
}

.back-link {
  text-decoration: none;
  color: #333;
}

.back-button {
  background-color: #fff;
  text-align: center;
  padding: 5px 15px;
  font-size: 28px;
  border: 2px solid #a9a1a1;
  color: #807c7c;
  margin: 30px 0 0 30px;
  display: inline-block;
}

.signin-container {
  width: 100%;
}

.form-title label {
  font-weight: bold;
  font-size: 18pt;
  color: #2e384b;
  display: block;
}

.signup-text,
.signup-text-bottom {
  font-weight: bold;
  font-size: 14pt;
}

.signup-text a,
.signup-text-bottom a {
  color: #25b8bb;
  text-decoration: none;
}

.textbox-container {
  position: relative;
  margin-top: 5px;
}

.textbox-container i {
  position: absolute;
  top: 12px;
  left: 10px;
  color: #666;
}

.input-text {
  width: 100%;
  border: 1px solid #aaa;
  height: 38px;
  padding-left: 35px;
  box-shadow: none;
}

.btn-login {
  width: 100%;
  background-color: #f36e80;
  color: #fff;
  padding: 10px;
  font-size: 14pt;
  font-weight: bold;
  border: none;
  border-radius: 0;
  margin-top: 12px;
}

.form-options {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.error-message {
  color: red;
  font-weight: bold;
  margin: 10px 0;
}
.signupErrors {
  display: block;
  font-weight: bold;
  color: red;
}

.forgot-password {
  margin-top: 12px;
  text-align: right;
}

.forgot-password a {
  color: #25b8bb;
  font-weight: bold;
  font-size: 12pt;
  text-decoration: none;
}

.footer-text {
  text-align: center;
  font-size: 11pt;
  margin-top: 40px;
}
.p-0 {
  padding: 0 !important;
}

.signin-label {
  font-family: "Roboto";
  font-weight: bold;
  font-size: 1.5rem;
  color: #2e384b;
  -webkit-text-stroke-width: thin;

}
.goodgrid-label {
  font-size: 1.2rem;
  font-weight: bold;
  font-family: "Roboto";
}
.tgg-color {
  color: #25b8bb !important;
}
/****/
span.inseticon {
  position: absolute;
  margin-left: 5px;
  height: 25px;
  display: flex;
  align-items: center;
}
.login-inte {
  padding-left: 3rem !important;
  box-shadow: none;
  width: 100%;
  font-size: 14px;
  border: 1px solid #aaa !important;
  height: 38px;
}
.inseticon i {
  z-index: 100;
  padding: 7px;
  margin-top: 14px;
}
.check-border{
    border: 1px solid #aaa !important;
}
.form-check-label{
  font-weight: bold;
}
