.login_bg{background: #030038;}
/*.login_card_logo{background: url("../images/gop_logo.png") no-repeat #fff 10px 15px;}*/

.form_style [type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='text']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
    outline: 1px solid #030038;
    border-color: #030038;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.form_style .input, textarea {
  position: relative;
  margin-top: 5px;
  width: 100%;
}
.form_style .input__label {
  position: absolute;
  top: 0;
  white-space: nowrap;
  transform: translate(0, 0);
  transform-origin: 0 0;
  background: #fff;
  transition: transform 120ms ease-in;
  margin: 4px 2px;
  line-height: 1;
  padding: 7px 5px;
  color: #686868;
}
.form_style .input__field {
  display: block;
  width: 100%;
  color: currentColor;
  border: solid 1px #c8d2d9;
  border-radius: 4px;
  padding:10px 5px;
  color: #5b5b5b;
}
.form_style .input_select_field	{
  display: block;
  width: 100%;
  color: currentColor;
  border: solid 1px #ccc;
  border-radius: 4px;
  padding-left: 5px;
  line-height: 2;
  color: #5b5b5b;
  padding: 5px 0;
}
.form_style .input_select_field:focus + .input__label, .input_select_field:not(:placeholder-shown) + .input__label {
  transform: translate(0.25rem, -65%) scale(0.8); 
}	
.form_style .input__field:focus + .input__label, .input__field:not(:placeholder-shown) + .input__label {
  transform: translate(0.25rem, -65%) scale(0.8);
}
.form_style input[type=radio] {
  --s: 1.5em;     /* control the size */
  --c: #e65e0d; /* the active color */
  height: var(--s);
  aspect-ratio: 1;
  border: calc(var(--s)/8) solid #939393;
  padding: calc(var(--s)/8);
  background:radial-gradient(farthest-side,var(--c) 94%,#0000) 50%/0 0 no-repeat content-box;
  border-radius: 50%;
  outline-offset: calc(var(--s)/10);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  font-size: inherit;
  transition: .3s;
  position: relative;
	top: 5px;
	margin-left: 10px;
}
.form_style input[type=radio]:checked {
  border-color: var(--c);
  background-size: 100% 100%;
}
.form_style input[type=radio]:disabled {
  background: 
     linear-gradient(#939393 0 0) 
     50%/100% 20% no-repeat content-box;
  opacity: .5;
  cursor: not-allowed;
}
	
/*.btn{border-radius:0!important;}*/
.bg1{background:#eefbdf!important}
.bg2{background:rgb(254 248 236) !important}
.bg3{background:rgb(223 173 99)!important;}


.nav-fill .nav-item .nav-link, .nav-justified .nav-item .nav-link{margin: 0px 3px;padding: 5px 5px; font-size:16px;}
.form-label{margin-bottom:3px; margin-top: 8px;font-weight: 500;}
.g-3, .gy-3 {--bs-gutter-y: 0.5rem;}

.tab-content h4{color: #39b54a;font-size: 20px;margin-bottom:15px;}
.tab-content h5{color: #727272;font-size: 16px;margin-bottom:5px; margin-top: 15px; font-weight: 600;}

.form-check-label{font-size: 0.7rem}

label.error {
  color: red;
}

input.error {
  border-color: red;
}

select.error {
  border-color: red;
}

.mandatory-field {
  color:red;
}