.signin-form-wrapper
{
    margin-bottom:8px;
}
.right-section-blank
{
    padding: 70px;
	background:rgba(0, 35, 75, 0.05);
    background-size: cover;
    height: 100vh;
    color: $white;
    justify-content: end;
    text-align: center;
}
.auth-header
{
	display:block;
	margin:0;
	font-size:1.87rem;
	line-height:2.71em;
	font-weight:bold;
}
.auth-guide
{
	padding:4px;
	margin-left:80px;
	color:#000000;
	text-align:left;
}
.auth-legend
{
	display:block;
	margin:0;
	font-size:0.87rem;
	line-height:1.71em;
	font-weight:normal;
}
.password-check-box
{
	width:1em;
	height:1em;
	overflow:hidden;
	font-size:24px;
	flex-shrink:0;
	vertical-align:bottom;
}
.password-meter
{
	width:100%;
}
.password-meter-wrapper
{
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
}
.password-meter-display
{
	width:160px;
	height:24px;
	padding:4px;
	margin-left:8px;
	background:rgba(12, 34, 63, 0.2);
}
.password-meter-section
{
	max-width:100%;
	flex-grow:1;
	flex-basis:0px;
	flex-shrink:0;
	margin:0;
	box-sizing:border-box;
}
.password-meter-unit
{
	height: 100%;
	margin: 0px 1px;
	padding: 0px 3px;
	border-radius: 2px;
}
.password-meter-unit-label
{
	display:block;
	margin:0;
	text-align:center;
	font-size:0.75rem;
	font-weight:400;
	line-height:1.37em;
	color:white;
}