.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

.text-smooth {
    transition: color 0.3s ease !important;
    color: #666 !important;
}

.text-smooth:hover {
    color: #000 !important;
}


.form-control::placeholder {
    color: #999;
    opacity: 1;
    transition: opacity 0.3s ease, color 0.3s ease;
}

.form-control:focus::placeholder {
    opacity: 0.6;
    color: #666;
}


.form-control:hover {

    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
    
  
}


.form-control:focus {
    border-color: rgba(0, 123, 255, 0.5) !important;
    /* Blue border on focus */
    box-shadow: 0 0 10px rgba(0, 123, 255, 0.3);
 
}
.login-btn{
    border-bottom:none !important;
}
.login-btn:hover {
    background: #FFB000 !important;
    border-bottom:none !important;
}

.login-heading {
    font-size: 25px;
    letter-spacing: 2px;
    position: relative;
    color: black !important;
    text-wrap: none;
}



.highlight-text {
   color:#4477CE;
    font-weight: bold !important;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1) !important;
}


form {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3); /* Horizontal offset, Vertical offset, Blur radius, Spread radius, Color */
    border-radius: 20px !important;
    padding:50px 45px 50px 45px;
}

.sign-in-text{
      font-size:20px !important;
  }
.login-text{
  
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2) !important;
    letter-spacing: 0px;
   
}
.form-div-main{
    scale:0.8;
}

/* Media query for screens smaller than 576px (Bootstrap's 'sm' breakpoint) */
@media (max-width: 576px) {
    .login-heading {
        font-size: 25px; /* Adjust the font size as needed for smaller screens */
        
    }
    form {

    padding:50px 30px 50px 30px;
}
  .sign-in-text{
      font-size:16px !important;
  }
  .form-div-main{
 scale:0.8;   
}
}

