@import url('https://fonts.googleapis.com/css?family=Poppins'); 
html {
	overflow-y: scroll !important;
}
body {
	background: url("../images/back.jpg") repeat-x scroll 0 0 #1C3355;
}
body {
	background-color: #EDEDED;
	background-image: url("../images/bgShade.png");
	color: #000000;
	height: 100%;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

* {
	font-family: "Poppins", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
}

html, body {
	height: 100%;
}
h1, h2, h3, h4, h5, h6, pre, form, body, html, p, img {
	border: 0 none;
	margin: 0;
	padding: 0;
}
body, html {
	height: auto !important;
	overflow-y: auto !important;
}
* {
	outline: 0 none;
}
body.login div#holder {
	/*margin-top: 140px;*/
	/*margin-top:12%;*/
}
/* body.login div#container {
	border-bottom: 11px solid #999999;
	border-top: 11px solid #999999;
	margin: 0;
	overflow: hidden;
} */
body #container2_hasLogo {
	overflow: hidden;
	padding: 20px;
	position: relative;
	width: 45%;
	background-color: #fff;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 91vh;
}
@media only screen and (max-width: 1108px){
	body #container2_hasLogo {
		width: 60%;
	}
	#custfooter {
		width: 100% !important;
		transform: none !important;
	}
}
@media only screen and (max-width: 839px){
	body #container2_hasLogo {
		width: 100%;
	}
}
@media only screen and (max-width: 360px){
	body #container2_hasLogo {
		width: 100%;
	}
	body.login div#ownerlogo div {
		height: 150px;
	}
	body.login div#ownerlogo div img{
		height: 60%;
	}
	body.login ul {
		width: auto !important;
	}
}
body.login div#ownerlogo {
	display: table;
	/* float: left; */
	text-align: center;
	width: 220px;
	margin: 0 auto;
}
body.login div#ownerlogo div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
body.login div#ownerlogo div img{
	width: 100%;
}
div, li, tr, td {
	text-align: left;
}
body.login form {
	/* float: left; */
	/*width: 321px;*/
}
form {
	margin: 0;
	padding: 0;
}
body.login div#container div#container2_hasLogo div.rhsWrap {
	/* margin-left: 10px; */
	display: flex;
	flex-direction: column;
	align-items: center;
}
body.login h1 {
	color: #39424C;
	font-weight: normal;
	line-height: 26px;
	margin: 0;
	/* max-width:465px; */
	padding: 10px;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
body.login ul {
	margin:0 auto;
	padding: 0;
	width: 348px;
}
body.login ul li {
	clear: both;
	list-style: none outside none;
	padding: 0;
}
body.login span.inputWrap {
	display: inline-block;
	height: 50px;
	padding: 0;
	position: relative;
	vertical-align: baseline;
	white-space: nowrap;
	width: 100%;
	z-index: 1;
}
body.login span.inputWrap input[type="text"], body.login span.inputWrap input[type="password"] {
	background: none repeat scroll 0 0 transparent;
}
body.login span.inputWrap input {
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.098) inset;
	color: #444444;
	display: inline-block;
	/*height: 16px;*/
	margin: 0;
	outline-style: none;
	outline-width: 0;
	padding:7px 5px 5px 50px;
	position: absolute;
	width: 348px;
	z-index: 2;
}

body.login span#ph_userLoginIcon, body.login span#ph_passwordIcon, body.login span#ph_emailIcon {
	background-image: url("../images/login-sprite.png") !important;
	background-position: 9px 0;
	background-repeat: no-repeat;
	color: #CCCCCC;
	height: 35px;
	left: 0;
	line-height: 40px;
	padding: 0;
	position: absolute;
	top:-2px;
	width: 42px;
	z-index: 600;
}
body.login span#ph_passwordIcon {
	background-position: 9px -35px;
}
body.login input[type="submit"] {
	float: right;
	margin: 0;
}
body.login .btn-success {
	min-width: 120px;
}
.btn:first-child {
}
.btn:first-child {
}
.btn {
	background-repeat: repeat-x;
	border: 1px solid #cfcfcf;
	border-radius: 17px;
	color: #333;
	cursor: pointer;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	height: 35px;
	line-height: 35px;
	margin-right: 12px;
	padding: 0 25px;
}
.btn-success {
	background-color: #39424b;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
	color: #ffffff;
	outline: 0 none;
	border: none;
	height: 35px;
	border-radius: 17px;
	line-height: 34px;
}

