body,
html {
	width: 100%;
	height: 100vh;
	font-family: "Bliss2R-Regular";
	color: #000;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: #fcfafc;
	/*min-height: 100%;*/
	background-size: cover;
}
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	letter-spacing: 1px;
}

p {
	font-size: 14px;
	line-height: 16px;
	font-weight: 400;
}

@font-face {
	font-family: "Bliss2L-Light";
	src: url("../fonts/Bliss2L.otf") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Bliss2R-Regular";
	src: url("../fonts/Bliss2R.otf") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Bliss2M-Medium";
	src: url("../fonts/Bliss2M.otf") format("woff2");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Bliss2B-Bold";
	src: url("../fonts/Bliss2B.otf") format("woff2");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Montserrat-Black';
	src: url('../fonts/Montserrat-Black.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Regular';
	src: url('../fonts/Montserrat-Regular.ttf');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.ttf');
	font-weight: normal;
	font-style: normal;
}
/*login new css start*/
.loginContainer{
	background-color: #000;
}
.loginMain{
	flex-direction: row;
	justify-content: space-around;
	display: flex;
}
.loginBanner{
	width: 50%;
	height: 100vh;
	align-items: flex-end;
	background-color: #000;
}
.loginBanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.loginForm{
	width: 50%;
	height: 100vh;
	padding: 15px;
	box-sizing: border-box;
	align-items: flex-start;
	background-color: #fff;
}
.loginFormHeader{
	padding: 30px 30px 0px;
	box-sizing: border-box;
	flex-direction: row;
	justify-content: space-between;
	display: flex;
}
.loginFormHeader a{
	position: relative;
	cursor: pointer;
}
.loginForm h1::before{
	position: absolute;
	left: 0px;
	top:0px;
	width: 235px;
	height: 234px;
	background: url('../images/newImg/OLL.png');
	content: '';
	z-index: 0;
}
.loginForm h1{
	font-size: 24px;
	line-height: 28px;
	font-family: 'Montserrat-Regular';
	text-align: left;
	color: #198B98;
	padding: 60px 60px 0px;
	box-sizing: border-box;
	position: relative;
}
.loginForm h1 span{
	font-size: 34px;
	line-height: 38px;
	display: block;
	color: #198B98;
	padding-top: 20px;
}
.loginForm h2{
	font-size: 24px;
	line-height: 28px;
	text-align: left;
	color: #198B98;
	padding: 30px 60px 15px;
	box-sizing: border-box;
	font-family: 'Montserrat-Medium';
	position: relative;
}
.loginFieldBox{
	display: block;
	position: relative;
	margin: 10px 60px;
	margin-bottom: 30px;
	padding: 10px;
	box-sizing: border-box;
	border-bottom: #198B98 solid 1px;
}
.loginFieldBox img{
	vertical-align: middle;
	margin-right: 10px;
}
.loginInput{
	border: none;
	width: 80%;
}
.loginInput:focus, input:focus{
	outline: none;
}
.fStyles{
	text-align: left;
	color: #198B98;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Montserrat-Regular';
	text-decoration: underline !important;
	float: left;
	padding: 9px 56px 33px 71px;
	box-sizing: border-box;
	position: relative;
	top: -5px;
}
.fStyles1{
	text-align: left;
	color: #198B98;
	font-size: 14px;
	line-height: 22px;
	font-family: 'Montserrat-Regular';
	text-decoration: underline !important;
	padding: 9px 56px 33px 71px;
	box-sizing: border-box;
	position: relative;
	top: -5px;
}
.fStyle{
	text-align: right;
	color: #198B98;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Montserrat-Regular';
	text-decoration: underline !important;
	float: right;
	padding:0px 15px 5px 0px;
	box-sizing: border-box;
	position: relative;
	top: -10px;
}
.fStyle:nth-child(2){
	padding:0px 15px 5px 0px;
}
.loginBtnArea{
	flex-direction: row;
	justify-content: space-around;
	display: flex;
	padding: 5px 60px;
	box-sizing: border-box;
}
.loginBtnArea .lBtnStyle1{
	background: #15808a; /* Old browsers */
	background: -moz-linear-gradient(top,  #15808a 0%, #15808a 31%, #33adb7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #15808a 0%,#15808a 31%,#33adb7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #15808a 0%,#15808a 31%,#33adb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15808a', endColorstr='#33adb7',GradientType=0 ); /* IE6-9 */
	color: #fff;
	align-items: flex-start;
	font-family: 'Montserrat-Regular';
	margin:5px 15px 5px 0px;
	border: none;
	font-size: 14px;
	border-radius: 10px;
	padding:5px 15px;
	width:50%;
}
.loginBtnArea .lBtnStyle2{
	border: #33ADB7 solid 2px;
	box-sizing: border-box;
	background-color: #fff;
	color: #33ADB7;
	align-items: flex-end;
	font-family: 'Montserrat-Regular';
	margin:5px 0px 5px 15px;
	font-size: 14px;
	border-radius: 10px;
	padding: 5px 15px;
	width: 50%;
}
.loginBtnArea .lBtnStyle3{
	border: #33ADB7 solid 2px;
	box-sizing: border-box;
	background-color: #fff;
	color: #33ADB7;
	align-items: flex-end;
	font-family: 'Montserrat-Regular';
	margin:5px 0px 5px 15px;
	font-size: 14px;
	border-radius: 10px;
	padding: 5px 15px;
}

.loginBtnArea .lBtnStyle4{
	/* border: #33ADB7 solid 3px; */
	box-sizing: border-box;
	background-color: #fff;
	color: #33ADB7;
	/* align-items: flex-start; */
	font-family: 'Montserrat-Regular';
	margin: 5px 0px 5px 15px;
	font-size: 14px;
	border-radius: 10px;
	padding: 3px 6px;
}
.loginBtnArea .lBtnStyle2 img {
	vertical-align: middle;
	margin-right: 20px;
}
.loginErr{
	color: red;
	font-size: 12px;
	display: block;
	padding: 0px 60px;
	position: relative;
	top: -25px;
}
.passEye{
	position: absolute;
	right: 0px;
	top: 18px;
	text-decoration: none;
}
#loginTokenDiv{
	padding: 15px 60px;
	box-sizing: border-box;
}
.otpField{
	display: block;
	position: relative;
	margin: 10px 0px;
	margin-bottom: 30px;
	padding: 10px;
	border: none;
	width:100%;
	box-sizing: border-box;
	border-bottom: #198B98 solid 1px;
}
.otpField:focus, input:focus{
	outline: none;
}
.otpBtn{
	background: #15808a; /* Old browsers */
	background: -moz-linear-gradient(top,  #15808a 0%, #15808a 31%, #33adb7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #15808a 0%,#15808a 31%,#33adb7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #15808a 0%,#15808a 31%,#33adb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15808a', endColorstr='#33adb7',GradientType=0 ); /* IE6-9 */
	color: #fff;
	display: block;
	font-family: 'Montserrat-Regular';
	margin:5px 15px 5px 0px;
	border: none;
	font-size: 14px;
	border-radius: 10px;
	padding:12px 15px;
	width:100%;
}
.loginErrors{
	padding: 15px 45px;
	box-sizing: border-box;
}
.innerHeader{
	display: block;
}
.innerHeader .logo{
	float: left;
    padding: 30px 0px;
}
.newBtnArea{
	display: block;
	padding: 30px 0px;
}
.btnNext{
	background: #15808a; /* Old browsers */
	background: -moz-linear-gradient(top,  #15808a 0%, #15808a 31%, #33adb7 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #15808a 0%,#15808a 31%,#33adb7 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #15808a 0%,#15808a 31%,#33adb7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15808a', endColorstr='#33adb7',GradientType=0 ); /* IE6-9 */
	color: #fff;
	float: right;
	font-family: 'Montserrat-Regular';
	margin: 0px 0px 10px 10px;
	border: none;
	border-radius: 10px;
	padding: 10px 15px;
	min-width: 150px;
}
.btnCancel{
	background-color: #fff;
	color: #15808a;
	float: right;
	font-family: 'Montserrat-Regular';
	border: #15808a solid 2px;
	box-sizing: border-box;
	margin: 0px 0px 10px 10px;
	border-radius: 10px;
	padding: 8px 15px;
	min-width: 150px;
}
.newForm{
	padding: 15px 0px;
	box-sizing: border-box;
}
.newForm label{
	color: #37afb8;
	font-size: 14px;
	line-height: 18px;
	font-family: 'Montserrat-Regular';
	display: block;
	padding: 10px 0px;
}
.filedspace{
	margin-bottom: 30px;
	position: relative;
}
.help-block{
	position: absolute;
}
.formMain{
}
.formMain h1{
	color: #419faa;
	font-size: 24px;
	line-height: 28px;
	font-family: 'Montserrat-Regular';
	padding: 15px 0px;
	margin: 0px;
}
.formMain h2{
	color: #419faa;
	font-size: 16px;
	line-height: 20px;
	font-family: 'Montserrat-Regular';
	padding: 15px 0px;
	margin: 0px;
}
.SuccessMesg{
	display: block;
	padding: 90px 0px;
	text-align: center;
}
.SuccessMesg img{
	display: block;
	margin: 15px auto;
}
.SuccessMesg p{
	color: #33ADB7;
	font-family: 'Montserrat-Regular';
	font-size: 24px;
	line-height: 28px;
	padding: 15px 0px;
	margin: 0px;
}
/*login new css end*/

.radiobuttoninline label {
	border: #e2e2e2 solid 2px;
	font-size: 14px;
	float: left;
	font-family: "Bliss2R-Regular";
	letter-spacing: 1px;
	color: #a1a1a1;
	background-color: #fff;
	padding: 6px 10px;
	margin: 0px 10px 0px 0px;
	border-radius: 16px;
}
.input-group-addon {
	border: 1px solid #e2e2e2
}
.radiobuttoninline input[type=radio] {
	display: none
}
.radiobuttoninline input[type=radio]+label span {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px 0 0;
	border-radius: 50%;
	vertical-align: middle;
	background: url(../images/radio-sheet.png) left top no-repeat;
	cursor: pointer
}
.radiobuttoninline input[type=radio]:checked+label span {
	background: url(../images/radio-sheet.png) -16px top no-repeat
}
/*#captchaImage{*/
/*	border-radius: 25px;*/
/*}*/
/* new css */
.animatedBoxCenterLoader {
    margin: 75px auto;
    display: block;
    left: 0px;
    right: 0px;
    top:25%;
    z-index: 99;
    position: relative;
}
.modal-content {
	background-color: rgba(255, 255, 255, 0.9) !important;
}
.panel {
	background-color: transparent !important;
}
.stepwizard-step p {
	font-family: "Bliss2R-Regular";
	color: #000;
	font-weight: normal;
}
label {
	font-family: "Bliss2M-Medium";
	font-weight: normal;
	padding: 5px 0px;
	padding-bottom: 0;
}
.staticContentBox{
	display: block;
	padding: 15px 15px 15px 0;
}
.staticContentBox h1{
	display: block;
	padding:0px 15px 0px 0px;
	font-size:22px;
	line-height: 26px;
	margin: 0px 0px 0px 15px;
	color: #6e6f72;
	text-align: left;
	font-family: "Bliss2M-Medium";
	font-weight: 600;
}
.staticContentBox h2{
	display: block;
	padding: 7px 15px;
	font-size:18px;
	line-height: 22px;
	margin: 0px;
	color: #333;
	text-align: left;
	font-family: "Bliss2M-Medium";
	font-weight: 600;
}
.staticContentBox p{
	display: block;
	padding: 15px 15px 7px;
	font-size:14px;
	line-height: 20px;
	margin: 0px;
	color: #3e3f40;
	text-align: left;
	font-family: "Bliss2R-Regular";
}
.staticContentBox p strong{
	font-family: "Bliss2M-Medium";
}
.staticContentBox p a{
	color: #f68f21;
	font-family: "Bliss2M-Medium";
}
.staticContentBox ul{
	display: block;
	padding:0px 15px;
	margin: 0px;
	list-style: none;
}
.staticContentBox ul li{
	display: block;
	padding:7px 15px;
	margin: 0px;
	font-size:14px;
	line-height: 20px;
	text-align: left;
	color: #000;
	font-family: "Bliss2M-Medium";
	font-weight: 600;
}
.staticContentBox ul li span{
	display: block;
	padding-top: 5px;
	font-size:14px;
	line-height: 18px;
	color: #3e3f40;
	font-family: "Bliss2R-Regular";
	font-weight: normal;
}
.tabHeading{
	display: block;
	padding: 7px 1px;
	font-size: 22px;
	line-height: 26px;
	margin:0px;
	color: #6e6f72;
	text-align: left;
	font-family: "Bliss2M-Medium";
	font-weight: 600;
}
.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	margin-top: 15px;
}
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
	font-family: "Bliss2B-Bold";
}
.tab button:hover {
	background-color: #fff;
	color: #f68f21;
	font-family: "Bliss2B-Bold";
}
.tab button.active {
	background-color: #fff;
	color: #f68f21;
	font-family: "Bliss2B-Bold";
}
.tabcontent {
	display: none;
	border: 1px solid #ccc;
	border-top: none;
}
#loginUserPassword{
	position: relative;
}
#loginUserPassword a{
	position: absolute;
	right: 25px;
	top: 20px;
	text-decoration: none;
	color: #000;
}
#password{
	box-sizing: border-box;
	padding-right: 30px;
}
/* new css end*/

