.login{
    min-height: 100vh;
    background: url('../swagimgs/Login.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center; /*Center vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .log-in {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 70%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1); /* Optional: Add a semi-transparent background */
}

.login .log-in .login-img {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login .log-in .login-img img {
    width: 60%;
}

.wrapper {
    width: 50%;
    background: transparent;
    color: #FFF;
    padding: 30px 40px;
    border-radius: 10px;
}

.wrapper h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.wrapper h6 {
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
}

.wrapper .input-box {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 30px 0;
}

.input-box input {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    outline: none;
    border: 1px solid #FFF;
    border-radius: 40px;
    font-size: 14px;
    color: var(--light-color);
    padding: 20px 20px 20px 20px;
    direction: rtl;
}
.input-box small{
    visibility: hidden;
}
.input-box input::placeholder {
    color: var(--light-color);
    font-size: 14px;
}

.input-box i {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
.wrapper .btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.wrapper .btn .cancel{
    width: 45%;
    height: 45px;
    background: #FFF;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}
.wrapper .btn .logg{
    width: 45%;
    height: 45px;
    background: #FFF;
    border: none;
    outline: none;
    border-radius: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .login .log-in{
        flex-direction: column;
        width: 90%;
    }
    .login .log-in .login-img {
        width: 100%;
        padding: 30px 0;
    }
    .wrapper {
        width: 100%;
    }
}




.data{
    min-height: 100vh;
    background: url('../swagimgs/Login.jpg');
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center; /*Center vertically */
    display: flex;
    justify-content: center;
    align-items: center;
}
.data .data-save {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 50%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.1); /* Optional: Add a semi-transparent background */
}
.wrapper {
    width: 60%;
    background: transparent;
    color: #FFF;
    padding: 30px 40px;
    border-radius: 10px;
}
.input-box p {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}