.login{
    background-color: #4CAF50;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    
    
    min-height: 280px;
    margin-top: 100px;
    margin-left: 30%;
    padding-left: 43px;
    width: 350px;
  }
  
  @media only screen and (max-width: 750px) {
    .login {
      margin-left: 0%;
    }
  }
  
  #user_login{
    display: block;
    background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 90%;
}
  
  #user_pass{
    display: block;
    background-color: #eee;
	border: none;
	padding: 12px 15px;
	margin: 8px 0;
	width: 90%;
  }
  #wp-submit{
    border-radius: 20px;
	border: 1px solid #17af75;
	background-color: #17af75;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	padding: 12px 45px;
	letter-spacing: 1px;
	text-transform: uppercase;
	transition: transform 80ms ease-in;
  }
  
  #wp-submit:hover {
    -webkit-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -moz-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      -o-box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
      box-shadow:rgba(0,0,0,0.8) 0px 5px 15px, inset rgba(0,0,0,0.15) 0px -10px 20px;
  }

  .topnavlogin {
    display: inline-block;
    overflow: hidden;

    background: linear-gradient(#17af75, #0ba07b);
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;

  z-index: 1000;
   
 
  }

  .topnavlogin a {
    float: right;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
    
  }
  
  .topnavlogin a:hover {
    background-color: #fff;
    color: black;
    opacity: 50%;
  }
  
  .topnavlogin a.active {
    background-color: #4CAF50;
    color: white;
  }
  
  .topnavlogin .icon {
    display: none;
  }

  .login
{
    color: white;
    background-color: #0ba07b;
    padding: 40px;
}