body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    background-color: #f8f9fa;
}
.form-container {
    max-width: 1000px;
    width: 100%;
    margin-top: 140px;
}
.pass-group {
    position: relative;
}
.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.error-message {
    color: red;
    font-size: 0.875em;
    margin-top: 0.5em;
}
.custom-checkbox {
    display: flex;
    align-items: center;
}
.custom-checkbox input[type="checkbox"] {
    margin-right: 10px;
}
.heading{
    color:white;
}
.label{
    font-weight:bold;
}
.profile-hd{height:50px;
    
    background:linear-gradient(90deg,#EA5455 0%,#FF9F43 100%);border-radius:0 10px 0 0}@media(max-width:991px){.profile-set .profile-head{border-radius:10px}}
