@font-face {
	font-family: "Acumin-RPro";
	src: url("https://irp.cdn-website.com/0795429f/fonts/Acumin-RPro-ff8f_400.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Acumin-BdPro";
	src: url("https://irp.cdn-website.com/0795429f/fonts/Acumin-BdPro-3d23_400.otf");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "VTCCarrie-Regular";
	src: url("https://irp.cdn-website.com/0795429f/fonts/VTCCarrie-Regular-a981_400.woff2");
	font-weight: 400;
	font-style: normal;
}


@keyframes shake {
	0%, 100% {
		transform: translateX(0);
	  }
	  10%, 30%, 50%, 70%, 90% {
		transform: translateX(-10px);
	  }
	  20%, 40%, 60%, 80% {
		transform: translateX(10px);
	  }
	}

  .shaker-btn {
	animation: shake 0.6s 0.5s;
  }

/* .fancy-bg{
	background-image: url("https://irp.cdn-website.com/0795429f/dms3rep/multi/O-PatternGrey-5c42f3a4.svg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.fancy-shadow{
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.fancy-btn{
	display: flex;
	align-items: center;
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f0f0f0;
	cursor: pointer;
} */
.xs-left-content {
	text-align: left;
}

.xs-center-content {
 text-align: center;
}

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

.login-page-logo-wrapper {
	margin: 0 auto 0 auto;
	width: 100%;
	background-color: #fff;
	max-width: 400px;
}

.login-page-logo-wrapper>img {
	width: 40%;
}

.container.loginscreen {
    width: 100%;
    max-width: 400px;
    padding: 3px 30px;
}

form {
	margin-top: 1.5em;
}

button {
	width: 100%;
}

.form-group {
	position: relative;
	height: 4em;
	padding: 1em 0;
}

.form-input-placeholder {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 3.625em;
	line-height: 3em;
	color: #999;
	text-align: left;
	cursor: pointer;
	transition: all 0.4s;
}
.form-group.focus .form-input-placeholder {
	top: -1.375em;
	color: #00c072;
	cursor: default;
}

.form-input-placeholder:after {
	content: attr(data-placeholder);
}

input[name='email'],
input[name='password'] {
	border: 0;
	border-bottom: 1px solid #e5e6e7;
}

.help-block {
	margin-top: 0;
	margin-bottom: 3em;
	color: #ff7b1e;
}

.extra-function-list {
	padding-left: 0;
	margin-bottom: 1em;
}

.extra-function-list>div {
	padding: 0.5em 0;
}

@media screen and (min-width: 768px) {
	.sm-left-content {
		text-align: left;
	}

	.sm-center-content {
		text-align: center;
	}

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

	button {
		width: auto;
	}
}