.user-name {
	display: block;
}

.container {
	width: 100%;
}

/* .obd__title {
	font-size: 28px;
	line-height: 32px;
	font-weight: 600;
	color: #333;
	margin: 0;
}

@media screen and (min-width: 900px) {
	.obd__title {
		font-size: 36px;
		line-height: 40px;
		font-weight: 600;
		color: #444;
		margin: 0;
	}
} */

.modform {
	margin: 20px 0;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

.form7 {
	width: 100%;
	padding: 7px 5px 7px 5px;
	border: none;
	border: 1px solid #444;
	cursor: pointer;
	outline: none;
	color: #444;
	font-size: 20px;
	line-height: 26px;
	border-radius: 3px;
	background: #fff;
}

@media (min-width: 800px) {
	.container {
		width: auto;
	}
	.form7 {
		width: 430px;
	}
	.modform {
		margin: 40px 0;
	}
}

