body,
html {
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;
  /* background: url('/static/img/analysisbg.jpg') center/cover no-repeat,linear-gradient(to right,#f0f4f8,#d9e2ec);
  background-blend-mode: overlay; */
  overflow-y: auto;
  background: #2A7B9B;
  background: linear-gradient(90deg,rgba(42, 123, 155, 1) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
}
.logoDiv {
  padding-top: 8px
}
#ir_logo:hover{
  transform: scale(1.1);
  transition: all .3s ease-in-out
}
.crislogo {
  height: 30px;
  margin-right: 10px
}
.navbar {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 1rem;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  height: auto;
  background-color: #fa6400;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.demo.form-bg {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 70px
}
.myFormCard {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0,0,0,.1);
  padding: 2rem;
  width: 100%;
  max-width: 480px;
  min-height: 500px;
  animation: fadeIn 0.8s ease-in-out
}
.flex-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem
}
.my-heading {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  color: #333
}
.radio-group {
  padding-bottom: 15px
}
.lbl-caption {
  font-weight: 500;
  color: #444;
  margin-bottom: .4rem;
  display: block;
}
.form-control {
  width: 90%;
  padding: .65rem;
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 6px;
  transition: border-color .3s;
}
.form-control:focus {
  border-color: #fa6400;
  outline: 0;
}
#otpValidation {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background-color: #f5f5f5;
  border-radius: 5px;
  width: auto;
}
.button-5 {
  background-color: #fa6400;
  color: #fff;
  border: none;
  padding: .6rem 1.2rem;
  border-radius: 5px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color .3s ease
}
.button-5:hover {
  background-color: #d55200
}
#otpSubmit {
  border-radius: 5px;
  color: white;
  font-weight: bold;
  font-size: 14px;
  background-color: #fa6400;
  margin-top: 5px;
  margin-left: 5px;
  min-height: 35px;
  height: auto;
}
#otpSubmit:hover {
  cursor: pointer;
  background-color: #707070;
  border-radius: 5px
}
.alert {
  border-radius: 4px;
  margin: 10px 0
}
.alert-danger {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 7PX;
  background-color: #ff8b3e;
  margin-right: 25px
}
.alert-success {
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 7PX;
  background-color: green;
  margin-right: 25px
}
#ir_logo {
  width: 70px;
  height: 70px
}
.custom-radio{
  font-weight: 600;
}
.flex-container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100px
}
.logo-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.my-heading {
  text-align: center
}
.title {
  color: hwb(226 21% 3%);
  font-size: 24px;
  font-weight: 700
}
.subtitle {
  font-size: 20px
}
.captcha-area {
  padding-left: 15px;
  display: flex;
  align-items: center;
  margin-top: 5px;
  gap: 1rem
}
.locn-option {
  margin-left: 5px;
  font-size: .95rem;
  color: #222
}
.div-copyright {
  text-align: center;
  font-size: .8rem;
  margin: 1rem 0;
  color: #fff;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px)
  }
  to {
    opacity: 1;
    transform: translateY(0)
  }
}
#error {
  font-size: 1rem;
  color: #b32400;
  font-weight: 600;
  margin-bottom: 0
}
@media only screen and (max-width:600px) {
  .demo.form-bg {
    padding-top: 25px
  }
}
form#loginValidation input[type="text"].form-control,
form#loginValidation input[type="email"].form-control,
form#loginValidation input[type="password"].form-control {
    border-radius: 0px !important;
    height: 22px;
    border: 0px;
    border-bottom: 1px solid #b7b3b3;
}
.input:-internal-autofill-selected{
  background-color: transparent;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
  box-shadow: 0 0 0 1000px white inset !important;
}
input,
button,
select,
textarea {
  font: inherit;
}