.captchaImageRegistration {
	border-radius: 4px;
}
.login-back {
	display: block;
	padding: 0px 60px;
	box-sizing: border-box;
	/* padding-bottom: 150px; */
	/*padding-bottom: 80px;*/
}
.loginLogoBack {
	background-color: #ececec;
	padding: 15px;
	border-radius: 0px 0px 10px 10px;
	float: left;
	text-align: center;
}
.login-box {
	background-color: #fff;
	border-radius: 15px;
	margin: 30px 0px 15px;
	float: left;
	height: auto;
	width: 320px;
	position: relative;
	z-index: 99;
}
.login-box h1 {
	color: #000;
	font-size: 15px;
	line-height: 19px;
	margin: 0;
	border-radius: 15px 15px 0px 0px;
	text-align: left;
	font-family: "Bliss2R-Regular";
	padding: 15px;
	background-color: #f8f9fb;
	border-bottom: #e51934 solid 1px;
	font-weight: 600;
}
.login-box h1 img {
	vertical-align: middle;
	float: left;
	margin: 5px 15px 0px 0px;
	width: 24px;
	height: 24px;
	display: inline;
}
.loginBoxLink {
	color: #463838;
	font-size: 12px;
	line-height: 16px;
	padding: 3px 0px;
	text-align: left;
	font-family: "Bliss2R-Regular";
	text-decoration: underline !important;
	float: left;
}
/*.login-box label {*/
/*color: #000;*/
/*text-align: left;*/
/*padding: 3px 0;*/
/*display: block;*/
/*margin: 5px 0px;*/
/*font-weight: 400;*/
/*font-size: 11px;*/
/*text-transform: uppercase;*/
/*font-family: Montserrat-Light;*/
/*letter-spacing: 1px;*/
/*}*/
/*.login-box label i{*/
/*vertical-align: middle;*/
/*margin-right: 5px;*/
/*}*/
.login-box .linput {
	background-color: transparent;
	color: #000;
	border: 1.5px solid #e4e4e4;
	border-radius: 25px;
	margin: 10px 0px;
}
.loginBtn {
	margin: 10px 0px 20px;
	width: 100%;
	font-family: "Bliss2R-Regular";
	border-radius: 25px !important;
	background-color: #053871 !important;
}

