@media only screen and (min-device-width: 681px) {
	.body {
		margin: 0;
		padding-top: 20px;
		padding-bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.initials,.square,.profile,.circle,.error-icon {
		font-size: 12px;
	}
	.provider-btn {
		font-size: 14px;
	}
	.auth-card {
		max-width: 500px;
		min-width: 350px;
	}
}


@media only screen and (max-device-width: 680px) {
	.auth-card {
		max-width: initial;
		min-width: initial;
		height: 90%
	}

	.body {
		margin: 16px 8px;
		font-size:16px;
		text-align:center;
	}

	.provider-btn, .right-tab, .left-tab,left-tab-active, .right-tab-active {
		font-size: 16px;
	}

	.card-title, .btn {
		font-size:18px;
	}
}


.login {
	max-width: 430px;
	padding: 35px;
	border: 1px solid #ddd;
	border-radius: 8px;
}

.logo {
	background-image: url('/assets/images/user.png');
	background-size: 100%;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

.justify-center {
	justify-content: center;
}

.text-right {
	text-align: right;
}

.profile {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	line-height: 50px;
	text-align: center;
	background: #269cc0;
}

.left-tab {
	text-align: center;
	color: #212529;
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.left-tab-active {
	text-align: center;
	color: #212529;
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.left-tab:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	background: #efefef;
}

.right-tab {
	text-align: center;
	color: #212529;
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.right-tab-active {
	text-align: center;
	color: #212529;
	background: #fff;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.right-tab:hover {
	cursor: pointer;
	text-decoration: none;
	color: #000;
	background: #efefef;
}

.initials {
	background: #e73ba8;
	color: white;
	opacity: 1;
	display: inline-block;
	font-weight: bold;
	border-radius: 50%;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

.square {
	background: #3ba8e7;
	color: white;
	opacity: 1;
	display: inline-block;
	font-weight: bold;
	font-style: italic;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
}

.circle {
	color: rgb(105, 105, 105);
	opacity: 1;
	border: rgb(105, 105, 105) solid 2px;
	display: inline-block;
	font-weight: bold;
	border-radius: 50%;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	overflow: hidden;
}

.circle:hover {
	color: white;
	background-color: rgb(105, 105, 105);
}

.text-wrap {
	overflow-wrap: break-word;
}

.orange {
	background-color: orange;
}

.cyan {
	background-color: cyan;
}

.cornsilk {
	background-color: cornsilk;
}

.form-wrapper-outer {
	padding: 40px;
	border-radius: 8px;
	margin: auto;
	width: 460px;
	border: 1px solid #dadce0;
	margin-top: 7%;
}

.form-wrapper-outer .form-logo {
	margin: 0px auto 15px;
	width: 100px;
}

.form-wrapper-outer .form-logo img {
	width: 100%;
}

.form-greeting {
	text-align: center;
	font-size: 25px;
	margin-bottom: 15px;
}

.form-button {
	text-align: right;
}

.field-wrapper {
	position: relative;
	margin-bottom: 15px;
}

.field-wrapper input {
	border: 2px solid #dadce0;
	padding: 15px;
	border-radius: 4px;
	width: 100%;
}

.field-wrapper .field-placeholder {
	position: absolute;
	/* background: #fff; */
	bottom: 17px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #80868b;
	left: 8px;
	padding: 0 8px;
	-webkit-transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
	z-index: 1;

	text-align: left;
	width: 100%;
}

.field-wrapper .field-placeholder span {
	background: #ffffff;
	padding: 0px 8px;
}

.field-wrapper.error input {
	border: 2px solid #cb432e;
}

.field-wrapper input:not([disabled]):focus {
	border: 2px solid #1a73e8;
	outline: none;
}

.field-wrapper.error input:not([disabled]):focus {
	border: 2px solid #cb432e;
	outline: none;
}

.field-wrapper input:not([disabled]):focus ~ .field-placeholder {
	color: #1a73e8;
}

.field-wrapper.error input:not([disabled]):focus ~ .field-placeholder {
	color: #cb432e;
}

.field-wrapper input:not([disabled]):focus ~ .field-placeholder,
.field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
	-webkit-transform: scale(0.75) translateY(-39px) translateX(-60px);
	transform: scale(0.75) translateY(-39px) translateX(-60px);
}

.hide-icon {
	position: absolute;
	top: 0px;
	z-index: 9000;
	transform: translateY(22px) translateX(-24px);
	background: url('/assets/images/eye-slash.svg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.hide-icon:hover {
	cursor: pointer;
	background: url('/assets/images/eye-slash-fill.svg');
}

.show-icon {
	position: absolute;
	top: 0px;
	z-index: 9000;
	transform: translateY(22px) translateX(-24px);
	background: url('/assets/images/eye.svg');
	background-repeat: no-repeat;
	width: 16px;
	height: 16px;
}

.show-icon:hover {
	cursor: pointer;
	background: url('/assets/images/eye-fill.svg');
}

.edit-icon {
	display: inline-block;
	background: url('/assets/images/pencil.svg');
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.edit-icon:hover {
	cursor: pointer;
	background: url('/assets/images/pencil-fill.svg');
}

.error-icon {
	color: white;
	background-color: #cb432e;
	display: inline-block;
	font-weight: bold;
	border-radius: 50%;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	margin-top: 2px;
	line-height: 20px;
	text-align: center;
	overflow: hidden;
}

.error-text {
	color: #cb432e;
}

input[type='checkbox'] {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	color: #363839;
	border: 1px solid #ddd;
	border-radius: 4px;
	appearance: none;
	outline: 0;
	cursor: pointer;
	transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
}

input[type='checkbox']::before {
	position: absolute;
	content: '';
	display: block;
	top: 2px;
	left: 7px;
	width: 8px;
	height: 14px;
	border-style: solid;
	border-color: #fff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
	opacity: 0;
}

input[type='checkbox']:checked {
	color: #fff;
	border-color: #2f75e3;
	background: #2f75e3;
}

input[type='checkbox']:checked::before {
	opacity: 1;
}

input[type='checkbox']:checked ~ label::before {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.code-digit {
	border: 2px solid #dadce0;
	padding: 5px;
	border-radius: 4px;
	width: 40px;
	height: 40px;
}

.otp input:not([disabled]) {
	border: 2px solid #dadce0;
}

.otp input:not([disabled]):focus {
	border: 2px solid #1a73e8;
	outline: none;
}

.otp.error input:not([disabled]) {
	border: 2px solid #cb432e;
	outline: none;
}

.provider-icon {
	position: relative;
	top: -1px;
	left: 0px;
}

.provider-text {
	padding-left: 3px;
}

.provider-btn {
	display: inline-flex;
	transition: background-color .3s, box-shadow .3s;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
	border-radius: 3px;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);

	color: #757575;
	font-weight: 500;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 12px 11px;
	align-items: center;
	justify-content: center;
}

.provider-btn:hover {
	color: #000;
	background-color: #efefef;
	cursor: pointer;
	text-decoration: none;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 2px 4px rgba(0, 0, 0, .25);
}

.provider-btn:active {
	background-color: #efefef;
}

.provider-btn:focus {
	outline: none;
	text-decoration: none;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .04),
	0 2px 4px rgba(0, 0, 0, .25),
	0 0 0 3px #c8dafc;
}

.provider-btn:disabled {
	text-decoration: none;
	filter: grayscale(100%);
	background-color: #ebebeb;
	box-shadow: 0 -1px 0 rgba(0, 0, 0, .04), 0 1px 1px rgba(0, 0, 0, .25);
	cursor: not-allowed;
}

.text-left {
	text-align: left;
}

.hrule {
	display: flex;
	align-items: center;
	margin-top: 24px;
	margin-bottom: 24px;
}

.hrule-grow {
	flex-grow: 1;
	margin: 0;
}

.hrule-content {
	padding: 0 20px;

}

a {
	cursor: pointer;
	text-decoration: none;
	color: #57abff;
}

.splitgrid {
	display: block;
	max-width: 500px;
	min-width: 350px;

	@media (min-width: 600px) {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}

.hidden {
	display: none;
}

.shown {
	display: flex;
}

.json-container {
	padding: 0.5rem;
	white-space: pre-wrap;
	color: var(--gray);
	background-color: var(--light);
	border: 1px solid var(--dark);
	border-radius: 0.25rem;
	white-space: pre-wrap !important;
}
