html,body{
	margin-top:0;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	height:100%;
	width:100%;	
	/*background:black;*/ /*#0D0D63;*/
	font-family: 'Tahoma', Arial, sans-serif;
	background: linear-gradient(90deg, rgba(95,119,122,1) 0%, rgba(125,209,195,0.8715861344537815) 64%, rgba(17,121,108,0.5746673669467788) 96%);
	}

.outer {
    display: flex;
    width: 100%;
    height: 100%;
    
    /*background-color: #ffc;*/
}



.inner {
	font-size:40;
	text-align:center;
    width: 80%;
	height: 80%;
    margin: auto;
	color: #210e71;

    /*background-color: #fcc;*/
}

.pic {

    width: 35%;
	

}

.input_pass {
	
	background-color: white;
	font-size:40;
	border-radius: 20px;
	
}

.btn_pass {
	width: 33.3%;
	height: 20%;
	font-size:50;
	/*background: linear-gradient(90deg, rgba(95,119,122,1) 0%, rgba(125,209,195,0.8715861344537815) 64%, rgba(17,121,108,0.5746673669467788) 96%);*/
	font-family: 'Tahoma', Arial;
	background:#5f777a;
	color:#210e71;
	border-radius: 20px;
}

