/* CSS reset section start */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

nav,
menu,
aside,
figure,
footer,
header,
hgroup,
article,
details,
section,
figcaption { 
    display:block;
}

.leca-master-container * {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
} 

/* .leca-master-container a, .leca-master-container a:hover {
	text-decoration: none;
}

.leca-master-container a, .leca-master-container a:visited {
    color: inherit;
} */

*:before, *:after {
    box-sizing: inherit;
}

.leca-master-container table {
	width: 100%;
	border-spacing: 0;
    border-collapse: collapse;
}

ol, ul {
    list-style: none;
}

img, video {
    max-width: 100%;
}

img {
    border-style: none;
}

::-moz-selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

::selection {
	background-color: #b3d4fc; /* 1 */
	color: #000000; /* 1 */
	text-shadow: none;
}

.leca-master-container input,
.leca-master-container select,
.leca-master-container button {
    outline: none;
    border: none;
}

body {
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";	
}

body {
    color: #73879C; 
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;   
    -webkit-font-smoothing: auto;
    -moz-osx-font-smoothing: auto;
}


/* CSS reset section end */

@font-face {
  	font-family: 'Material Icons';
  	font-style: normal;
  	font-weight: 400;
  	src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  	src: local('Material Icons'),
    	 local('MaterialIcons-Regular'),
    	 url(../font/MaterialIcons-Regular.woff2) format('woff2'),    	
    	 url(../font/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
  	font-family: 'Material Icons';
  	font-weight: normal;
  	font-style: normal;
  	font-size: 24px;  /* Preferred icon size */
  	display: inline-block;
  	line-height: 1;
  	text-transform: none;
  	letter-spacing: normal;
  	word-wrap: normal;
  	white-space: nowrap;
  	direction: ltr;
  	/* Support for all WebKit browsers. */
  	-webkit-font-smoothing: antialiased;
  	/* Support for Safari and Chrome. */
  	text-rendering: optimizeLegibility;
  	/* Support for Firefox. */
  	-moz-osx-font-smoothing: grayscale;
  	/* Support for IE. */
  	font-feature-settings: 'liga';
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}


.leca-master-container .btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.leca-master-container  .btn-primary {
    color: #fff;
    background-color: #0085CA;
    border-color: #0085CA;
}

.leca-master-container .btn-secondary {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107;
}

div.leca-master-container {
	width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;  
    align-items: center;
    justify-content: center;
}

.leca-master-container  .btn-login {
	width: 100%;
	height: 40px;
    border-radius: 20px;
}
.leca-master-container  .btn-login:hover {
	cursor:pointer;
}

body.reset div.leca-master-container,
body.signin div.leca-master-container {
	background: #0085CA;   
}

div.leca-login-form-container {
	width: auto;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 50px 50px 35px;
}

div.leca-reset-form-container {
	width: 350px;
	text-align: center;
	overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.leca-reset-form-container p,
div.leca-reset-form-container h3 {
	color: #fff;
	font-size: 25px;
}

div.leca-reset-form-container p {
	font-size: 14px;
    margin: 15px 0px;	
}

div.leca-left-part {
	display: none;
    justify-content: center;
    align-items: center;
}

div.leca-brand-logo-container {
	width: 316px;
	margin: 0 auto;
}

div.leca-right-part form > h3 {
	font-size: 24px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    width: 100%;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
}

div.leca-right-part form > h4 {
	font-size: 20px;
    color: #333;
    line-height: 1.2;
    text-align: center;
    width: 300px;
    display: block;
    padding-bottom: 5px;
    font-weight: bold;
}

div.leca-right-part form > p {
	color: red;
	font-size: 13px;
	text-align: center;
}

div.leca-form-row {
	margin: 15px 0px;
}

div.leca-input-wrapper {	
    font-size: 15px;
    line-height: 1.5;
    color: #666;
    display: block;
    width: 100%;
    background: #e6e6e6;    
    border-radius: 25px;
    padding: 0px 20px 0px 40px;	
    position: relative;
}

div.leca-input-wrapper i {
	font-size: 22px;
}

div.leca-input-wrapper input,
div.leca-input-wrapper select {
	width: 100%;
	border: none;
	height: 40px;
	padding: 0px 10px;
	background: #e6e6e6;
}

div.leca-form-row.questions {
	text-align: left;
}

div.leca-form-row.questions input,
div.leca-form-row.questions label,
div.leca-form-row.questions select {
	display: block;
    width: 100%;
    margin: 5px 0px;
    height: 30px;
}

div.leca-form-row.questions label {
	height: auto;
	color: #fff;	
}

div.leca-form-row.questions select {
	padding: 0px 5px;
}

div.leca-form-row.questions input {
	padding: 0px 8px;
}

div.leca-input-wrapper > span {
	font-size: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: absolute;
    border-radius: 25px;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 15px;
    pointer-events: none;
    color: #666;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
}

div.leca-validation-message {
	text-align: center;
	font-size: 13px;
	color: #dc3545;
	display: none;
}

a.leca-password-reset-link {
	display: block;
	font-size: 13px;
	margin-top: 10px;
	/* text-align: center; */
	color: #3a83c4;
	float: right;
	margin-top: 1px;
	margin-bottom: 17px;
}

label.leca_rem_me_lbl{
	display:none;
}
label.leca_rem_me_lbl span{
	margin-left: 7px;
    font-size: 13px;
   
}

div.leca_rem_me_row{
	padding: 3px 7px;
}


/*************/

/* body {
	font-family: Arial, sans-serif;
	font-size: small;
	colo: #333;
	background-color: #35548b;
	background-image: url(../imgs/login-page-bg.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
	margin: 0px;
	padding: 0px;
	display: table;
	position: absolute;
	height: 90%;
	width: 100%;
	top: 0px !important;
} */
.otp_verify_new_pass_section .login-wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.otp_verify_new_pass_section .login-logo {
	width: 166px;
	height: 166px;
	background: url(../imgs/login-logo.png) no-repeat -20px 0;
	margin: 35px auto 30px auto;
}
.otp_verify_new_pass_section .login-row {
	width: 740px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
}
.otp_verify_new_pass_section .how-it-works {
	margin-right: 40px;
	margin-bottom: 20px;
	width: 350px;
	height: 250px;
	background-color: #fff;
	float: left;
}
.otp_verify_new_pass_section .user-login {
	margin-bottom: 20px;
	width: 310px;
	height: 240px;
	padding: 20px;
	background-color: #fff;
	float: left;
	position:relative;
}
#message {
	font-weight: bold;
    margin-top: 15px;
    clear: both;
}
.otp_verify_new_pass_section .user-login h2 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.otp_verify_new_pass_section .user-login label {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	display: block;
	color: #333;
	font-size: 14px;
}
.otp_verify_new_pass_section .user-login input[type=text], 
.otp_verify_new_pass_section .user-login input[type=password], 
.otp_verify_new_pass_section .user-login select {
	margin: 0px 0px 10px 0px;
	padding: 2%;
	background-color: #e9edf0;
	border: 1px solid #999999;
	width: 95.5%;
	font-family: Arial, sans-serif;
	font-size: 14px;
}

.otp_verify_new_pass_section .user-login select {
	width: 100% !important;
}

.otp_verify_new_pass_section .user-login input[type=submit] {
	background: url(../imgs/login-btn-bg.gif) repeat-x top;
	border: 1px solid #4c4c4c;
	padding: 4px 20px 2px 20px;
	font-family: Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}
.otp_verify_new_pass_section .user-login input[type=submit]:hover {
	color: #000;
}
.otp_verify_new_pass_section .user-login a.forgot-n-signup {
	display: inline-block;
	color: #0099ff;
	font-size: 14px;
	margin-left: 10px;
	padding: 5px;
}
.otp_verify_new_pass_section .user-login a.forgot-n-signup:hover {
	text-decoration: none;
}
.otp_verify_new_pass_section .select-language {
	text-align: center;
	width: 740px;
	clear: both;
	margin: 0 auto;
}
.otp_verify_new_pass_section .select-language select {
	padding: 4px;
	background-color: #fff;
	border: 1px solid #999999;
	font-family: Arial, sans-serif;
	font-size: 14px;
	text-align: left;
}
.otp_verify_new_pass_section .float-no-margin-auto {
	float: none;
	margin: 0 auto;
}
.otp_verify_new_pass_section .light-box-wrapper {
	position:fixed;
	top:0px;
	right:0px;
	bottom:0px;
	left:0px;
	display:none;
}
.otp_verify_new_pass_section .light-box-gray-bg {
	background:url(../imgs/lt-bg.png);
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
}
.otp_verify_new_pass_section .light-box-vdo-display {
	position:absolute;
	width:560px;
	height:315px;
	left:50%;
	top:50%;
	margin-left:-255px;
	margin-top:-157px;
	z-index:100;
}
.otp_verify_new_pass_section .play-vdo {
	cursor:pointer;
}
.otp_verify_new_pass_section .goog-te-banner-frame.skiptranslate {
	display: none !important;
}

.otp_verify_new_pass_section .pop-wrapper {
	position:fixed;
	width:100%;
	height:100%;
	top:40%;
	left:0px;
	right:0px;
	bottom:0px;
	vertical-align:middle;
	z-index:1010;
}
.otp_verify_new_pass_section .btn
{
    background: #F6F6F6;
    width: 30px;
    text-align: center;
    width: 80px;
    height: 30px;
    margin-top: 6px;
    background: #F6F6F6;
    border: none;
    border-radius: 5px;
    border: 1px solid #BBBBBB;
}
#dialogScreen
{
  width:435px;
  border-radius:5px;
  background: #E7F0FF;
  height: 300px;
}

#headerDialg
{
  background:#FF5454;
  margin:3px;
}
.otp_verify_new_pass_section .content-dialog
{
  height: 135px;
  margin: 3px;
  border: 1px solid #E8F1FF;
}

.otp_verify_new_pass_section .content1-dialog
{
  height: 200px;
  background: white;
  margin:0px !important
}
.otp_verify_new_pass_section .footer-dialog
{
  height: 45px;
  background: #F4F4F4;
  border-top: 1px solid #DDDDDD;
  text-align:center;
}
.otp_verify_new_pass_section .cls-btn-top
{
    background: url(/TSOCentral/assets/img/CaptureCross.PNG) no-repeat top right;
    width: 48px;
    height: 30px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
}
.otp_verify_new_pass_section .cls-btn-top-warning{
	background: url(../imgs/warning-icon.png) no-repeat top right;
    float: left;
    width: 48px;
    height: 50px;
    margin-top: 3px;
    margin-left: 5px;
}
#app-layout-wrapper {
	display: table-cell;
    vertical-align: middle;
	padding-top:34px;
}
.otp_verify_new_pass_section .pnl-wrapper {
	margin-left: auto;
    margin-right: auto;
	padding: 1px;
	background: #fff;
	position: relative;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}
