html,body.crweb {
	min-height: 100%;
}

body.resetpassword {
	padding: 60px;
}

body.resetpassword .toplogo img {
	margin: 0 auto 60px auto;
	height: 60px;
}

body.resetpassword .resetpassword-holder {
	display: block;
	max-width: 650px;
	margin: 0 auto;
}

body.resetpassword .resetpassword-box {
	background: #fff;
	margin: 0 auto;
	padding: 50px 80px;
	width: auto;
	display: block;
	text-align: center;
}

body.resetpassword .resetpassword-box p.title {
	font-size: 22px;
	font-weight: 700;
	padding: 0 0 10px 0;
}

body.resetpassword .resetpassword-box .pwsubmit {
	padding-top: 15px;
}

body.resetpassword .resetpassword-box .pwerror {
	display: none;
	text-align: left;
	font-size: 13px;
	padding: 0 0 10px 0;
	color: #bd0000;
	line-height: 1.5;
}

body.resetpassword .resetpassword-box .pwerror i {
	color: #ffa500;
}

body.resetpassword .resetpassword-box .pwstrength {
	display: flex;
	margin: 10px 0 15px 0;
}

body.resetpassword .resetpassword-box .pwstrength .strength {
	flex: 1;
	height: 7px;
	border-radius: 10px;
	background: #eee;
}

