@charset "UTF-8";
/* CSS Document */

div.detail-password {
	form {
		div.input-area {
			justify-content: center;
			margin-top: 50px;

			div.input-inner {
				div.error-area {
					margin-bottom: 20px;
					padding: 15px;
					text-align: center;
					border: solid 1px #faa;
					background: #fee;
				}
				div.input.password {
					label {
						display: block;
					}
					input {
						width: 200px;
						font-size: 120%;
						padding: 5px;
						border-radius: 3px;
						border: solid 1px #ccc;
						box-sizing: border-box;
					}
				}
				div.submit {
					text-align: right;
					margin-top: 10px;
				}
			}
		}
	}
}
