.cassiflix-password-page{
	max-width: 460px;
	margin: 48px auto;
	padding: 0 16px;
	font-family: Arial, Helvetica, sans-serif;
}

.cassiflix-card{
	background: #141414;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.08);
	border-radius: 18px;
	padding: 28px;
	box-shadow: 0 10px 35px rgba(0,0,0,.35);
}

.cassiflix-title{
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 700;
	color: #fff;
}

.cassiflix-subtitle{
	margin: 0 0 24px;
	font-size: 14px;
	line-height: 1.6;
	color: #b3b3b3;
}

.cassiflix-alert{
	border-radius: 12px;
	padding: 14px 16px;
	margin-bottom: 18px;
	font-size: 14px;
	line-height: 1.5;
	border: 1px solid transparent;
}

.cassiflix-alert-error{
	background: rgba(229, 9, 20, 0.10);
	border-color: rgba(229, 9, 20, 0.30);
	color: #ffd7da;
}

.cassiflix-field{
	margin-bottom: 18px;
}

.cassiflix-label{
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
}

.cassiflix-input-wrap{
	position: relative;
}

.cassiflix-input{
	width: 100%;
	height: 50px;
	padding: 0 52px 0 14px;
	border-radius: 10px;
	border: 1px solid #333;
	background: #222;
	color: #fff;
	outline: none;
	box-sizing: border-box;
	font-size: 15px;
	transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.cassiflix-input:focus{
	border-color: #e50914;
	box-shadow: 0 0 0 3px rgba(229,9,20,.18);
	background: #262626;
}

.cassiflix-toggle{
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	background: transparent;
	color: #b3b3b3;
	cursor: pointer;
	font-size: 18px;
	padding: 4px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.cassiflix-toggle:hover{
	color: #fff;
}

.cassiflix-strength{
	margin-top: 10px;
}

.cassiflix-strength-bar{
	width: 100%;
	height: 8px;
	background: #2a2a2a;
	border-radius: 999px;
	overflow: hidden;
}

.cassiflix-strength-fill{
	height: 100%;
	width: 0%;
	border-radius: 999px;
	transition: width .25s ease, background .25s ease;
	background: #666;
}

.cassiflix-strength-text{
	display: block;
	margin-top: 8px;
	font-size: 12px;
	color: #b3b3b3;
}

.cassiflix-hints{
	margin: 10px 0 0;
	padding-left: 18px;
	color: #b3b3b3;
	font-size: 12px;
	line-height: 1.6;
}

.cassiflix-button{
	display: inline-flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 52px;
	border: 0;
	border-radius: 10px;
	background: #e50914;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	transition: transform .12s ease, background .2s ease, opacity .2s ease;
}

.cassiflix-button:hover{
	background: #f6121d;
}

.cassiflix-button:active{
	transform: translateY(1px);
}

.cassiflix-note{
	margin-top: 16px;
	font-size: 12px;
	line-height: 1.6;
	color: #8c8c8c;
	text-align: center;
}