a{
	text-decoration: none;
	    /* color: rgb(51, 51, 51); */
	  color: inherit;
    cursor: pointer;
}

h1,h2,h3,h4,h5{
	font-weight: 400;
	 color: inherit;
}
 .phone{
	      font-size: 30px;
	      font-weight: 600;
	      color: black;
	      font-style: oblique;
		  margin-left: 20px;
  }
  .phone img{
	  width: 30px;
	  vertical-align: middle;
	      margin-top: -7px;
  }
.desktop{
     display: block;
 }
 .mobile {
     display: none;
 }
 .d_login_box {
 	display: flex;
 	-webkit-box-align: center;
 	align-items: center;
 	flex-direction: column;
 	-webkit-box-pack: center;
 	justify-content: center;
 	background-image: linear-gradient(rgb(111, 166, 255),rgb(90, 162, 255),rgb(123, 187, 255)); 
 	min-height: 100vh;
 	overflow: hidden;
 	margin-top: -60px;
 }
 .d_login_center {
 	min-width: 900px;
 	min-height: 340px;
 	background-color: white;
 	box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px 0px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px, rgba(0, 0, 0, 0.12) 0px 3px 3px -2px;
 	position: relative;
 	border-radius: 6px;
 }
 .searchname{
	 width: 60px;font-size: 14px;    display: inline-block;
	 text-align: center;
 }
 .iscloun{
	 padding: 15px;
	 font-size: 14px;
 }
 .textfo{
	 font-size: 18px;
	 font-weight: 600;
	 margin-left: 20px;
 }
   @media (min-width: 767px) {
	   .showdesk{
	   		  max-width:980px;margin-left: auto !important;margin-right: auto !important; 
	   }
   }
  @media (max-width: 767px) {
	 
      .desktop{
          display: none;
      }
      .mobile {
          display: block;
      }
	  #app {
		 margin-top: 50px !important; 
	  }
	  .d_login_box {
		 background-image: none !important; 
	  }
	  .d_login_center {
	  	width: 100%;
	  	min-height: 340px;
	  	background-color: white;
	  	box-shadow: none;
	  	position: relative;
	  	border-radius: 6px;
	  }
	  .content_box{
		  padding: 30px 0 !important;
	  }
  }
  
body{
	margin: 0;
}
  
  .m_s_first{
	  margin-top: -8px;
  }
  
  
  
  
  