@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700&display=swap");

body {
	background: url("../images/login-bg.jpg") no-repeat fixed center center;
	background-size: cover;
}

.logo {
	width: 320px;
	height: auto;
	margin: 15px auto 30px;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
}

.login-block {
	width: 460px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	border-top: 5px solid #54b8e3;
	margin: 0 auto;
}

.login-block h1 {
	text-align: center;
	color: #000;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

.login-block select,
.login-block input {
	width: 100%;
	height: 42px;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 0 20px 0 50px;
	outline: none;
}

.mb-20 {
	margin-bottom: 20px;
}

/*.login-block input#username {
    background: #fff url(../images/user-icon.png) 20px top no-repeat;
    background-size: 16px 80px;
}*/

/*.login-block input#username:focus {
    background: #fff url(../images/user-icon.png) 20px bottom no-repeat;
    background-size: 16px 80px;
}*/

/*.login-block input#password {
    background: #fff url(../images/pass-icon.png) 20px top no-repeat;
    background-size: 16px 80px;
}*/

/*.login-block input#password:focus {
    background: #fff url(../images/pass-icon.png) 20px bottom no-repeat;
    background-size: 16px 80px;
}*/

.login-block input:active,
.login-block input:focus {
	border: 1px solid #54b8e3;
}

.login-block button {
	width: 100%;
	height: 40px;
	background: #1b88c3;
	box-sizing: border-box;
	border-radius: 5px;
	border: 1px solid #1b88c3;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 14px;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login-block button:hover {
	background: #1f587c;
}

.center-block {
	width: 100%;
	height: 100%;
	display: flex;
	position: fixed;
	z-index: 4;
	align-items: center;
	justify-content: center;
	/* left: 0px;
	top: 50%;
	transform: translateY(-50%);
	overflow: auto; */
}

.for-link {
	width: auto;
	display: inline-block;
	float: right;
	font-size: 14px;
	margin-top: 5px;
}

.d-inline-block {
	display: inline-block;
}

.login-footer {
	margin-top: 45px;
	padding-top: 25px;
	border-top: #ddd 1px solid;
	text-align: center;
}

.red {
	color: #ff0000 !important;
}

.icon-row {
	width: 100%;
	position: relative;
}

.icon-row>.icon {
	width: auto;
	height: auto;
	display: block;
	position: absolute;
	z-index: 3;
	left: 18px;
	top: 13px;
}

#pwd_strength_wrap {
	border: 1px solid #d5cec8;
	display: none;
	float: left;
	padding: 10px;
	position: absolute;
	width: 320px;
	z-index: 99;
	left: 100%;
	top: 0px;
	margin-left: 10px;
	background: #fff;
	font-size: 14px;
}

#pwd_strength_wrap:before,
#pwd_strength_wrap:after {
	content: " ";
	height: 0;
	position: absolute;
	width: 0;
	border: 10px solid transparent;
	/* arrow size */
}

#pwd_strength_wrap:before {
	border-bottom: 7px solid rgba(0, 0, 0, 0);
	border-right: 7px solid rgba(0, 0, 0, 0.1);
	border-top: 7px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	left: -18px;
	position: absolute;
	top: 10px;
}

#pwd_strength_wrap:after {
	border-bottom: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid #fff;
	border-top: 6px solid rgba(0, 0, 0, 0);
	content: "";
	display: inline-block;
	left: -16px;
	position: absolute;
	top: 11px;
}

#pswd_info ul {
	list-style-type: none;
	margin: 5px 0 0;
	padding: 0;
}

#pswd_info ul li {
	background: url(../images/icon_pwd_strength.png) no-repeat 0 4px;
	background-size: 14px auto;
	padding: 0 0 0 20px;
	margin-bottom: 8px;
}

#pswd_info ul li.valid {
	background: url(../images/icon_pwd_strength_done.png) no-repeat 0 4px;
	background-size: 14px auto;
	color: green;
}

#passwordStrength {
	display: block;
	height: 5px;
	margin-bottom: 10px;
	transition: all 0.4s ease;
}

.strength0 {
	background: none;
	/* too short */
	width: 0px;
}

.strength1 {
	background: none repeat scroll 0 0 #ff4545;
	/* weak */
	width: 25%;
}

.strength2 {
	background: none repeat scroll 0 0 #ffc824;
	/* good */
	width: 50%;
}

.strength3 {
	background: none repeat scroll 0 0 #6699cc;
	/* strong */
	width: 75%;
}

.strength4 {
	background: none repeat scroll 0 0 #008000;
	/* best */
	width: 100%;
}

.login-block.lg {
	width: 580px;
}

.d-otp {
	width: 100%;
	display: flex;
	column-gap: 15px;
	position: relative;
}

.d-otp input {
	padding-left: 5px !important;
	padding-right: 5px !important;
	text-align: center;
}

.d-otp label.error {
	width: 100%;
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 100%;
}

.form-group {
	width: 100%;
	display: inline-block;
	margin-bottom: 25px;
}

.form-group>label {
	width: 100%;
	display: inline-block;
	margin-bottom: 5px;
	font-weight: 700;
}

label.error {
	font-size: 14px;
	color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.alert-button-cross {
	width: auto;
	height: auto;
	bottom: 0;
	background: transparent;
	border: 0px;
	color: #000;
	position: absolute;
	right: 12px;
	top: 12px;
	font-size: 20px;
}

.center-block.small {
	width: 100%;
	height: auto;
	display: block;
	position: fixed;
	z-index: 4;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	overflow: auto;
}

#show_hide_cpassword,
#show_hide_password {
	position: relative !important;
}

#show_hide_cpassword input[type="password"],
#show_hide_password input[type="password"] {
	padding-right: 50px !important;
}

#show_hide_cpassword .input-group-addon,
#show_hide_password .input-group-addon {
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	z-index: 3;
	right: 0;
	top: 0;
}

#show_hide_cpassword .input-group-addon a,
#show_hide_password .input-group-addon a {
	width: 42px;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #000;
	text-decoration: none;
	border-left: #ccc 1px solid;
}

#image_captcha {
	margin-bottom: 0;
}

.d-inline-flex.up-icon {
	column-gap: 10px;
	align-items: center;
}

.d-inline-flex.up-icon a {
	width: 38px;
	height: 38px;
	display: block;
	box-sizing: border-box;
	padding: 4px;
}

.d-inline-flex.up-icon a img {
	width: 100%;
	height: auto;
	display: block;
}

@media (max-width: 767px) {
	.login-block {
		width: 100%;
	}

	.center-block {
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}

	.logo {
		width: 230px;
		height: auto;
		margin: 15px auto 30px;
	}

	.center-block {
		width: 100%;
		height: 100%;
		display: flex;
		position: relative;
		z-index: 4;
		align-items: center;
		justify-content: center;
	}
}