body {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
    background: #fff;
  }


  .login-box {
	
    width: 100%;
    height: 550px;
    background: #fff;
    color: #000;
    text-align: center;
   
   
    box-sizing: border-box;
   
    border-radius: 10px;
    /*box-shadow: 0 0 10px rgba(0,0,0,0.3);*/
  }
 

  h1 {
    color:#1877f2;
    text-align: center;
    font-size: 22px;
	font-family:monospace;
  }
  
  .login-box p {
    margin: 0;
    padding: 0;
    font-weight: bold;
  }
  
  .login-box input {
    width: 100%;
    margin-bottom: 20px;
  }
  
  .login-box input[type="text"],
  .login-box input[type="password"] {
    
    border-bottom: 1px solid #000;
	width:90%;
    background: #f5f6f7;
    height: 40px;
    color: #000;
    font-size: 15px;
	border:none;
	border-radius:3px;
	border:1px solid #e3e3e3;
	margin-left:15px;
	padding-left:12px;
  }

  .login-box input[type="submit"] {
	  width:40%;
    border: none;
	  background:#f25d18;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
	  margin: 0 auto;
    
   
  }
  
  .login-box input[type="submit"]:hover {
    cursor: pointer;
    background: rgb(240, 225, 241);
    color: #fff;
  }
  
  .login-box a {
    text-decoration: none;
    font-size: 14px;
    color: #777;
  }
  
  .login-box a:hover {
    color: #000;
  }
  
  .newAccound{
	
	  border:none;
	  padding:6px;
	  padding-left:5px;
	  padding-right:5px;
	  display:block;
	  margin:0 auto;
	  margin-top:15px;
	  width:250px;
	  background:#fff;
	  border:1px solid #bec3c9;
	
	  
  }
p{
	  display:block;
	  font-size:12px;
	  text-align:center;
	  color:#90949c;
  }


 

#show{
  position: relative;
}
#show img{
  position: absolute;
  right: 49px;
  top: 23%;
  display: none;
}

/*Rasponseb cod media quary*/

@media all and (min-width:501px) and (max-width:1100px){
  .login-box {
	
    width: 100%;
    height: 550px;
    background: #fff;
    color: #000;
   
   margin: 0 auto;
    box-sizing: border-box;
   
    border-radius: 10px;
    
  }



  .login-box input[type="text"],
  .login-box input[type="password"] {
    
    border-bottom: 1px solid #000;
	width:40%;
    background: #f5f6f7;
    height: 40px;
    color: #000;
    font-size: 15px;
	border:none;
	border-radius:3px;
	border:1px solid #e3e3e3;
	margin-left:300px;
	padding-left:12px;
  }

  .login-box input[type="submit"] {
	width:41%;
    border: none;
	background:#1877f2;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
	margin-left:303px;
  }

  #show{
    position: relative;
  }
  #show img{
    position: absolute;
    right: 30%;
    top: 20%;
  }
  
}
