From d8fa3430e6d8e596013376319614e93c8caa1c28 Mon Sep 17 00:00:00 2001
From: PCoder <purple.coder@yahoo.co.uk>
Date: Mon, 17 Jul 2017 00:33:48 +0530
Subject: [PATCH] Removed box-shadow and set font-weight 400 in mobile view in
 the billing details

---
 hosting/static/hosting/css/landing-page.css | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/hosting/static/hosting/css/landing-page.css b/hosting/static/hosting/css/landing-page.css
index 85c80b0d..b3e908a9 100644
--- a/hosting/static/hosting/css/landing-page.css
+++ b/hosting/static/hosting/css/landing-page.css
@@ -620,9 +620,15 @@ a.unlink:hover {
     .card-cvc-element {
     padding-left: 10px;
     }
+    
     .hide-mobile{
     display:none;
     }
+    
+    #billing-form .form-control {
+    box-shadow: none !important;
+    font-weight: 400;
+}
 }
 
 @media (min-width: 1200px) {