body {
    margin: 0;

}
.login-center {position: relative;min-height: 98vh;background-color: #E1E8EE;display: flex;align-items: center;justify-content: center;font-family: "Fira Sans", Helvetica, Arial, sans-serif;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.logo {
    z-index: 9999;
    position: relative;
    margin: 0 auto;
    align-items: center;
    text-align: center;
    left: 0%;
    top: 2em;
}

.logo svg {
    height: 55px;
}
.form-structor.newpass h2 {
    z-index: 999999;
    display: block;
    position: relative;
    padding: 55px;
}

.newpass #frm-setNewPasswordForm {
    display: block;
    z-index: 9999;
    position: relative;
    padding: 30px;
    text-align: right;
}

.newpass input.button {
    padding: 25px;
}
#copyright {
    top: 93%;
    width: 100%;
    font-weight: bolder;
    left: 12px;
    position: absolute;
    z-index: 99999;
    font-size: 8px;
    align-items: center;
    text-align: center;
}
.form-structor {
	background-color: #222;
	border-radius: 15px;
	height: 500px;
	width: 385px;
	position: relative;
	overflow: hidden;
}
.form-structor::after {
	content: '';
	opacity: .8;
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 500px;
	background-image: url('/images/chronium_back.jpg');
}
.signin {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 80%;
	z-index: 5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.signin.slide-up {
	top: 5%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.signin.slide-up .form-holder, .signin.slide-up .submit-btn {
	opacity: 0;
	visibility: hidden;
}
.signin.slide-up .form-title {
	font-size: 1em;
	cursor: pointer;
}
.signin.slide-up .form-title span {
	margin-right: 5px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.signin .form-title {
	color: #fff;
	font-size: 1.7em;
	text-align: center;
}
.signin .form-title span {
	color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 5px;
}
.signin .form-holder {
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
	margin-top: 50px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 80%;
}
.signin .form-holder .input {
	border: 0;
	outline: none;
	box-shadow: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 8px 15px;
	border-bottom: 1px solid #eee;
	width: 100%;
	font-size: 12px;
}
.signin .form-holder .input:last-child {
	border-bottom: 0;
}
.signin .form-holder .input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.signin .submit-btn {
	background-color: rgba(0, 0, 0, 0.4);
	color: rgba(255, 255, 255, 0.7);
	border: 0;
	border-radius: 15px;
	display: block;
	margin: 15px auto;
	padding: 15px 45px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.signin .submit-btn:hover {
	transition: all .3s ease;
	background-color: rgba(0, 0, 0, 0.8);
}
.lostpass {
	position: absolute;
	top: 20%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass::before {
	content: '';
	position: absolute;
	left: 50%;
	top: -20px;
	-webkit-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	background-color: #fff;
	width: 200%;
	height: 250px;
	border-radius: 50%;
	z-index: 4;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass .center {
	position: absolute;
	top: calc(50% - 10%);
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 65%;
	z-index: 5;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass .center .form-title {
	color: #000;
	font-size: 1.7em;
	text-align: center;
}
.lostpass .center .form-title span {
	color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 4px;
}
.lostpass .center .form-holder {
	border-radius: 15px;
	background-color: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	margin-top: 50px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass .center .form-holder .input {
	border: 0;
	outline: none;
	box-shadow: none;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 8px 15px;
	border-bottom: 1px solid #eee;
	width: 100%;
	font-size: 12px;
}
.lostpass .center .form-holder .input:last-child {
	border-bottom: 0;
}
.lostpass .center .form-holder .input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.4);
}
.lostpass .center .submit-btn {
	background-color: #6B92A4;
	color: rgba(255, 255, 255, 0.7);
	border: 0;
	border-radius: 15px;
	display: block;
	margin: 15px auto;
	padding: 15px 45px;
	width: 100%;
	font-size: 13px;
	font-weight: bold;
	cursor: pointer;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass .center .submit-btn:hover {
	transition: all .3s ease;
	background-color: rgba(0, 0, 0, 0.8);
}
.lostpass.slide-up {
	top: 90%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass.slide-up .center {
	top: 10%;
	-webkit-transform: translate(-50%, 0%);
	transform: translate(-50%, 0%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass.slide-up .form-holder, .lostpass.slide-up .submit-btn {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.lostpass.slide-up .form-title {
	font-size: 1em;
	margin: 0;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
.signin.slide-up h2 span {
    font-size: 1em;
}
.lostpass.slide-up .form-title span {
	margin-right: 5px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 1em;
}

#copyright span {
    float: right;
    position: relative;
    display: block;
    width: 163px;
}

#copyright-logo {
    width: 85px;
    top: 20px;
    position: relative;
}.error-message {
    color: #c0392b;
    text-align: center;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin-top: 10px;
    font-size: 12px;
}
.error-message ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
