html, body{	background: #000 !important;}/* added by mohit for new landing page */.top-img img{  width: 100%;  height: 500px;}@media screen and (max-width: 1024px){ .top-img img{  width: 100%;  height: auto;}}button:focus{       outline: none !important;}.button-orange-fill {    background-color: #de9d27;    border: none;    color: #fff;    height: auto;    width: auto;    padding-left: 25px;    padding-right: 25px;	 padding-top: 10px;	  padding-bottom: 10px;    text-align: center;    text-decoration: none;    font-size: 20px;    cursor: pointer;    border-radius: 30px;    outline: 0;    right: 0;}@media screen and (max-width: 1024px){	.button-orange-fill {    background-color: #de9d27;    border: none;    color: #fff;    height: auto;    width: 80%;    padding-left: 15px;    padding-right: 15px;    text-align: center;    text-decoration: none;    font-size: 20px;    cursor: pointer;    border-radius: 30px;    outline: 0;    right: 0;}	}.desc{  color: #fff;  font-size: 18px;  font-weight: 600;  margin-top: 20px;}.navbar-1 {    overflow: hidden;    background-color: #fff;    position: fixed;    bottom: 0;    width: 100%;    display: none;    z-index: 999;    margin-right: 0px !important;    margin-left: 0px !important;}@media screen and (max-width: 1024px){  .navbar-1 {    display: block;    box-shadow: 0 0 10px 0 #0000002e;}}.btn-left{  width: 50%;  background: #de9d27;  padding: 10px;  color: #fff;  font-size: 20px;  border-right: 1px solid #fff;}.btn-right{  width: 50%;  background: #de9d27;  padding: 10px;  color: #fff;  font-size: 20px;  border-left: 1px solid #fff;}a{	color: #fff;	text-decoration: none;}#input1 {    width: 20%;}#input2 {    width: 70%;}@media screen and (max-width: 500px){  #input1 {    width: 20%;}}@media screen and (max-width: 500px){  #input2 {    width: 50%;} }.formbox{  width: 100%;  text-align: center;}input[type="text"], input[type="password"] {    transition: background-color 0.3s;    -webkit-transition: background-color 0.3s;    -moz-transition: background-color 0.3s;    color: #999;    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;    border-radius: 6px;}input[type="text"], input[type="password"] {    margin-bottom: 10px;    border: 1px solid #e9e9e9;    padding-left: 12px;    padding-right: 12px;    padding-top: 9px;    padding-bottom: 9px;    font-family: 'Droid Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;    background-color: #f6f6f6;    color: #666;    line-height: 16px;    width: 180px;}