* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
  margin: 0;
  padding: 0;
}

.captcha-img{
	background-color: transparent !important;
	border: none !important;
}

.background-img {
  width: 99%;
  height: 98vh;
  background: url("login_background.png") center center/cover no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  margin: 8px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
  z-index: 1; /* Ensure it's above other content */
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97vh;
  position: relative;
}

.card {
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  position:relative;
  z-index: 2;
}

.side-section {
  width: 370px;
  background: #012972;
}

.side-content .title {
  margin-bottom: 35%;
}

.signin-bar {
  border-top: 2px solid rgba(7, 141, 238, 1);
  font-size: 14px;
  width: 100px;
  display: block;
  height: 4px;
  border-radius: 2px;
  border-bottom: 2px solid rgba(7, 141, 238, 1);
  margin-bottom: 20px;
  background: rgba(7, 141, 238, 1);
}

.login-form {
  width: 530px;
  padding: 50px;
  background: #fff;
}

.powered-by {
  color: #1F2933;
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 20px;
}

.form-content {
  position: relative;
}

.logo-text-container {
  display: flex;
  align-items: center; /* Align items vertically */
}

.logo {
  width: 85px;
  height: 95px;
  background: url("ocac_logok.png") center center/cover no-repeat;
  margin-bottom: 30px;
}

.logo-text {
  width: 212px;
  color: rgba(1, 41, 114, 1);
  position: absolute;
  top: 23px;
  left: 109px;
  font-family: Avenir;
  font-weight: bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
}

.input-section {
  margin-bottom: 20px;
}

.input-container {
	position: relative;
}

.input-label {
  width: 68px;
  color: rgba(97, 110, 124, 1);
  position: absolute;
  left: 16px;
  font-family: Inter;
  font-weight: Regular;
  font-size: 14px;
  opacity: 1;
  text-align: left;
  top: 20px;
}

.input-icon{
	position: absolute;
	top: 18px;
	right: 15px;
	height: 40px;
}

.input-icon img{
	height: 23px;
}

.showPass{
	cursor: pointer;
}

.input-field {
  width: 100%;
  height: 56px;
  background: rgba(252,252,252,1);
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.13);
  margin-bottom: 10px;
}

.input-field input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}

.login-button {
  width: 100%;
  height: 44px;
  background: #012972;
  color: #FCFCFC;
  font-family: 'Avenir', sans-serif;
  font-weight: bold;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  margin-top: 20px;
  cursor: pointer;
}

.forgot-password {
  color: #012972;
  font-family: 'Avenir', sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-top: 10px;
}

.side-content {
  padding: 40px;
  margin-top: 40%;
}

.app-name {
  color: rgba(252,252,252,1);
  font-family: Avenir;
  font-weight: bold;
  font-size: 20px;
  opacity: 1;
  text-align: left;
  margin-bottom: 20px;
}

.app-title{
  color: rgba(252,252,252,1);
  font-family: Avenir;
  font-weight: Roman;
  font-size: 16px;
  opacity: 1;
  text-align: left;
  margin-bottom: 10px;
}

.app-description {
  color: rgba(252,252,252,1);
  font-family: Avenir;
  font-weight: Book;
  font-size: 14px;
  opacity: 1;
  text-align: left;
}

.message {
  color: #FCFCFC;
  font-family: 'Avenir', sans-serif;
  font-weight: 400;
  font-size: 14px;
}

.mb-0{
	margin-bottom: 0px;
}

.mb-10{
	margin-bottom: 10px;
}
