
 

  /* Right-align form fields and icons */
  .form-group {
    text-align: right;
  }

  /* Right-align icons in the input group */
  .input-group-prepend {
    justify-content: flex-end;
  }

  /* Right-align form buttons */
  .text-center {
    text-align: right;
  }

  .input-group:not(.has-validation) .form-control,
  .input-group:not(.has-validation) .form-select {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    text-align: right;
    /* background-color: aquamarine; */
    display: flex;
    align-items: flex-end;
  }


  .modal-content {
    text-align: center;
}

  /* background-image: var(--bs-form-select-bg-img),url(../images/drop-down.svg) !important; */

  .form-select {
   
    /* background-image: url(../images/background1.png); */
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem 0.375rem 3.25rem; /* Adjusted padding for left position */
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    /* background-color: red; */


    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: left 0.75rem center; /* Move image to the left side */
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    align-items: center;
    display: flex;
}



/* styling for form bacground */

.inner-content{
    border-radius: 1rem;
    background-color: #FFFDF0;   
    /* width: 70%; */

}

h5.mb-4 {
    text-align: center;
    background-color: #F3EDC8;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 1.5rem;
    color: #21347E;

}

form{
 padding: 0 2rem;
 background-color: #FFFDF0;  
 margin: 2rem; 
}

.form-icons{
    width: 1.2rem;
}



.register-icon{
    width: 1.3rem;
    margin-left: 1rem;
}



/* input box styling */

/* input text area */
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control, .input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select, .input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    /* background-color: yellow; */
    /* padding: 0.5rem !important; */
    background-color: transparent;
    border: 0.1rem solid #939393;
    border-right-color: transparent;

    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    /* border-left-color: transparent; */
    color: #939393;

}

/* icon on right side */
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-radius: 0rem !important;
    border-top-right-radius: 0.5rem !important;
    border-bottom-right-radius: 0.5rem !important;
    background-color: transparent;
    border: 0.1rem solid #939393;
    border-left-color: transparent;
}


/* eye icons */
#toggle-confirm-password,
#toggle-password{
    border-top-left-radius: 0.5rem !important;
    border-bottom-left-radius: 0.5rem !important;
    /* border: 0.1rem solid #939393; */
    background-color: transparent;
    /* border-right-color: transparent; */
    border-color: transparent;

}



/* #confirm-password,
#password{
    padding-top: 1.3rem !important;
    padding-bottom: 1.3rem !important;
    background-color: aquamarine;
} */

/* .form-group {
    text-align: right;
    background-color: black;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1rem soiid white !important;
    display: flex;
    margin: 0.5rem;
} */



/* Custom CSS for the form */
.custom-form {
    background-color: transparent; /* Set the form background to transparent */
    padding: 20px; /* Increase padding for the form */
}

.form-group {
    /* border: 2px solid black; Add a black border to .form-group */
    /* padding: 10px; Add some padding for better spacing */
    border-radius: 0.3rem;
}



/* Increase font size for the form button */


/* Increase the size of icons inside the input fields */
.input-group-text img.form-icons {
    width: 24px; /* Adjust the icon size as needed */
    height: 24px;
}

/* Increase the size of the register button icon */
.register-icon {
    width: 24px; /* Adjust the icon size as needed */
    height: 24px;
}


.btn{
    box-shadow: none !important;
    border: none;

}
/* btn styling */
.btn:hover{
    background-color: rgb(13, 28, 88) !important;
    outline: none;
    border: none;
    /* border-color: rgb(13, 28, 88); */
    box-shadow: none !important;

}

  
  /* Submit Buttons styling while it is active */
.btn:active {
    background-color: #1e522b;

    outline: none;
    border: none;;
    transform: translateY(3.625%) !important;
    box-shadow: none !important;

}

.btn:focus {
    background-color: #1e522b;
    outline: none;
    border: none;
    transform: translateY(3.625%) !important;
    box-shadow: none !important;

}

.btn:focus-visible {
    background-color: #1e522b;
    outline: none;
    border: none;
    box-shadow: none !important;
}

/* removing focus effects */
.form-select:focus,
.form-control:focus {
    color: #495057;
    background-color: #973333;
    border-color: none !important;
    outline: 0;
    /* box-shadow: 0 0 0 0.25rem rgba(13,110,253,.25); */
    box-shadow: none !important;

 }


 .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none !important;
    background-color: #1e522b !important;
    box-shadow: none !important;
}

.datepicker-logo {
    background-color: aquamarine;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    border-color: transparent;
}



.box {
    /* background-color: #0f2b56; */
    border-radius: 0.3rem;
    border-color: #909dad;
    outline: none;
    background-color: #495057;
  }



  .no-margin {
    margin: 0;
}
