.right-container::after {
	background: url('../img/bg_profile.jpg') no-repeat top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0.4;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	z-index: -1;
}
form {
	margin-bottom: 0;
}
.input-group > .form-control:not([id^=password]) {
	margin-bottom: 0.25rem;
}
input#phonenumber {
	width: 65%;
}
input[id*=iso] {
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}
[class*=btn-account] {
	color: #fff;
	padding: 0.375rem 1.375rem;
	font-size: 0.625rem;
	font-weight: 600;
	letter-spacing: 0.0625rem;
	margin-bottom: 1rem;
	text-transform: uppercase;
}
/* Medium */
@media screen and (min-width: 768px) {}
/* Large */
@media screen and (min-width: 992px) {}
