/* .form-container {
    background: white;
    padding: 20px;
    border-radius: 10px;

    width: 360px;
    text-align: center;
} */

h2 {
    margin-bottom: 20px;
    color: #333;
}

input, select {
    width: 100%;
    padding: 10px;
    margin: 8px 0;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button {
    background: #ff7e5f;
    color: white;
    padding: 12px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    font-size: 16px;
    margin-top: 10px;
}

button:hover {
    background: #e36d50;
}

p {
    margin-top: 15px;
    color: #666;
}

a {
    color: #ff7e5f;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

.form-group {
    margin-bottom: 5px;
    text-align: left;
}

label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
}
.buttonam {
    background: #ff7e5f;
    color: white;
    font-weight: bold;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
}
.buttonam:hover {
    background: #e36d50;
}
.textpx{
    font-family: 'Poppins';
}
.loginbox{
       box-shadow:0 10px 30px rgba(0, 0, 0, 0.2) !important;
    border-radius: 15px !important;
}