body {
    background: url('http://localhost/webtutorial/uploads/669.jpg') no-repeat center center fixed;
    background-size: cover;
    position: relative;
}

.signup-container,
.login-container {
    background: #4A04EF;
    color: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    width: 400px;
    z-index: 2;
}

.signup-container {
    background: #4A04EF;
    color: white;
    padding: 3rem;
    border-radius: 20px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
    width: 450px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: -70px;
}

.signup-container .column-left,
.signup-container .column-right {
    width: 50%;
    padding: 10px;
}

.signup-container .column-left {
    text-align: center;
}

.signup-container .column-left img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}

.signup-container .upload-link {
    color: #EFBF04;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    text-decoration: none;
}

.signup-container .upload-link:hover {
    text-decoration: underline;
}

.signup-container .column-right .form-label {
    display: block;
}

.signup-container .column-right .form-control {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.signup-header {
    width: 100%;
    padding: 0;
}

.signup-header h2 {
    margin: 0;
}

.btn-custom {
    background-color: #EFBF04;
    border: none;
    color: black;
    font-weight: bold;
}

.btn-custom:hover {
    background-color: #d9a703;
}

.btn-google {
    background-color: white;
    color: black;
    font-weight: bold;
    border: 1px solid #ddd;
}

.btn-google:hover {
    background-color: #f1f1f1;
}

a {
    color: #EFBF04;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.bouncing-logo {
    position: absolute;
    width: 100px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    z-index: 1;
}

.form-logo {
    width: 80px;
    display: block;
    margin: 0 auto 10px;
}

.form{
    width: 200px;
}