        body {
            font-family: Arial, sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 100vh;
            margin: 0;
			background: linear-gradient(135deg, #f5f5f5, #c1e1ec);
			/* background-image: url("../images/bgd_login_1.png"); */
			/* background-size: 100%; */
			  background-position: center;
			  background-repeat: no-repeat;
			  background-size: cover;
         
        }
        .container {
            background-color: r;
            border-radius: 10px;
            /* padding: 20px; */
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
            width: 400px;
            text-align: center;
			/* margin-left:60px; */
        }
		.mfa_box {
			width:100px;
		}
        h1 {
            margin-bottom: 20px;
            color: #333;
        }
        input {
            width: 90%;
            padding: 10px;
            margin: 10px 0;
            border: 1px solid #ccc;
            border-radius: 5px;
        }
        button {
            width: 100%;
            padding: 10px;
            background-color: #5cb85c;
            color: white;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }
        button:hover {
            background-color: #4cae4c;
        }