*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,sans-serif;
}

body{
    background:#f5f5f5;
    display:flex;
    justify-content:center;
    align-items:center;
    min-height:100vh;
    padding:20px;
}

.form-box{
    width:100%;
    max-width:520px;
    background:linear-gradient(135deg,#ffffff,#fff7f2,#ffe7d1);
    padding:10px;
    border-radius:20px;
    border-top:8px solid #d65f00;
    box-shadow:0 15px 35px rgba(0,0,0,.15);
}

/* Logo */

.logo{
    text-align:center;
    margin-bottom:25px;
}

.logo img{
    width:220px;
    margin-bottom:15px;
}

.logo h2{
    color:#d65f00;
    font-size:28px;
    margin-bottom:8px;
}

.logo p{
    color:#666;
    font-size:15px;
}

/* Heading */

.form-box h1{
    text-align:center;
    color:#d65f00;
    margin-bottom:30px;
    font-size:32px;
}

/* Form */

.field{
    margin-bottom:20px;
}

.field label{
    display:block;
    margin-bottom:8px;
    font-weight:bold;
    color:#333;
}

.field input{
    width:100%;
    padding:14px;
    border:1px solid #ddd;
    border-radius:10px;
    outline:none;
    font-size:15px;
    transition:.3s;
}

.field input:focus{
    border-color:#d65f00;
    box-shadow:0 0 12px rgba(214,95,0,.25);
}

/* Password */

.password-box{
    position:relative;
}

.password-box input{
    padding-right:55px;
}

.toggle-password{
    position:absolute;
    right:18px;
    top:50%;
    transform:translateY(-50%);
    cursor:pointer;
    font-size:18px;
    color:#666;
}

.toggle-password:hover{
    color:#d65f00;
}

/* Remember */

.remember-box{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.remember-box input{
    accent-color:#d65f00;
}

.remember-box a{
    text-decoration:none;
    font-weight:bold;
    color:#d65f00;
}

/* Button */

.submit-area button{
    width:100%;
    padding:15px;
    background:linear-gradient(to right,#d65f00,#b84f00);
    border:none;
    border-radius:30px;
    color:white;
    font-size:17px;
    cursor:pointer;
    transition:.3s;
}

.submit-area button:hover{
    transform:translateY(-3px);
}

.link{
    margin-top:20px;
    text-align:center;
}

.link a{
    text-decoration:none;
    color:#d65f00;
    font-weight:bold;
}

.footer{
    margin-top:25px;
    text-align:center;
    color:#666;
    font-size:14px;
}

.footer h3{
    color:#d65f00;
    margin-bottom:8px;

}
body{
    margin:0;
    padding:20px;
    min-height:100vh;
    background:linear-gradient( rgba(255,255,255,0.45), rgba(255,255,255,0.45)), url("images/bg1.jpg") no-repeat center center fixed;
    background-size:cover;
    display:flex;
    justify-content:center;
    align-items:center;
}

@media(max-width:576px){

.form-box{
    padding:10px;

}

.logo img{
    width:170px;

}

.form-box h1{
    font-size:26px;

}
}

.logo-section{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:flex-end;
    gap:40px;
    margin-bottom:25px;
}

.yogi{
    width:90px;
    height:auto;
}

.center-logo{
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
}

.main-logo{
    width: 150px;
    margin-bottom:8px;
}

.center-logo h2{
    margin:5px 0;
    font-size:20px;
    color:#f56803;
    line-height:1.35;
    font-weight:bold;
}

.center-logo p{
    margin:0;
    font-size:14px;
    color:#555;
    font-style:italic;
    line-height:1.4;
}