.otp_verify_new_pass_section .pnl-border {
	border: 1px solid #ccc;
}
.otp_verify_new_pass_section .pnl-header {
	height: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.otp_verify_new_pass_section .pnl-header h4 {
	padding: 5px 0px 0px 10px;
	margin: 0px;
	font-size: 16px;
    width: 75%;
    float: left;
}
.otp_verify_new_pass_section .pnl-header h2 {
	padding: 15px 0px 0px 10px;
	margin: 0px;
	font-size: 22px;
    width: 75%;
    float: left;
}
.otp_verify_new_pass_section .pnl-content {
	background: #f0f0f0;
	overflow:hidden;
	border-bottom:1px solid #999;
}
.otp_verify_new_pass_section .pnl-footer {
	background: #999;
	padding: 8px 10px;
	overflow: hidden;
	text-align: right;
}
.otp_verify_new_pass_section .ajax-loader-to-display {
     width:50px;
     height:50px;
     background:#fff url(/TSOCentral/assets/imgs/small-loader-img.gif) no-repeat center center;
     border:1px solid #ccc;
     border-radius:10%;
     position:fixed;
     top:50%;
     left:50%;
     margin-left:-25px;
     margin-top:-25px;
     display: none;
     z-index: 9999;
}
.otp_verify_new_pass_section .popup-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background:#aaa;
	opacity:.3;
	filter:Alpha(Opacity=30);
} 
.otp_verify_new_pass_section .pnl-header1 {
	background: url(../imgs/panel-bg-img.png) repeat-x bottom;
	height: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.otp_verify_new_pass_section .pnl-header1 h4 {
	padding: 5px 0px 0px 10px;
	margin: 0px;
	font-size: 16px;
}
.otp_verify_new_pass_section .pnl-header1 .pnl-header-btns-hldr {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 32px;
	width: 214px;
	background: url(../imgs/panel-close-bgsec.png) no-repeat bottom right;
	padding-right: 10px;
}
.otp_verify_new_pass_section .pnl-header1 .pnl-header-btns-hldr a.close, 
.otp_verify_new_pass_section .pnl-header .pnl-header-btns-hldr a.help, 
.otp_verify_new_pass_section .pnl-header .pnl-header-btns-hldr a.minim {
	width: 21px;
	height: 21px;
	background: url(../imgs/panel-btns.png) no-repeat bottom right;
	display: block;
	float: right;
	margin-left: 11px;
	margin-top: 5px;
	cursor: pointer;
}
/*  Start: Hiding minimize icon from all screen*/
.otp_verify_new_pass_section .pnl-header1 .pnl-header-btns-hldr a.minim {
	background: url(../imgs/panel-btns.png) no-repeat -31px -23px;
	display:none;
}
.otp_verify_new_pass_section .pnl-header1 .pnl-header-btns-hldr a.minim:hover {
	background: url(../imgs/panel-btns.png) no-repeat -31px 0px;
	display:none;
} 
/*  Ends: Hiding minimize icon from all screen*/
.otp_verify_new_pass_section .pnl-header1 .pnl-header-btns-hldr a.help {
	background: url(../imgs/panel-btns.png) no-repeat bottom left;
}
.otp_verify_new_pass_section .pnl-header1 .pnl-header-btns-hldr a.help:hover {
	background: url(../imgs/panel-btns.png) no-repeat top left;
}
.otp_verify_new_pass_section .pnl-header1 .pnl-header-btns-hldr a.close:hover {
	background: url(../imgs/panel-btns.png) no-repeat top right;
}

.otp_verify_new_pass_section .pnl-header_rs {
	background: url(../imgs/panel-bg-img.png) repeat-x bottom;
	height: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
}
.otp_verify_new_pass_section .pnl-header_rs h4 {
	padding: 5px 0px 0px 10px;
	margin: 0px;
	font-size: 16px;
}
.otp_verify_new_pass_section .pnl-header_rs .pnl-header-btns-hldr {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 32px;
	width: 214px;
	background: url(../imgs/panel-close-bgsec.png) no-repeat bottom right;
	padding-right: 10px;
}

#cnfrmList, #cnfrmMessage, #captcha{
	margin-top: 10px;
}
.otp_verify_new_pass_section .content1-dialog{
	font-weight: bold;
	padding: 5px;
}
/***************/


div.messager-question {
  background: url('../img/messager_icons.png') no-repeat scroll -32px 0;
}

#otp_btn:hover{
	cursor:pointer;
}

.passowrd_set_rules{
	  height: 75px;
    background: #F4F4F4;
    border-top: 1px solid #DDDDDD;
    text-align: left;
    padding: 5px;
    font-size: 13px;
    font-weight: bold;
    color: #562525;
}

.passowrd_set_rules h3{
	text-align:center;
}

.l-btn-small:focus,.l-btn-focus{
	border: 2px solid #2d5486 !important;
	outline: none !important;
}
