#login_form #login_2sv_container {
	max-width: 410px;
}

#login_2sv_container {
	margin-bottom: 10px;
}

#two_step_verification_setup_verify_form_error {
	display: none;
}

.two_step_verification #verify_code {
	width: 160px;
}

#login_form #login_2sv_description {
	text-align: center;
	margin-bottom: .3rem;
}

#login_form #login_otp {
	float: right;
	width: 130px;
	margin-right: 35px;
	margin-bottom: 2px;
}

#login_otp_container {
	margin-top: 15px;
	margin-bottom: 10px;
}

#login_form #login_otp_problems_toggle {
	position: absolute;
	z-index: 1;
}

#login_submit_row {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: baseline;
}
