
 body {
		color: rgba(248, 248, 242);
		background-color: rgba(68 71 90);
        font-family: 'Ubuntu', sans-serif;
    }
    
    .main {
        background-color: rgba(40, 42, 54, 1);
        width: 400px;
        height: 300px;
        margin: 7em auto;
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
    }
	
	.download {
         background-color: rgba(40, 42, 54, 1);
        width: 700px;
        height: 2em auto;
        margin: 7em auto;
		text-align: center;
		
        border-radius: 1.5em;
        box-shadow: 0px 11px 35px 2px rgba(0, 0, 0, 0.14);
		
    }
    
    .sign {
        padding-top: 40px;
        color: rgba(255, 121, 198, 1);
        font-family: 'Ubuntu', sans-serif;
        font-weight: bold;
        font-size: 23px;
    }
    
    .un {
    width: 76%;
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgba(255, 250, 250, 1);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
    margin-left: 46px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    }
    
    form.form1 {
        padding-top: 40px;
    }
    
    .pass {

    width: 200px;   
    color: rgb(38, 50, 56);
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    background: rgb(211, 211, 211);
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    outline: none;
    box-sizing: border-box;
    border: 2px solid rgba(0, 0, 0, 0.02);
    margin-bottom: 50px;
 /*   margin-left: 46px;  */
    margin-left: 100px;
    text-align: center;
    margin-bottom: 27px;
    font-family: 'Ubuntu', sans-serif;
    }
    
   
    .un:focus, .pass:focus {
	background: rgb(248, 248, 242);

/*	border: 2px solid rgb(40, 42, 54) */
   
        
    }
    
    .submit {
      cursor: pointer;
        border-radius: 5em;
        color: #000;
        background: rgba(80, 250, 123, 1);
        border: 0;
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 10px;
        padding-top: 10px;
        font-family: 'Ubuntu', sans-serif;
        margin-left: 142px;
        font-size: 13px;
        outline: 0;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
    }
    
   .submit:hover {  
        background-color:rgba(80, 250, 123, 0.8);
   }	
   	
	a {
        text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
        color: #E1BEE7;
        text-decoration: none
    }
    

    
  