@@ -240,6 +240,14 @@ class app extends Base
.index1 {
display: none;
}
+
+ @media screen and (max-width: 768px) {
+ .login-common {
+ box-shadow: unset!important;
+ width: 100%;
+ padding: 0 10px;
+ }
</style>
</head>
<body>