EVOLUTION-NINJA
Edit File: main.css
/* @import url('https://fonts.googleapis.com/css?family=Open+Sans'); */ @import url('../css/open-sans.css'); html, body { margin:0; padding:0; color: #616161 !important; font-family: 'Open Sans', Arial, sans-serif !important; overflow-x:hidden; } ul, li, a, span, label, h1, h2, h3, h4, h5, h6, form, div, p { margin:0 auto; padding:0; } .clr { clear:both; } @media only screen and (min-width:320px) and (max-width:640px) { } @media only screen and (min-width:641px) and (max-width:991px) { } .skin-blue .main-header li.user-header { background-color: #af0100 !important; } /*-------------------------- Header -----------------------------------------------------------------------------------*/ .main-header .logo .logo-lg { font-size: 46px !important; } .sidebar-menu img{ width: 18%; padding-right: 10px; margin-top: -6px; } .dashb i{ padding-right:33px; } .payment-c{ background:#cbc9c9; font-size: 15px; font-weight: 600; border-bottom:2px solid white; } .content-header{ border-bottom: 1px solid silver; padding-bottom: 10px !important; } /*------------------------- land_owner_a --------------------------------------------------------------------------------*/ #land_owner{ padding-top:20px; } .land_owner_a{ margin-bottom:13px; } .land_owner_a label{ padding-right: 10px; } .land_owner_a input{ width: 60% !important; height: 31px !important;; } .land_owner_a select{ width: 60% !important; height: 31px !important;; } .well-sm { padding: 5px !important; border-radius: 0px !important; } .well{ margin-bottom:0 !important; } .submit{ width: 80%; margin-top: 20px; //background-color:#818181 !important; } @media only screen and (min-width:320px) and (max-width:640px) { .land_owner_a input{ width: 100% !important; } .land_owner_a { margin-bottom: 2px; } .land_owner_a select{ width:100% !important; } .submit{ margin-top:8px; } .sss{ padding-left: 0 !important; padding-right: 0 !important; } } @media only screen and (min-width:641px) and (max-width:991px) { .land_owner_a input{ width: 55% !important; } .form-group label{ padding-left:0 !important; } .form-group{ padding-bottom:10px; } .land_owner_a { margin-bottom: 2px; } .submit{ margin-top:8px; } .land_owner_a select{ width:55% !important; } }