@charset "UTF-8";

@media all {
	.profile-btn-container {
		display: flex;
		justify-content: space-around;
		align-items: center;
	}

	.profile-form-box,
	.profile-text-box {
		padding: 14px 16px;
		border: 2px solid var(--background-brighter-color);
		border-radius: var(--border-radius);
		box-shadow: var(--background-brighter-color);
		margin-bottom: 30px;
	}

	.input-container {
		position: relative;
	}

	.input-container img {
		display: inline-block;
		position: absolute;
		right: 10px;
		bottom: 10px;
	}
}