/* Registration page specific CSS - only used classes */

:root {
  --color__accent: #6200ee;
  --field__background: #f5f5f5;
  --field__background--hover: #e9e9e9;
  --input__border: rgba(0, 0, 0, 0.42);
  --input__border--hover: rgba(0, 0, 0, 0.62);
  --label__color: #222;
  --font__size: 16px;
  --font__family: Roboto, Arial, sans-serif;
}

@font-face {
  font-family: 'myriadProRegular';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff');
}

.bg-imageBody {
  z-index: 9999999999;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
  margin-top: -10px;
  background: url(../images/loginbg.png) left top;
  background-size: cover;
  background-repeat: no-repeat;
}

.infosyslogo {
  margin-top: 17px;
  margin-left: 32px;
  width: 122px;
  height: 45px;
  background: transparent url('../images/infy.png') 0% 0% no-repeat padding-box;
  opacity: 1;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.customPanelClass {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 322px;
  height: fit-content;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px #00000029;
  border: 0.5px solid #0000001F;
  border-radius: 16px;
  opacity: 1;
}

.panel-body {
  padding: 15px;
}

.customPanelBody {
  padding: 20px 35px;
  position: relative;
  height: 100%;
}

.col-md-12 {
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.customProjectName {
  text-align: center;
  font: normal normal 600 24px/30px myriadProRegular;
  letter-spacing: 0px;
  color: #8626C3;
  opacity: 1;
}

.customLoginName {
  text-align: center;
  font: normal normal 600 18px/24px myriadProRegular;
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  position: relative;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.colmd-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.input-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.inputText {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.42);
  padding: 10px 0;
  font-size: 16px;
  background-color: transparent;
  outline: none;
  transition: border-bottom-color 0.2s;
}

.inputText::placeholder {
  color: transparent;
}

.inputText:focus {
  border-bottom-color: #8626C3;
}

.floating-label {
  position: absolute;
  left: 0;
  top: 10px;
  color: rgba(0, 0, 0, 0.54);
  font-size: 16px;
  transition: all 0.2s;
  pointer-events: none;
}

.inputText:focus+.floating-label {
  color: #8626C3;
}

.inputText:focus+.floating-label,
.inputText:not(:placeholder-shown)+.floating-label {
  transform: translateY(-1em) scale(1);
  font-size: 12px;
}

.error-message {
  color: red;
  font-size: small;
}

.field-icon {
  float: right;
  top: -32px;
  position: relative;
  cursor: pointer;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

.cursor-pointer {
  cursor: pointer;
}

.checkbox-container {
  margin: 20px 0;
}

.checkbox-container input[type="checkbox"] {
  margin-right: 8px;
  top: 5px;
  position: relative;
}

.checkbox-container label {
  font-size: 14px;
  color: #333;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}

.marginClass {
  margin-top: 8px;
}

.customButtonCss {
  top: 505px;
  left: 872px;
  width: 258px;
  height: 43px;
  background: #000000 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  color: white;
  border: none;
  cursor: pointer;
}

.customButtonCssCancel {
  top: 505px;
  left: 872px;
  width: 258px;
  height: 43px;
  background: white 0% 0% no-repeat padding-box;
  border-radius: 8px;
  opacity: 1;
  color: white;
  border: 1px solid #8626C3;
}

.buttonText {
  font: normal normal 600 18px/24px myriadProRegular;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: capitalize;
  opacity: 1;
}

.buttonTextBlack {
  font: normal normal 600 18px/24px myriadProRegular;
  letter-spacing: 0px;
  color: #8626C3;
  text-transform: capitalize;
  opacity: 1;
}

/* Popup overlay styles */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  padding: 30px;
  border-radius: 8px;
  text-align: center;
  max-width: 400px;
  width: 90%;
}

.popup-content h3 {
  color: #8626C3;
  margin-bottom: 15px;
}

.popup-content p {
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.close-popup {
  background-color: #8626C3;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: 500;
}

/* Validation states */
.invalid-input {
  border-bottom: 2px solid red;
}

.valid-input {
  border-bottom: 1px solid grey;
}

/* Form elements */
form {
  margin: 0;
}

hr {
  border: 0;
  height: 1px;
  background: #ddd;
  margin: 20px 0;
}
.colmd-12.input-wrapper.mb-4 {
    padding: 0;
}
.colmd-12.input-wrapper {
    padding: 0;
}