section {
    padding: 0; 
   
}
.our_form {
     padding: 2px 0; 
   
}
@media (max-width: 768px) {

section {
    padding: 30px 0; 
   
}
}
@media (max-width: 575px) {

  section {
    padding: 40px 0; 
   
}
}

/*form css*/

body {
  background-image: url("../images/Artboard11.png");
  background-repeat: no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
  overflow: hidden; /* Hide scrollbars */
  background-size: cover;
  background-size: 100%;
  min-height: 100vh;
  margin: 0;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  /* Very light overlay */
  z-index: -1;
}

.login-container {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 82vh;
}

.login-form {
  /*background-color: rgba(255, 255, 255, 0.7);*/
  padding: 30px;
  border-radius: 30px;
  text-align: center;
  /*box-shadow: 0 8px 8px rgba(0, 0, 0, 0.3);*/
}

.form-control {
  border-left: none;
  border-right: none;
  border-top: none;
  background: none;
  border-bottom: 1px solid #6c6b6b;
  border-radius: 0px !important;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #6c6b6b;
  outline: none;
  box-shadow: none;
  background: none;
}

.icon-position {
  position: absolute;
  right: 9px;
  bottom: 17px;
  color: #6a6a6a;
}

/* Helper CSS */
.main-heading {
  color: #6c6b6b;
}

.btn-custom {
  background-color: #09d6f6;
  color: white;
  font-size: 16px;
  border-radius: 5px;
    font-weight: bold;
    padding: 12px 50px;
}

.btn-custom:hover {
  background-color: #09d6f6;
  color: white;
}

a,
a:hover {
  text-decoration: none;
  color: #5e5e5e;
}

/* Media query for mobile screens */
@media only screen and (max-width: 768px) {
  .overlayRFP {
    height: 150%;
  }
}


.form-label {
    margin-bottom: 0rem;
}
h2{
    
    color: #5e5e5e;
    font-size: 30px;
    margin-left: 1px;
    font-weight: 500;

}
label {
    font-weight: 450!important;
}
.mb-3 {
    margin-bottom: 2.5rem!important;
}

.btn-cool-blues {
    background: #0DDEFF;  /* fallback for old browsers */
   /* background: -webkit-linear-gradient(to right, #01C7E5, #0DDEFF);   Chrome 10-25, Safari 5.1-6 */
   /* background: linear-gradient(to right, #01C7E5, #0DDEFF);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    /*border: 3px solid #eee;*/
}
.btn-cool-blues:hover{
    background: #01C7E5;
        color: #fff;
    /*background: -webkit-linear-gradient(to right, #0DDEFF, #01C7E5);   Chrome 10-25, Safari 5.1-6 */
    /*background: linear-gradient(to right, #0DDEFF, #01C7E5);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}
.btn-check:focus+.btn, .btn:focus {
    border-color: #01C7E5;
    color: #fff!important;
}
.btn-check:focus+.btn, .btn:focus:hover {
    border-color: #01C7E5;
    color: #fff!important;
    background: #00dbfd;
}

.btn-check:active+.btn, .btn-check:checked+.btn, .btn.active, .btn.show, .btn:active {
    color: #00dbfd!important;
    background-color: var(--bs-btn-active-bg)!important;
    border-color: var(--bs-btn-active-border-color);
}

/*.image1 {*/
/*     background-image: url("http://myhammurabi.com/assets/img/glossy_bg.png");*/
/*  background-repeat: no-repeat;*/
/*  background-position: center center;*/
/*  background-attachment: fixed;*/
/*}*/

/*end*/



/*new css of input fields*/

.did-floating-label-content { 
  position:relative!important; 
  margin-bottom:20px!important; 
}
.did-floating-label {
  color: #5e5e5e!important; 
  font-size: 15px!important;
    font-weight: normal!important;
    position: absolute!important;
    pointer-events: none!important;
    left: 8px!important;
    top: 17px!important;
  padding:0 5px!important;
  /*background:#fff!important;*/
  transition:0.2s ease all!important; 
  -moz-transition:0.2s ease all!important; 
  -webkit-transition:0.2s ease all!important;
}
.did-floating-input, .did-floating-select {
    font-size: 14px!important;
    display: block!important;
    /* width: 100%; */
    height: 58px!important;
    /*padding: 0 13px!important;*/
    padding-top: 14px!important;
    padding-left: 13px!important;
     background: #fafafa!important; 
    color: #323840!important;
    /*border: 2px solid #e6e6e6!important;*/
    border-bottom:none!important;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-radius: 7px!important;

  &:focus {
    outline:none;
    ~ .did-floating-label{
          top: 4px!important;
          font-size: 14px!important;
     
    }
  }
}

select.did-floating-select {
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select.did-floating-select::-ms-expand {
  display: none!important;
}

.did-floating-input:not(:placeholder-shown) ~ .did-floating-label {
  top:4px!important;
  font-size:14px!important;
}
.did-floating-select:not([value=""]):valid ~ .did-floating-label {
  top:-8px;
  font-size:14px;
}
.did-floating-select[value=""]:focus ~ .did-floating-label {
  top:11px;
  font-size:14px;
}
.did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%23003d71'/%3E%3C/svg%3E%0A");
    background-position: right 15px top 50%;
    background-repeat: no-repeat;
}

.did-error-input{
  .did-floating-input, .did-floating-select {
    border: 2px solid #9d3b3b;
    color:#9d3b3b;
  }
  .did-floating-label{
    font-weight: 600;
    color:#9d3b3b;
  }
  .did-floating-select:not([multiple]):not([size]) {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='6' viewBox='0 0 8 6'%3E%3Cpath id='Path_1' data-name='Path 1' d='M371,294l4,6,4-6Z' transform='translate(-371 -294)' fill='%239d3b3b'/%3E%3C/svg%3E%0A");
}
}

.input-group {
  display: flex;
  .did-floating-input{
    border-radius:0 4px 4px 0;
    border-left:0;
    padding-left:0;
  }
}
.input-group-append {
  display:flex;
  align-items:center;
/*   margin-left:-1px; */
}
.input-group-text {
    display: flex;
    align-items: center;
    font-weight: 400;
    height:34px;
    color: #323840;
    padding: 0 5px 0 20px;
  font-size:12px;
    text-align: center;
    white-space: nowrap;
    border: 1px solid #3D85D8;
  border-radius: 4px 0 0 4px;
  border-right:none;
}



/*form new css*/

.error {
  background: #F2DEDE;
  color: #A94442;
  padding: 10px;
  width: 95%;
  border-radius: 5px;
  margin: 20px auto;
}

.success {
  background: #D4EDDA;
  color: #40754C;
  padding: 10px;
  width: 95%;
  border-radius: 5px;
  margin: 20px auto;
}

.ca {
	font-size: 16px;
  font-weight: bold;
	display: inline-block;
	padding: 10px;
	text-decoration: none!important;
	color: #444;
}
.ca:hover {
	text-decoration: underline;
} 