.btn-secondary{
	background-color: transparent;
	margin-right: 10px !important;
}

body.login span#rem {
	display: inline-block;
	padding: 2px 0 0;
	white-space: nowrap;
}

body.login span#rem input {
	float: left;
	margin-left: 2px;
}
body.login span#rem {
	white-space: nowrap;
}
body.login span#rem label {
	color: #888888;
	display: inline-block;
	margin: 0;
	padding: 2px 0 0 5px;
	width: auto;
}
label[for] {
	cursor: pointer;
}
label {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
body.login div#footerLinks {
	clear: both;
	margin: 10px auto 0;
	text-align:center;
	/*width:750px;*/
	width:45%;
}
.version_text
{
	color: #767676;
	float: left;
	text-align: center;
	text-decoration: none;
	/*width: 261px;*/
	width:361px;
}
.noSel {
	-moz-user-select: none;
	width:100%;
}
body.login div#footerLinks a {
	color: #767676;
/* margin-right: 10px;*/
	text-decoration: none;
}
.login_error {
	color: #FF0000;
	line-height: 25px;
	text-align: justify;
	font-weight:normal;
}
#copyright
{
	color:#39424C !important;
	/* bottom: 0; */
	clear: both;
	/* height: 20px; */
	/* padding-top: 30px; */
	text-align: center;
	width: 97%;
	z-index: 99;
}

.login{
	/* background-image: url('../images/RXWEBbg.png'); */
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh !important;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;

}

.login .main_container{
	display: flex !important;
		justify-content: flex-end;
		padding: 10px;
}

.login  .contain{
	padding-left:20px;
}

.login .RxwebLogo{
	width: 218px;
}

.login .login-heading-text{
	display: flex;
	justify-content: center;
}

.login .input-contain {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.login .recommend-text{
	/* font-size: 14px; */
	line-height: 21px;
	text-align: center;
	color: #9A9A9A; 
	padding: 10px 0px;
}

#copyright span{
	color:#39424C !important;
	/* font-size: 10px; */
}

#UserOTPBlock{
	padding:40px 0px;
}

#UserOTPBlock .submit{
	display: flex;
	justify-content: space-between;
}

.login .submit{
	display: flex;
	justify-content: center;
}
.submit.noSel.lgn_btn {
	justify-content: right;
}
.info-icon-span{
	padding: 0px 6px;
background-color: #fff;
color: #374049;
/* height: 10px; */
display: inline;
border-radius: 5px;
margin-left: 3px;
font-size: 8px;
}

.info-icon-span-black{
	padding: 0px 6px;
background-color: #959595;
color: #ffffff;
/* height: 10px; */
display: inline;
border-radius: 5px;
margin-left: 3px;
font-size: 8px;
}

.qr-info{
	padding:10px
}
.system-name-login {
	padding-left:0 !important;
	text-align: left !important;
}
.forgot_main_div {
	position: absolute;
	width: 100%;
}

/* Full Loader new */
.newloaderoverview {
	display: none;
}
.newloaderdiv {
	background-color: #e9e9e9;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	float: right;
	width: 100% !important;
	opacity: 0.5;
	z-index: 999;
}
.newLoaderfull{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
}
.newLoaderfull_div{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 90vh;
}

.newLoaderfull .loader-text{
	border-radius: 17px;
	font-size: 13px;
	font-weight: 600;
	margin: auto;
	padding-left: 10px;
	color:#39424C;
}

.newLoaderfull .loader-group {
	border: 1px solid #39424C;
	border-radius: 40px;
	display: flex;
	padding: 5px 10px;
	width: 144px;
	height: 35px;
	background-color: #fff;
}

.newLoaderfull .custom-loader {
	width: 36px;
	height: 36px;
	display: grid;
}

.newLoaderfull .custom-loader::before,
.newLoaderfull .custom-loader::after {
	content: "";
	grid-area: 1 / 1;
	--c: radial-gradient(farthest-side, #39424C 92%, rgba(179, 53, 53, 0));
	background: var(--c) 50% 0, var(--c) 50% 100%, var(--c) 100% 50%, var(--c) 0 50%;
	background-size: 8px 8px;
	background-repeat: no-repeat;
	animation: s2 1s infinite;
}

.newLoaderfull .custom-loader::before {
	margin: 4px;
	filter: hue-rotate(45deg);
	background-size: 4px 4px;
	animation-timing-function: linear;
}

@keyframes s2 {
	100% {
		transform: rotate(.5turn)
	}
}
/* Full Loader new */