body {
    font-family: 'Open Sans', sans-serif;
    background-color: #f4f4f9;
    color: #333;
}

.prompt-install {
    background: linear-gradient(135deg, #e0e0e0, #ffffff);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
    text-align: center;
    width: 100%;
    max-width: 400px;
    animation: fadeIn 1s ease-in-out;
}

.prompt-install h1 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
}

.prompt-install p {
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
}

#install-button {
    width: 100%;
    max-width: 300px;
    padding: 12px 20px;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(135deg, #007bff, #0056b3);
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    font-weight: bold;
}

#install-button:hover {
    background: linear-gradient(135deg, #0056b3, #004080);
}

#ios-prompt h1 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    text-align: center;
    line-height: 1.5;
}

#ios-prompt img {
    vertical-align: middle;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .prompt-install {
        padding: 15px;
        width: 90%;
    }

    #install-button {
        padding: 10px 15px;
        font-size: 14px;
    }

    #ios-prompt h1 {
        font-size: 14px;
    }
}


/* General Form Styling */
form {
    width: 100%;
    max-width: 400px;
    margin: 20px auto;
    padding: 20px;
    background: #f4f4f9;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
}

form label {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    text-align: center;
	font-size: 30px;
	padding: 20px;
}

.input-group {
    position: relative;
    margin-bottom: 15px;
    width: 70%;
}

.input-group input {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    transition: border-color 0.3s ease-in-out;
}

.input-group input:focus {
    border-color: #007bff;
    outline: none;
}

.input-group-addon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #aaa;
    font-size: 18px;
}

.input-group input {
    padding-left: 40px; /* Space for the icon */
}

/* Login Button */
.login-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background: #007bff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.login-btn:hover {
    background: #a2a2a2;
}

.login-btn i {
    margin-right: 5px;
}

/* Desktop Button */
.desktop-btn {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background: #f4f4f9;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    transition: background 0.3s ease-in-out;
    text-decoration: none;
}

.desktop-btn:hover {
    background: #e0e0e0;
}

/* Dropdown */
#system_language {
    margin-top: 10px;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff;
    transition: border-color 0.3s ease-in-out;
}

#system_language:focus {
    border-color: #007bff;
}

/* Version Info */
.version {
    font-size: 12px;
    color: #666;
    text-align: center;
    margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
    form {
        width: 90%;
        padding: 15px;
    }

    .login-btn {
        font-size: 14px;
        padding: 10px;
    }

    .desktop-btn {
        font-size: 12px;
        padding: 8px;
    }
}
.imagetop{
	
}
