body{
	    width:100%;
	    max-width:500px;
	    margin:0 auto;
	    font-family:sans-serif;
	    background:#222;
	    
	  }
	  .container {
	    width:100%;
	    max-width:800px;
	    margin:0 auto;	    
	  }
	  
	  .form-wrapper{
	    width:100%;
	    max-width:300px;
	    margin:0 auto;
	    margin-top:70px;
	    padding:10px 0px 10px 0px;
	    border-radius:0px;
	  }.form-wrapper form{
	    width:100%;
	    max-width:200px;
	    margin:0 auto;
	    padding:20px;
	  }.form-wrapper form input{
	     width:100%;
	     height:40px;
	     margin-bottom:10px;
	     border:0px;
	     background:#F2F2F2;
	     outline:none;
	     border-radius:0px;
	     border:1px solid #eeeeee;
	  }.form-wrapper form button{
	     width:60%;
	     height:40px;
	     background:#0C74CF;
	     color:white;
	     border:0px solid #eeeeee;
	     border-radius:0px;
	     font-weight:600;
	  }.form-wrapper form img{
	    width:100%;
	    max-width:100px;
	    display:flex;
	    justify-content:center;
	    margin:auto;
	    background:white;
	    border-radius:50%;
	  }.form-wrapper form h4{
	   text-align:center;
	   color:ghostwhite;
	   font-weight:300;
	  }
	  
	  
	  #term{
	    padding:10px;
	    background:none;
	    border:0px;
	  }
	  
	  .forterm{
	   width:100%;
	   max-width:250px;
	   padding:20px;
	   background:black;
	   position:fixed;
	   top:10%;
	   left:10%;
	   display:none;
	  }.forterm input{
	    background:grey;
	  }.forterm #enter{
	   padding:px;
	   background:silver;
	  }
	  