 .logingback {
    background-image: url('../img/backgrounds/orthopaedic-v2.png') !important;  
    background-size: cover;  
    background-position: center;  
    background-repeat: no-repeat;  
    /* min-height: 100vh;   */
    /* display: flex;
    justify-content: center;
    align-items: center; */
}
/*
form {
    width: 450px;
    min-height: 500px;
    height: auto;
    border-radius: 5px;
    margin: 10% auto;
    padding: 2%;
    background: #fff;
    border: 1px solid #800214;
}
 
form .con {
    display: -webkit-flex;
    display: flex;
  
    -webkit-justify-content: space-around;
    justify-content: space-around;
  
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  
      margin: 0 auto;
}

 
header {
    margin: 8% auto 10% auto;
    text-align: center;
}
 
header h2 {
    font-size: 250%;
    font-family: 'Playfair Display', serif;
    color: #800214;
}
 
header p {letter-spacing: 0.05em;}



 

.input-item {
    color: #800214;
    border-radius: 5px 0px 0px 5px;
}



 
#eye {
    background: #fff;
    color: #333;
  
    margin: 5.9px 0 0 0;
    margin-left: -20px;
    padding: 15px 9px 19px 0px;
    border-radius: 0px 5px 5px 0px;
  
    float: right;
    position: relative;
    right: 1%;
    top: -.2%;
    z-index: 5;
    
    cursor: pointer;
}
 
input[class="form-input"]{
    width: 240px;
    height: 57px;
    padding: 15px;
    font-size: 16px;
    font-family: 'Abel', sans-serif;
    color: #5E6472;
    outline: none;
    border-bottom: 2px solid #820517;
    border-left: none;
    border-top: none;
    border-right: none;
    transition: 0.2s linear;
    
}
input[id="txt-input"] {width: 250px;}
 
input:focus {
    transform: translateX(-2px);
    border-radius: 5px;
}

 
.log_button {
    display: inline-block;
    color: #252537;
    width: 245px;
    height: 50px;
    padding: 0 20px;
    background: #fff;
    border-radius: 5px;
    outline: none;
    border: 1px solid #800214;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s linear;
    margin: 7% auto;
    letter-spacing: 0.05em;
}
 
.submits {
    width: 41%;
    display: inline-block;
    color:#fff !important
}
.logbtn:hover {
	color: #800315 !important;
	text-decoration: none
}


 
.frgt-pass {background: transparent;}

 
.sign-up {
    background: #d2a5a9;
    color:#fff;
}

 
.log_button:hover {
    transform: translatey(3px);
    box-shadow: none;
}

.frgt-pass{
    color: #800315 !important;
}

 
.log_button:hover {
    animation: ani9 0.4s ease-in-out infinite alternate;
}
@keyframes ani9 {
    0% {
        transform: translateY(3px);
    }
    100% {
        transform: translateY(5px);
    }
} */

 

/* General Container Styling */
/* .login_con {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
} */

/* Form Container */
.login-container,
.signup-container,
.otp-container,
.forget-container {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 50px 15px;
}

/* Form Styling */
.login-form,
.signup-form,
.otp-form,
.forget-form {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    box-shadow: 0 0px 0px 1px #800214;

}

/* Form Title */
.login-form h2,
.signup-form h2,
.otp-form h2,
.forget-form h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #800214;
}

/* Form Field Styling */
.form-control,
.otp-input {
    margin-bottom: 15px;
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
}

/* Focused Input Field */
.form-control:focus,
.otp-input:focus {
    border-color: #800214 !important;
    outline: none;
}

/* Button Styling */
.btn-custom {
    width: 100%;
    padding: 10px;
    /* background-color: #007bff; */
     background-color: #800214 !important;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}

.btn-custom:hover {
    /* background-color: #0056b3 !important; */
    background-color: #530510 !important;
    
}

/* Link Styling */
.login_con a {
    /* color: #007bff; */
    color: #800214 !important;
    text-decoration: none;
}

.login_con a:hover {
    text-decoration: underline;
    color: #530510 !important;

}

/* Alert Styling */
.alert {
    display: none;
    padding: 10px;
    background-color: #f8d7da;
    color: #721c24;
    border-radius: 5px;
    margin-bottom: 15px;
}

/* Input Group for OTP */
.otp-input-group {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* OTP Input Styling */
.otp-input {
    width: 40px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.otp-input:focus {
    /* border-color: #007bff; */
    border-color: #800214 !important;
    outline: none;
}

.login_con h2, .login_con .btn {
    text-transform: none !important;
}

label{
    color: #6c1320 !important;
}

.form-check-input:checked {
    background-color: #800214 !important;
    border-color: #800214 !important;
}

.form-check-input:focus { 
    border-color: #800214;
    /* box-shadow: 0 0 4px 0rem #800214 !important; */
    box-shadow: unset !important;
}

.form-control:focus{
    /* box-shadow: 0 0 4px 0rem #800214 !important; */
    box-shadow: unset !important;
}

.btn-primary:focus {
    box-shadow: unset;
}

/* Responsive Design */
@media (max-width: 480px) {
    .login_con {
        padding: 10px;
    }

    .login-container,
    .signup-container,
    .otp-container,
    .forget-container {
        padding: 30px 10px;
    }

    .otp-input-group {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .otp-input {
        width: 35px;
        height: 45px;
        font-size: 16px;
    }
}