body.resetpassword .resetpassword-box .pwstrength.strength-1 .strength.level-1 { background: #d12f32; }

body.resetpassword .resetpassword-box .pwstrength.strength-2 .strength.level-1,
body.resetpassword .resetpassword-box .pwstrength.strength-2 .strength.level-2 { background: #e59c0d; }

body.resetpassword .resetpassword-box .pwstrength.strength-3 .strength.level-1,
body.resetpassword .resetpassword-box .pwstrength.strength-3 .strength.level-2,
body.resetpassword .resetpassword-box .pwstrength.strength-3 .strength.level-3 { background: #7ec5b7; }

body.resetpassword .resetpassword-box .pwstrength.strength-4 .strength.level-1,
body.resetpassword .resetpassword-box .pwstrength.strength-4 .strength.level-2,
body.resetpassword .resetpassword-box .pwstrength.strength-4 .strength.level-3,
body.resetpassword .resetpassword-box .pwstrength.strength-4 .strength.level-4 { background: #13a73d; }

body.resetpassword .resetpassword-box .pwstrength.strength-5 .strength.level-1,
body.resetpassword .resetpassword-box .pwstrength.strength-5 .strength.level-2,
body.resetpassword .resetpassword-box .pwstrength.strength-5 .strength.level-3,
body.resetpassword .resetpassword-box .pwstrength.strength-5 .strength.level-4,
body.resetpassword .resetpassword-box .pwstrength.strength-5 .strength.level-5 { background: #279447; }

body.resetpassword .resetpassword-box .pwstrength .strength {
	margin: 0 5px;
}

body.resetpassword .resetpassword-box .pwstrength .strength:first-child {
	margin-left: 0;
}

body.resetpassword .resetpassword-box .pwstrength .strength:last-child {
	margin-right: 0;
}

body.resetpassword .resetpassword-box .pwinput {
	position: relative;
}

body.resetpassword .resetpassword-box .pwinput .eye {
	position: absolute;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
	cursor: pointer;
	right: 0;
	height: 100%;
}

body.resetpassword .resetpassword-box .pwinput input {
	width: 100%;
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 8px 35px 8px 8px;
	font-size: 14px;
}

body.resetpassword .resetpassword-box p.smallinfo {
	font-size: 15px;
	font-weight: 300;
	padding: 0 0 20px 0;
}

.tooltip {
	position: relative;
	display: inline-block;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 210px;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 7px;
	font-size: 11px;
	border-radius: 6px;
	left: 2px;
	position: absolute;
	z-index: 1;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
}

body.crweb {
	background: #f9eef7;
}

body.crcase .top {
	padding: 15px 20px;
	background: #f0e3ee;
	border-bottom: 1px solid #d9c5d6;
}

body.crcase .top img.logo {
	height: 28px;
}

body.crcase .casebody {
	text-align: center;
}

body.crcase .casebody p.title {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: -1px;
	padding: 65px 0 45px 0;
}

body.crcase .casebody p.title.small {
	font-size: 25px;
	font-weight: 300;
	padding: 45px 0 15px 0;
}

body.crcase .casebody p.title.smaller {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0;
	padding: 45px 0 15px 0;
}

body.crcase .casebody p.title span.none {
	opacity: 0.6;
	font-weight: 300;
}

body.crcase .casebody .infohl i {
	font-size: 14px;
	cursor: pointer;
}

body.crcase .casebody .infohl i:hover {
	color: #336699;
}

body.crcase .casebody .infoicon {
	background: #f3e4f0;
	width: 90px;
	height: 90px;
	line-height: 90px;
	font-size: 45px;
	margin: 0 auto;
	border-radius: 100%;
	color: #a887a3;
	text-align: center;
}

body.crcase .casebody .contactbtn {
	margin: 50px 15px 0 0;
	float: right;
}

body.crcase .casebody .contactbtn button {
	background: #fff;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 7px 12px;
	font-size: 13px;
	width: 100%;
}

body.crcase .casebody .submits {
	display: flex;
	max-width: 700px;
	margin: 0 auto;
}

body.crcase .casebody .submits div {
	flex: 1;
	margin: 0 10px;
	background: #aaa;
}

body.crcase .casebody .submits div input[type="submit"] {
	background: #fff;
	cursor: pointer;
	border: 1px solid #aaa;
	padding: 7px 0;
	font-size: 13px;
	width: 100%;
}

body.crcase .casebody .submits div input[type="submit"]:hover {
	opacity: 0.9;
}

body.crcase .casebody .submits div input[type="submit"].primary {
	background: #f758d7;
	border-color: #f758d7;
	color: #ffffff;
}

body.crcase .casebody .time-line-box {
	padding: 30px 0 50px 0;
	width: 100%;
}

body.crcase .casebody .time-line-box .swiper-slide .timestamp {
	margin: auto;
	margin-bottom: 5px;
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}

body.crcase .casebody .time-line-box .swiper-slide .status {
	padding: 8px 0;
	display: flex;
	justify-content: center;
	border-top: 3px solid #f758d7;
	position: relative;
	transition: all 200ms ease-in;
}

body.crcase .casebody .time-line-box .swiper-slide .description {
	font-size: 12px;
	padding: 0 20px;
}

body.crcase .casebody .time-line-box .swiper-slide .status span.title {
	padding-top: 8px;
}

body.crcase .casebody .time-line-box .swiper-slide .status span.title:before {
	content: '';
	width: 12px;
	height: 12px;
	background-color: #f758d7;
	border-radius: 12px;
	border: 2px solid #f758d7;
	position: absolute;
	left: 50%;
	top: 0%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 200ms ease-in;
}

body.crcase .casebody .time-line-box .swiper-slide.unfinished .status {
	border-color: #aaaaaa;
}

body.crcase .casebody .time-line-box .swiper-slide.unfinished .status span.title {
	color: #888888;
}

body.crcase .casebody .time-line-box .swiper-slide.unfinished .status span.title:before {
	background-color: #aaaaaa;
	border-color: #aaaaaa;
}

body.crcase .casebody .time-line-box .swiper-slide.current .status span.title {
	font-weight: 600;
}

body.crcase .casebody .swiper-container {
	width: 100%; 
	margin: auto;
}

body.crcase .casebody .swiper-wrapper{
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
}

body.crcase .casebody .swiper-slide {
	text-align: center;
	width: 200px;
	height: 100%;
	position: relative;
}

.crweb-table {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.crweb-table .cr-bottomlogo {
	position: fixed;
	bottom: 25px;
	right: 25px;
}

.crweb-table .cr-bottomlogo img.logo {
	height: 40px;
}

.crweb-table .cr-body {
	flex: 1;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.crweb-table .cr-head {
	position: relative;
	background: #fff;
	padding: 30px 0 0 0;
	text-align: center;
}

.crweb-table .cr-head .logopart {
	padding-bottom: 10px;
}

.crweb-table .cr-head svg {
	display: block;
	fill: #f9eef7;
}

.crweb-table .cr-head img.centerlogo {
	height: 50px;
	margin: 0 auto;
	display: block;
}

.cr-whitebox {
	position: relative;
	border-radius: 30px;
	width: 100%;
	max-width: 800px;
	background: #fff;
	padding: 30px;
	margin: 20px;
}

.cr-whitebox .settingsbox {
	max-width: 350px;
	background: #eee;
	text-align: left;
	padding: 20px 25px;
	border-radius: 10px;
	margin: 0 auto;
}

.cr-whitebox.newsletter-box {
	border-radius: 15px;
	max-width: 600px;
	padding: 50px;
}

.cr-whitebox.newsletter-box .newsletter-subscriptionform {
	padding-top: 25px;
}

.cr-whitebox.newsletter-box .newsletter-subscriptionform .row {
	margin-top: 20px;
}

.cr-whitebox.newsletter-box .newsletter-subscriptionform .row:first-child {
	margin-top: 0;
}

.cr-whitebox.newsletter-box .newsletter-subscriptionform .row p {
	padding-bottom: 5px;
	font-weight: 600;
	font-size: 14px;
}

.cr-whitebox.newsletter-box .newsletter-subscriptionform .row .submit input {
	width: 100%;
	border-radius: 8px;
}

.cr-whitebox.newsletter-box .newsletter-subscriptionform .row .error {
	font-size: 14px;
	color: red;
	padding: 10px 0 0 10px;
}

.cr-whitebox.newsletter-box .newsletter-subscriptionform .row .input input {
	border: 1px solid #aaa;
	padding: 10px;
	width: 100%;
	border-radius: 8px;
}

.cr-whitebox a.normallink {
	color: #336699;
}

.cr-whitebox .cr-title {
	font-size: 20px;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: 1px solid #eee;
}

.cr-whitebox .cr-info {
	font-size: 17px;
	line-height: 1.4;
	padding-top: 25px;
}

.cr-whitebox .cr-info.small {
	font-size: 15px;
}

.cr-whitebox .cr-options {
	padding-top: 15px;
}

.cr-whitebox .cr-rbuttons {
	padding-top: 30px;
	text-align: right;
}

.cr-whitebox .cr-options .option-otherreason {
	display: none;
}

.cr-whitebox .cr-options .option-otherreason textarea {
	border: 1px solid #ddd;
	border-radius: 10px;
	padding: 10px 15px;
	width: 380px;
	height: 90px;
}

.cr-whitebox .cr-options .radio {
	margin: 0.7rem 0;
	font-size: 17px;
}
.cr-whitebox .cr-options .radio input[type=radio] {
	position: absolute;
	opacity: 0;
}
.cr-whitebox .cr-options .radio input[type=radio] + .radio-label:before {
	content: "";
	background: #f4f4f4;
	border-radius: 100%;
	border: 1px solid #b4b4b4;
	display: inline-block;
	width: 1.4em;
	height: 1.4em;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
.cr-whitebox .cr-options .radio input[type=radio]:checked + .radio-label:before {
	background-color: #3197EE;
	box-shadow: inset 0 0 0 4px #f4f4f4;
}
.cr-whitebox .cr-options .radio input[type=radio]:focus + .radio-label:before {
	outline: none;
	border-color: #3197EE;
}
.cr-whitebox .cr-options .radio input[type=radio]:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f4f4f4;
	border-color: #b4b4b4;
	background: #b4b4b4;
}
.cr-whitebox .cr-options .radio input[type=radio] + .radio-label:empty:before {
	margin-right: 0;
}

.cr-whitebox.cencen {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 400px;
	text-align: center;
}

.cr-whitebox .closebtn {
	position: absolute;
	top: -15px;
	right: -15px;
}

.cr-whitebox .closebtn .btn {
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
}

.cr-whitebox .closebtn .btn i {
	font-size: 20px;
	line-height: 45px;
}

.cr-whitebox i.big-icon {
	font-size: 60px;
	color: #a35c94;
}

.cr-whitebox .big-info {
	font-size: 18px;
	padding-top: 10px;
	font-weight: 500;
}

.cr-whitebox .maxb-1 {
	max-width: 580px;
}

.cr-whitebox .maxb-2 {
	max-width: 530px;
}

.cr-whitebox .big-info.eb {
	padding-bottom: 15px;
}

.cr-whitebox .small-info {
	font-size: 15px;
	padding-top: 5px;
	font-weight: 300;
}

.cr-whitebox .password-info {
	line-height: 1.7;
}

.cr-whitebox .password-info .ms365-details {
	background: #fafafa;
	text-align: left;
	font-size: 13px;
	padding: 16px 18px;
	margin-bottom: 15px;
}

.cr-whitebox .password-info .ms365-details:last-child {
	margin-bottom: 0;
}

.cr-whitebox .password-info .ms365-details .ms365-accountinfo {
	width: 100%;
}

.cr-whitebox .password-info .ms365-details .ms365-accountinfo .row {
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.cr-whitebox .password-info .ms365-details .ms365-accountinfo .row:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.cr-whitebox .password-info .ms365-details .ms365-accountinfo .col {
	flex: 1;
	line-height: 1.4;
}

.cr-whitebox .password-info .ms365-details .ms365-accountinfo .col.info {
	font-weight: normal;
	color: #555;
}

.cr-whitebox .password-info .ms365-details .ms365-accountinfo .col.value {
	font-weight: bold;
}

.cr-whitebox .password-info .ms365-details img.ms-logo {
	height: 20px;
	margin-bottom: 10px;
}

.cr-whitebox .password-info a {
	color: #f758d7;
	font-weight: 500;
}

.cr-whitebox .smaller-info {
	font-size: 13px;
	padding-top: 5px;
	font-weight: 300;
}

@media all and (max-width: 1000px) {
	.crweb-table .cr-head .logopart {
		padding-bottom: 25px;
	}
}

@media all and (max-height: 700px) {
	html,body.crweb {
		height: auto;
	}
}

@media all and (max-height: 700px), (max-width: 1050px) {
	.crweb-table .cr-bottomlogo {
		float: right;
		position: relative;
		bottom: 0;
		right: 0;
		text-align: right;
		padding: 0 25px 20px 0;
	}
	.crweb-table .cr-bottomlogo img.logo {
		height: 35px;
	}
}

@media all and (max-width: 900px) {
	.cr-whitebox .closebtn {
		position: absolute;
		top: 15px;
		right: 15px;
	}
}