.height-single{
    height: 200px;
}
.single-padding .bg{
    margin: 0;
    font-family: "Segoe UI", sans-serif;
    background-color: #f4f2ff;
}
.signup-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 48px 0px;
    margin: 0;
    font-family: "Segoe UI", sans-serif;
    background-color: #f4f2ff;
}
.signup-box {
    background: white;
    width: 100%;
    max-width: 350px;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    text-align: center;
    position: relative;
}
.icon-box {
    width: 50px;
    height: 50px;
    background-color: #7a5af8;
    color: white;
    font-size: 24px;
    line-height: 50px;
    border-radius: 10px;
    margin: 0 auto 20px;
}
.signup-box h2 {
    margin-bottom: 12px;
    font-size: 18px;
    color: #111827;
}
.signup-box p {
    font-size: 14px;
    color: #6b7280;
    margin-bottom: 24px;
}
.signup-form input {
    width: 100%;
    padding: 10px 12px;
    margin-bottom: 12px;
    border: 1px solid #d1d5db;
    border-radius: 6px;
    font-size: 14px;
}
.btn-signup {
    width: 100%;
    padding: 12px;
    background-color: #7a5af8;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 16px;
}
.btn-signup:hover {
    background-color: #6843f4;
}
.btn-google {
    width: 100%;
    padding: 10px;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
}
.btn-google img {
    width: 18px;
    height: 18px;
}
.signin-link {
    margin-top: 24px;
    font-size: 14px;
    color: #6b7280;
}
.signin-link a {
    font-weight: 600;
    color: #7a5af8;
    text-decoration: none;
}
.signin-link a:hover {
    text-decoration: underline;
}
