/* body {
    background: linear-gradient(80deg, #2a2e73, #2b4860) !important;
} */


.has-feedback .form-control-feedback {
    color: #2b4860;
    /* Change to any color */

}

.loginbg {
    background-color: #ffffff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 10px;
    max-width: 100%;

}
.mr-5 {
    margin-right: 5px;
}

.loginbg h3 {

    margin-bottom: 20px;
    color: #2b4860;
    font-weight: bold;
    text-align: center;

}

.mt-10{
    margin-top: 20px;
}
.icon_top {
    top: 25px !important;
}

.login_top-content {
    position: relative;
    background: linear-gradient(to bottom, #B2DD4C 0%,#2b4860 100%);
    /* background: url('../../../uploads/new_images/ut-gen.jpg') no-repeat center center fixed; */
    background-size: cover;
    height: 100vh;
    overflow: hidden;
}

.login_top-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, 0.5); black overlay with 50% opacity */
    z-index: 1;
}

.inner-bg {
    position: relative;
    z-index: 2;

}

.form-control {
border: 1px solid #999 !important
    /* border: 1px solid #2b4860 !important; */
    border-radius: 8px !important;
    display: block;
    width: 100%;
    height: 40px;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #4C4B4B;
    background-color: #fff;
    transition: border-color 0.3s ease;
}

.form-control:focus {
    /* border-color: #B2DD4C !important; */
    box-shadow: 0 0 5px rgba(178, 221, 76, 0.5);
    outline: none;
}
.form-control-feedback {
    position: absolute;
    right: 15px;
    top:15px;

    color: #4C4B4B;
}


.form-username {
    padding: 5px !important;
}

.form-password {
    padding: 5px !important;
}









/* From Uiverse.io by eirikvold */ 
.custom-btn {
  font-family: inherit;
  font-size: 18px;
  background: linear-gradient(to bottom, #B2DD4C 0%,#2b4860 100%);
  color: white;
  padding: 0.5em 1.2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 10px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  width: auto;
  margin: 0 auto;
  gap: 10px;
}

.custom-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.3);
}

.custom-btn:active {
  transform: scale(0.95);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-btn span {
  display: block;
  margin-left: 0.4em;
  transition: all 0.3s;
}

.custom-btn svg {
  width: 18px;
  height: 18px;
  fill: white;
  transition: all 0.3s;
}

.custom-btn .svg-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  margin-right: 0.5em;
  transition: all 0.3s;
}

.custom-btn:hover .svg-wrapper {
  background-color: rgba(255, 255, 255, 0.5);
}

button:hover svg {
  transform: rotate(45deg);
}


.form-top-left {
     padding-top: 0px !important;
      padding-bottom: 0px !important;
}









.alert {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 5px;
}

.login_top-content {
    display: flex;
    justify-content: center;
    /* Horizontal center */
    align-items: center;
    /* Vertical center */
    height: 100vh;
    /* Example: Full screen height */
    flex-direction: column;
    /* Taake content aik line mein naa aaye */
    text-align: center;
    /* Text ko bhi center krne ke liye */
}

.form-top {
        /* border-bottom: 1px solid #2B4860 !important; */
}

/* .form-top::after {
    content: '';
    position: absolute;
    bottom: -45%;
    left: -35%;
    width: 250px;
    height: 250px;
    background: rgba(255, 255, 255, 0.25);
    border-radius: 50%;
    animation: float2 4s ease-in-out infinite;
} */
  .blinking-logo {
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 18px;
    padding: 5px;
    border-radius: 5px;
    border: none;
    background: linear-gradient(to right, #29c3b6, #60d78d) !important;
    width: 170px;
    height: auto;
    animation: blink 2s ease-in-out infinite;
    }
.svg-wrapper-1 {
    position: relative;
    display: inline-block;
}

.svg-wrapper {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transition: all 0.3s ease;
}

button:hover .svg-wrapper {
    background: rgba(255, 255, 255, 0.5);
    transform: rotate(45deg);
}

.svg-wrapper svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

button:hover svg {
    transform: translate(-50%, -50%) scale(1.1);
}

.blinking-logo {
    display: block;
    margin: 0 auto;
    animation: blink 2s infinite ease-in-out;
}



/* input[type="text"], input[type="password"], textarea, textarea.form-control {
        border-bottom: none !important;
} */