			#max {
				width: 40%;
				height: 300px;
				margin: auto;
				margin-top: 130px;
				padding-top: 50px;
				border-radius: 26px;
				background-color: #393D49;
			}
			#title {
				font-size: 22px;
				font-weight: bolder;
				width: 50%;
				height: 10%;
				/* background-color: aqua; */
				text-align: center;
				margin: auto;
				margin-bottom: 10%;
			}
			#form {
				width: 50%;
				height: 30%;
				margin: auto;
			}
			div input {
				height: 40px;
				border-radius: 10px;
				border: 1px white solid;
				padding: 14px;
			}
			#user_pwd {
				margin-top: 4px;
			}

			#btn {
				float: right;
				margin-top: 26px;
			}

			#statement {
				height: 50px;
				margin-top: 60px;
			}
		 