.login-footer {
	display: block;
	padding: 0px 0px;
	/*padding: 15px 0px;*/
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	box-shadow: 0px 0px 7px #000;
	-mox-box-shadow: 0px 0px 7px #000;
	-webkit-box-shadow: 0px 0px 7px #000;
	/*position: fixed;*/
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
.login-footer ul {
	display: block;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
.login-footer ul li {
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}
.login-footer ul li a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 5px 10px;
	color: #fff;
	font-family: "Bliss2L-Light";
}
.login-footer p {
	padding: 5px 10px;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: center;
	font-family: "Bliss2R-Regular";
	margin: 0;
	display: block;
	color: #fff;
}
.login-footer p img {
	vertical-align: middle;
	margin-right: 5px;
}

.feature {
	padding: 30px 0px 5px;
	display: block;
	overflow: auto;
}
.feature img {
	float: left;
	margin-right: 2px;
}
.feature p {
	display: inline-block;
	font-family: "Bliss2R-Regular";
	letter-spacing: 1px;
	color: #fff;
	font-size: 14px;
	padding-top: 3px;
	float: left;
	text-align: left;
}
.feature p span {
	display: block;
	color: #fff;
	font-size: 9px;
	font-family: "Bliss2L-Light";
}
.news-box {
	border-radius: 5px;
	margin-bottom: 15px;
	-moz-box-shadow: 2px 2px #d4d8df;
	-webkit-box-shadow: 2px 2px #d4d8df;
	box-shadow: 2px 2px #d4d8df;
	clear: both;
}
.news-box img {
	border-radius: 5px 5px 0 0;
	min-height: auto;
	width: 100%;
}
.news-box h3 {
	color: #0c2638;
	font-family: "Bliss2L-Light";
	font-size: 14px;
	padding: 15px 10px;
}
.news-box p {
	color: #6d6666;
	font-family: "Bliss2L-Light";
	font-size: 12px;
	padding: 8px 10px;
}
.login-feaature-box {
	padding: 0;
}
.login-feaature-box h4 {
	color: #203d53;
	font-size: 18px;
	margin: 0;
	padding: 10px 0;
	font-family: "Bliss2R-Regular";
	text-align: left;
}
.login-feaature-box p,
.login-feaature-box ul li {
	margin: 0;
	font-family: "Bliss2R-Regular";
	font-size: 12px;
}
.login-feaature-box p {
	color: #717171;
	line-height: 20px;
	padding: 10px 0;
	text-align: left;
}
.login-feaature-box ul {
	float: left;
	margin: 0;
	padding: 10px 0;
	width: 50%;
	list-style: none;
}
.login-feaature-box ul li {
	color: #0c2638;
	background: url(../images/arrow2.png) 2px 7px no-repeat;
	padding: 5px 0 5px 0px;
}
.newreload {
	background-color: #fff;
	padding: 9px;
	border-radius: 5px;
	float: left;
	font-size: 14px;
	margin: 0 0 0 15px;
}
.new-errorMessage {
	text-align: left;
	font-size: 12px;
	color: red;
	padding: 5px;
	border-radius: 10px;
	display: block;
	float: none;
	margin: 5px 0;
}
.login-box form {
	padding: 0 25px;
}
.login-input {
	margin: 10px 0;
	color: #fff;
	font-size: 11px;
	background-color: transparent;
	border: 1px solid #fff;
}
.login-box p {
	text-align: left;
	padding: 5px;
	color: #fff;
	width: 150px;
	font-size: 12px;
	font-family: "Bliss2L-Light";
	float: none;
	margin: 0px;
}
.vimg {
	float: right;
	padding: 5px;
	margin-top: 30px;
	width: 100px !important;
	/*width: auto !important;*/
}
.login-box p a {
	color: #fff;
	text-align: left;
	text-decoration: none;
	font-family: "Bliss2L-Light";
	display: block;
	padding: 0 0 5px;
}

.reload {
	background-color: #f2f4f6;
	padding: 8px;
	float: left;
	display: inline-block;
	margin: 1px 5px 10px 0;
	border-radius: 4px;
}
.loginwhitewrap,
.news-box {
	background-color: #fff;
}
.reload i {
	color: #b81e60;
	font-size: 20px;
}
.login-middle {
	display: block;
	padding: 30px 100px;
	box-sizing: border-box;
}
.form-control {
	box-shadow: none !important;
	border-radius: 10px;
	border: 1px solid #e0e2e7;
	font-size: 14px !important;
	letter-spacing: 1px;
	color: #031f40;
}
ul.loginlist {
	display: block;
	margin: 0;
	padding: 15px 20px;
}
ul.loginlist li {
	display: block;
	margin: 0;
	color: #142542;
	font-size: 14px;
	border-bottom: #d9e0ef solid 1px;
	padding: 13px 10px;
}
ul.loginlist li span {
	display: block;
	text-transform: capitalize;
	color: #8c97ad;
	font-size: 10px;
	padding-left: 48px;
}

ul.loginlist li img {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -10px;
}
.side-heading {
	padding: 5px 30px;
	margin: 0;
	display: block;
	color: #142542;
	font-size: 18px;
}
.addAccLogin {
	text-align: left;
	padding: 5px 15px;
	color: #fff;
	font-size: 12px;
	font-family: "Bliss2L-Light";
	display: block;
}
.inner-wrap {
	background-color: #fff;
	padding: 15px;
	margin: 15px 0;
}
.inner-wrap label {
	padding: 5px 0;
	color: #666;
	font-size: 12px;
	margin: 10px 0px;
}
.inner-wrap label i {
	vertical-align: middle;
	margin-right: 5px;
}
.innerheading {
	color: #666;
	font-size: 24px;
	line-height: 28px;
	padding: 15px 0;
	margin: 0;
}
.loginbackbtn {
	color: #fff;
	padding: 7px 15px;
	float: right;
	background-color: #0c2638;
	margin-bottom: 15px;
}
.loginbackbtn:hover {
	color: #fff;
	background-color: #0c2638;
}
.rbtn1 {
	min-width: 200px;
	margin: 15px 0 0 15px;
	float: right;
	background-color: #0c2638;
	color: #fff;
	border: none;
	padding: 10px;
}
.rbtn2 {
	min-width: 200px;
	margin: 15px 0 0 15px;
	float: right;
	background-color: #ccc;
	color: #000;
	border: none;
	padding: 10px;
}
.add-account-form {
	display: block;
	padding: 20px 0;
	margin-bottom:50px;
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 99;
}
.add-account-form h1 {
	padding: 0 0 5px;
	color: #0c2638;
	font-size: 30px;
	line-height: 32px;
	margin: 0;
	display: block;
	text-align: center;
	font-family: "Bliss2M-Medium";
}
.add-account-form h2 {
	padding: 0 0 15px;
	color: #000;
	font-size: 20px;
	line-height: 24px;
	margin: 0;
	display: block;
	text-align: center;
	font-family: "Bliss2L-Light";
}
.add-account-form-step {
	display: block;
	margin: 15px auto;
}
.add-account-fieldbox {
	display: block;
	/*border-top: 2px solid #b7b4b4;*/
	/*border-radius: 4px;*/
	padding: 0px 15px 15px;
	margin: 0px auto;
	max-width: 850px;
}
.add-account-btn-area {
	display: block;
	text-align: center;
}
.add-account-btn-area-next {
	background-color: #d43f3a;
}
.add-account-btn-area-cancel {
	background-color: #ccc;
	color: #000 !important;
}
.add-account-btn-area-cancel,
.add-account-btn-area-next {
	display: inline-block;
	border-radius: 25px;
	margin: 5px 10px;
	font-family: "Bliss2R-Regular";
	width: 200px;
	color: #fff;
}
.ac-col-1,
.ac-col-2 {
	border-right: #000 solid 1px !important;
	color: #000 !important;
	border-bottom: #000 solid 1px !important;
	border-top: #000 solid 1px !important;
	border-left: #000 solid 1px !important;
}
.login-step-center {
	margin: 15px auto;
	max-width: 850px;
}
.fpassword,
.fpassword:hover,
.fusername,
.fusername:hover {
	color: #fff;
}
.successMessage {
	text-align: center;
	font-size: 25px;
	color: #fff;
	padding: 30px 0;
	font-weight: 700;
}
/*new loader css*/
@-webkit-keyframes rotating /* Safari and Chrome */ {
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.loginLoader {
	margin: 75px auto;
	display: block;
	left: 0px;
	right: 0px;
	top:5%;
	z-index: 99;
	position: relative;
}
/*new loader css end*/

.backgroundColorOpt {
	background-color: rgba(255, 255, 255, 0.9);
	position: relative;
	z-index: 99;
}
.modalContentNew{
	display: block;
}
.modalContentNew h1{
	text-align: left;
	color: #000;
	font-size: 16px;
	line-height: 20px;
	display: block;
	padding: 10px 0px;
	margin: 0px;
	font-family: "Bliss2M-Medium";
}
.modalContentNew p{
	text-align: left;
	color: #6b6c6f;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding: 5px 0px;
	margin: 0px;
	font-family: "Bliss2R-Regular";
}
.dropbtn {
	border: none;
	cursor: pointer;
	background: url('../images/newImg/hamburgerMenu.png') center 14px no-repeat;
	border: #52a8b2 solid 2px;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	position: relative;
}
.dropdown {
	position: relative;
	display: inline-block;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #fff;
	min-width: 220px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 99;
	padding: 15px 0px;
	border-radius: 10px;
}
.dropdown-content a {
	color: #52a8b2;
	padding: 10px;
	text-decoration: none;
	border-left: #ffff solid 5px;
	display: block;
}
.dropdown-content a img{
	vertical-align: middle;
	margin-right: 10px;
}
.dropdown a:hover { border-left: #52a8b2 solid 5px;}
.show {display: block;}
/****************************desktop css add before this code ************/














/****************************responsive code******************************/

@media (min-width: 1300px) and (max-width: 1400px) {
}
@media (min-width: 1200px) and (max-width: 1300px) {
}
@media (min-width: 1024px) and (max-width: 1200px) {
}
@media (min-width: 999px) and (max-width: 1024px) {
	#loginUserPassword a {
		top: 10px;
	}
	.login-box {
		margin: 15px auto;
		float: none;
		width:
				320px;
	}
	.tab button {
		width: 50%;
		float: left;
		box-sizing: border-box;
		font-size: 12px;
	}
	.commonScroller img{
		max-width: 100%;
	}
}
@media (min-width: 768px) and (max-width: 999px) {
	#loginUserPassword a {
		top: 10px;
	}
	.login-box {
		margin: 15px auto;
		float: none;
		width: 320px;
	}
	.tab button {
		width: 50%;
		float: left;
		box-sizing: border-box;
		font-size: 12px;
	}
	.commonScroller img{
		max-width: 100%;
	}

}
@media (max-width: 767px) {
	.loginMain {
		flex-direction: column;
		display: block;
	}
	.loginForm {
		width: 100%;
		border-radius: 0px;
	}
	.loginBanner {
		width: 100%;
		height: auto;
	}
	.loginForm h1 {
		padding: 30px 30px 0px;
	}
	.loginForm h1 span {
		font-size: 26px;
		line-height: 30px;
		padding-top: 20px;
	}
	.loginForm h2 {
		padding: 0px 30px 15px;
	}
	.loginFieldBox {
		margin: 10px 30px;
	}
	.loginBtnArea {
		padding: 5px 30px;
	}
	.loginBtnArea .lBtnStyle1 {
		padding: 5px 5px;
		width: 50%;
	}
	.loginBtnArea .lBtnStyle2 {
		padding: 5px 5px;
		width: 50%;
	}
	.rStyle{
		padding: 15px 30px;
	}
	.loginBtnArea .lBtnStyle2 img {
		margin-right: 5px;
	}
	.loginErr {
		padding: 0px 30px;
		top: -5px;
	}
	.fStyle {
		padding: 5px 35px 5px 0px;
		top: 0px;
	}
	.fStyle:nth-child(2) {
		padding: 5px 15px 5px 0px;
	}
	#loginTokenDiv {
		padding: 15px 30px;
	}

}
@media (max-width: 480px) {
}

.login-dropdown {
	width: 24px;
	height: 24px;
	object-fit: contain;
	display: none;
}
#myDropdown a img {
	display: none;
}