.container-fluid{
	padding: 0px 0px 0px 0px !important;
	width:100%;
	height:100%;
	//position:absolute;
	display:flex;
}
html,body{
	background: url(../images/whiom_Background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
/*	background-size: 100% 100%;  */
	background-size:cover;
	background-color: #000000; 
/*	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; */
	height:100% !important;
	margin:0;
	padding:0;
	font-size: 0.95em !important;
	overflow-x:hidden;
	color:rgb(88,90,91);
}


.panel{
	box-shadow:none;
	width: 100%;
	font-size: 1 em !important;
	border: 0px solid transparent;
	border-radius: 0px;
	max-height:400px;
	min-height:400px;
	background-color: transparent !important;

	
}
.panel-body {
	padding: 0px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	//color: rgb(88,90,91);;
}
form{
	padding-left: 15px;
	padding-right: 15px;
}
/*basic link/anchor*/
a {
  color: #037EA6 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  /*outline: 0 !important;*/
  cursor: pointer !important;
 }
  a.bold {
    font-weight: 600 !important; }
	/*link-forgot userid/password, send me new OTP link*/
	a.small{
		//font-family: Ariel Narrow;
		font-size: 0.9em !important;
		cursor: pointer;
	}

/*information icon
 *-enable content it if want to change the info icon image and put some other font-awesone icon content 
 *-update font-size if want to update info icon size*/	
a span.info-icon:before{
	color: rgb(70, 70, 70) !important;
	//content: "\f05a";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0);
	font-size: 1.2em;
}
/*Center transparent div*/	
.page-content-outer, .page-content-footer-outer {
  	height: 535px;
	width:100%;
	margin-top:1%;
	top:18%;
	left:0;
	position:absolute;
  	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	max-height: 535px;
}
.page-content, .page-content-footer {
  	height: 485px;
    width:100%;
	background-image:linear-gradient(to right, rgba(255,255,255,0.80) 50%, rgba(255,255,255,0.2));/* W3C Markup, IE10 Release Preview */ 
	background-image: -webkit-linear-gradient(to right, rgba(255,255,255,0.80) 50%, rgba(255,255,255,0.2));/* Webkit (Chrome 11+) */
	background-image: -ms-linear-gradient(to right, rgba(255,255,255,0.80) 50%, rgba(255,255,255,0.2));/* IE10*/ 
	background-image: -moz-linear-gradient(to right, rgba(255,255,255,0.80) 50%, rgba(255,255,255,0.2));/* Mozilla Firefox */
	background-image: -o-linear-gradient(to right, rgba(255,255,255,0.80) 50%, rgba(255,255,255,0.2));/* Opera */ 
	background-image: -webkit-gradient(to right, rgba(255,255,255,0.80) 50%, rgba(255,255,255,0.2));/* Webkit (Safari/Chrome 10) */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#DDffffff, endColorstr=#20FFFFFF); /* IE6-9 */
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr=#DDffffff, endColorstr=#20FFFFFF);/*For IE7-8-9*/
    margin:auto;
	top:0;
    left:0;
    right:0;
    bottom:0;
	position:absolute;
  	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	max-height: 485px;
}
.page-content-footer{
	padding-left: 15px;
}
.form-group {
    margin-bottom: 8px !important;
}
.form-group.question {
    margin-bottom: 4px !important;
}
.form-group.answer {
    margin-bottom: 4px !important;
}
.form-group label a {
	color:rgb(88, 90, 91) !important;
	text-decoration: underline !important;
	font-size: 13px !important;
}
.form-control{
	width: 250px !important;
	box-shadow: 1px 1px 5px 0px grey inset;
	height: 2em;
	border: 1px solid grey;
	border-radius: 0;
	padding: 0px 0px 0px 10px;
}
.form-control.qna {
	width: 100% !important;
}
.form-control.normal {
	width: 250px !important;
}
select.form-control {
	padding-left:0;
}
/*Label on all pages*/
label {
    margin-bottom: 1px !important;
    font-weight: 200 !important;
    font-size: 1em;
}
/*Label on creat and update QNA pages*/
.form-group.question label  {
    font-size: 13px;
}
/*Welcome text on all pages*/
.welcome-text{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.6em;
	font-weight: bold;
	padding-left:15px;              
	}
/*page footer and nav bar properties*/
.navbar{
	background-color: #000000;
	min-height: 20px !important;
	text-align: center;
	border: none;
}
.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}
#myNavbar a{
	color: white !important;
	font-size:0.8em;
	border-color: #ddd;
	outline: 5!important;
}
.navbar a{
	color: white !important;
}
.nav>li>a {
    position: relative;
    display: inline-block !important;
    padding: 5px !important;
}
#myNavbar{
	width: 100%;
	margin: 0 auto;
	font-size: 1.2em;
}
.footer-text-block {
    width: 90%;
    height: 350px;
    background-color: white;
    overflow-x: hidden;
    overflow-y: auto margin-top: 0px;
    margin-left: 15px;
    box-shadow: 1px 1px 0px 1px rgb(155, 146, 146) inset;
    FONT-SIZE: 10pt;
    padding-left: 5px;
    padding-right: 1px;
    padding-top: 5px;
    padding-bottom: 1px;
}
.footer-text-content {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 1%;
    margin-right: 1%;
    width: 98%;
    FONT-SIZE: 10pt;
}
/*block to show text for footer link eg. Disclaimer*/
.welcomeBlock {
    font-size: 22px;
    font-weight: bold;
    color: rgb(88,90,91);
    margin-left: 0px;
    margin-top: 15px;
}
/*iframe to open another files for footer links*/
.page-content-footer iframe {
    width: 90%;
    height: 350px;
    background-color: white;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 15px;
}
.footerPipe{
	padding-right: 10px;
	position: relative;  
	padding: 5px !important;   
	color: white !important;                     	
}

/*Button classes*/
.btn {
	border-radius: 0px;
}
/* show chevron icon in batton*/
.btn:before{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0);
	float: right;
	font-weight:normal;
	text-align: start;
	margin-top: 4px;
}
.btn.back:before {
    content: "\f053";
    float: left;
}
.homebtns{
	width: 250px !important;
	text-align: left;
	width:100%;
	color: #ffffff !important;      
 	font-weight: bold;              

}
.marginBottom5px{
  margin-bottom:5px;
}
.back{
	width: 100px !important;
	text-align: center;
	width:100%;
}

.btn-fix{
	position: absolute;
	bottom: 0.5em;
}
.btn-fix.sticky-bottom{
		position: absolute;
		bottom: 1em;
	}
/*primary button*/
.btn-primary{
	background-color: #000000;
	border-color: #000000;
	cursor: pointer !important;
}
.btn-primary[disabled] {
	background-color: #a0a0a0;
	border-color: #a0a0a0;
	cursor: pointer !important;
}
.btn-default:focus, .btn-default[disabled].focus {
	background-color: #777777 !important;
	border-color: #9C9C9C !important;
}
/* Secondary button*/
.btn-default,.btn-default:hover,.btn-default[disabled],
.btn-default[disabled]:hover{
	background-color: #D72829;
	border-color: #D72829;
}

/* other button*/
.btn-info, .btn-info[disabled] {
	background-color: #BBBCBB;
	border-color: #BBBCBB;
}

.btn[disabled] {
	opacity:1;
	cursor: not-allowed !important;
}
.marginBot-1em{
	margin-bottom: 1em;
}
.marginTop-1em{
	margin-top: 1em;
}
/*text information on home page*/
.tsu-text-section{
	font-size:0.85em !important;
	max-height: 100px;
	overflow: hidden;
}
.tsu-text-section a{
	color: inherit !important;
	font-size: 1em !important;
	text-decoration: underline !important;
}
.checkbox label, .radio label{
	color: rgb(88,90,91);
}		
		
/*for header properties on all pages*/		
.logo-wrapper {
  height: 50px; 
  background: #000000;
  position:fixed;
  width:100%;
  z-index:100;
}
/*header image*/
#logo-wrapper #logo {
     }
    #logo-wrapper #logo img {
    	width: 250px;
		height: 50px;
}
#logo-wrapper .left{
	width:50%;
	float: left;
}

#logo-wrapper .right{
	width:50%;
	float: right;
}
/*contect icon on top right of all pages*/
#logo-wrapper .right a{
	float: right;
	margin: 5px;
	color: white !important;
}
.contact-us-label{
        display: inline-block;
        font-size: 1.2em;
        font-weight:500;
        margin-right: 5px;
}

#btnGetOTP{
	margin-top: 10px !important;
	margin-bottom:25px !important;
}
/* Dialog box classes --start*/
.vertical-alignment-helper {
    /*top:7em;
	width:95%;
	max-width:45em;
	height: auto;
    max-height: 80%;
    border-radius:6px;
	overflow: hidden;*/
    margin: 5em auto;
}
.vertical-alignment-loader {
    top:40%;
    text-align:center;
    width: 50%;
    left:25%;
    height: 35%;
    border-radius:6px;
    overflow: hidden;
    position:fixed;
    color: #5A5A5A;
    font-size: 1.3em;
}

.vertical-alignment-loader .loading{
    background: url("../images/loading_spinner.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    background-color: transparent;
    height: 60px;
    width: auto;
}
.modal-body #termConditionLink2, .modal-body #privacyPolicyLink2{
    color:rgb(88,90,91) !important;
    pointer-events: none;
}

.modal-header{
    padding: 15px;
}
.modal-header .close {
    margin-top: -15px;
    font-size: 2em;
}
.modal-header .header-info {
    margin-top: 0px;
    font-weight: bold;
    line-height:0px;
}
.fullPage .vertical-alignment-helper {
    top: 0;
    width: 100%;
    max-width: 100%;
    margin:0;
	height: 100%;
    max-height: 100%;
}
.fullPage .modal-dialog {
	height: 100%;
	}
.fullPage .modal-content {
	height: 100%;
	border: none;
}
.fullPage .modal-body {
	height: 100%;
	padding: 0;
	overflow: hidden;
}
.fullPage.modal iframe {
    width: 100%;
    height: 100%;
    border: none;
}

/* Dialog box classes -- end*/

/*properties for reset profile*/
.resetProfileButtons{
	width: 35%;
	max-width: 280px;
	min-width: 280px;
	padding: 0;
	margin-top: 20px;
	overflow: hidden;
	line-height:35px;
}
.resetProfileButtons a{
  color: #fff !important;
  width: 95%;
  font-size: 14px !important;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  font-family:  "Helvetica Neue",Helvetica,Arial,sans-serif;
  outline: 0 !important;
}
.resetProfileButtons a:before{
	content: "\f054";
	font: normal normal normal 14px/1 FontAwesome;
	-webkit-font-smoothing: antialiased;
	transform: translate(0, 0);
	font-size: 1em;
	float:right;
	margin-top: 9px;
	margin-right: 5px;
}
.resetProfileButtons a:focus{
	background-color: #179d92;
	outline: 1px auto #0d403a !important;
    outline-offset: -1px;
}
.resetProfileButtons a:link{
	padding: 0px 0px 0px 10px;
	width: 100%;
}
/*Error message*/
.error-text{
    visibility: hidden;
    color: rgb(145,20,15);
    width: 70%;
    min-height:18px;
    font-size: 12px;
    font-family: 'Avenir', sans-serif;	
	font-weight:normal;}
form.error .error-text, form.error .error-text:before {
    visibility: visible}

.error-text.hidden, .error-text.hidden:before{
	visibility: hidden !important;
	display: inline-block !important;}

.error-text.visible,  .error-text.visible:before{
   	visibility: visible !important;
	display: inline-block !important;}
	
.error-text:before{
    visibility: hidden;
    content: "\f057";
    font: normal normal normal 14px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    transform: translate(0, 0);
    display: inline-block;
    padding-right:5px;}
.error-text.warning,.error-text.warning:before{
  color: #ff8a00;
}
.error-text.info,.error-text.info:before{
  color: rgb(102,149,45);
  content: "\f05d";
}


/*For cookie message*/
.top-message {
  height: 30px; 
  width: 100%;
  background: white;
  border: 2px solid rgb(23,59,107);
  font-size: 14px;
  font-weight: bold;
  color: black;
  text-align: center;
  line-height: 30px;}
.top-message .message{
    margin: 0; }
.top-msg-icon {
  font-size:1.25em;
  margin-left: 5px;
  color: #A9A7A7;}
.top-message .firstSection {
  float: left;
  width: 70%;}
.top-message .secondSection {
  float: right;
  width: 30%;
  margin: 0; 
  text-align: left;}

.btn.btn-primary.homebtns.cont{
	margin-left:4%;
}
.form-group.updateProfileBtns{
	position:absolute;
	bottom: 1em;
	width: 95%;
}
.updateProfileBtns{
	width:100% !important;
	min-width: 280px;
	max-width: 280px;
	text-align: left;
	font-weight:bold;               
}
/* Landscape phones and portrait tablets */
@media (max-width: 740px) {
	form{
		padding-right: 0px;
		padding-left: 5px;
	}
	.panel-body {
		padding-right: 0px !important;
	}
	.welcome-text{
		margin-top: 6%;
	}
	.page-content-outer, .page-content-footer-outer {
		top: 4%;
		max-height: 100%;
		height: 90%;
		box-sizing:content-box;
	}
	.page-content, .page-content-footer {
		max-height:100%;
		height:100%;
		width: 100%;
		overflow-y:auto;
		background-color: rgba(234, 228, 228, 0);
		background-image: none;
		top: 0;
		box-sizing:content-box;
	}
	.footer-text-block {
		height: 80%;
	}
	.tsu-text-section{
		max-height: 120px;
		overflow: hidden;
	}
	.container-fluid{
		overflow-x: hidden;
		overflow-y:auto;
		background-image: linear-gradient(to bottom, rgba(255,255,255,0.8) 70%, rgba(255,255,255,0.2));
		background-image: -webkit-linear-gradient(to bottom, rgba(255,255,255,0.80) 70%, rgba(255,255,255,0.2));
		background-image: -ms-linear-gradient(to bottom, rgba(255,255,255,0.80) 70%, rgba(255,255,255,0.2));
		background-image: -moz-linear-gradient(to bottom, rgba(255,255,255,0.80) 70%, rgba(255,255,255,0.2));
		background-image: -o-linear-gradient(to bottom, rgba(255,255,255,0.80) 70%, rgba(255,255,255,0.2));
		background-image: -webkit-gradient(to bottom, rgba(255,255,255,0.80) 70%, rgba(255,255,255,0.2));
		filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DDffffff, endColorstr=#20FFFFFF);
		-ms-filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#DDffffff, endColorstr=#20FFFFFF);
	}
	.resetProfileButtons{
		width:50% !important;
		max-width:90% !important;
	}
	.page-content-footer iframe {
		height: 80%;
	}
	.footerPipe{
		display:none;
		margin: 0px;
	}
	#myNavbar{
		width:100%;
		margin: 0px;
		font-size: 1.2em ;
		text-align: left;
	}
	#area{
		width:100% !important;
	}
	..welcomeBlock{
		margin-left: 0px !important;
	}
	.row.contBtns {
		position: relative !important;
		width: 100% !important;
		margin-left:0px !important;
	}
	.row.contBtns button{
		margin-bottom: 3%;
	}
	.btn-group .btn{
		width: 155px !important;
		margin-top: 3%;
	}
	#questionDiv{
		margin-right:1%;
	}
	.homebtns{
		width: 90% !important;
		text-align: initial;
	}
	.btn-fix.qna{
		position: relative;
		width: 94%;
	}
	.btn-fix.home{
		position: relative;
		margin-top: 5%;
		width:100% !important;
		overflow: hidden;
	}
	.btn-fix{
		width: 90%;
		position: relative;
		overflow-y: scroll;
		bottom: 0em;
	}
	.btn-fix.sticky-bottom{
		position: absolute;
		margin-top: 2%;
	}
	.btn-otp{
		width: 90% !important;
	}
	.form-control{
		width: 90% !important;
	}
	.btn-default {
		margin-bottom: 4%;
	}
	
	.form-group.answer {
		margin-bottom: 2em !important;
	}
	.form-group.answer label {
		display: none;
	}	
	.form-inline input{
		float:left;
		margin-right: 2px;
	}
	.a-user {
			float: right;
			margin-right: 10.5%;
	}
	
	.a-password {
   			float: right;
  		 	margin-right: 10.5%;
	}

	.a-ottEmail {
			float: right;
 	             	margin-right: 2%;
			text-decoration:underline !important;
	}   
	
	.btn.btn-primary.homebtns.cont1 { 
						margin-left:3%; width:92.3% !important
	}

	.vertical-alignment-helper {
		top: 1em;
		overflow-y:auto;
		max-height:70%;
		max-width:95%;
		border-radius:6px;
	}
	.vertical-alignment-loader {
	   top: 40%;
	   left:0;
	   position:fixed;
	   overflow-y:auto;
	   color: #5a5a5a;
	   font-size: 1.3em;
	   width:95%;
	}
	.form-control.qna {
	   width: 94% !important;
	}
	.marginTopMob-1em{
	   margin-top: 1em;
	}
	.marginTopQNA{
		margin-top:0.5em;
	}	
	.error-text{
	   width: 95%;
    	}

	#cookie-message{
    	   display:none;
    	}
	.logo-wrapper{
		height: 40px;
	}
	/*header logo size for mobile device*/
	.img-responsive{
		width: 130px !important;
		height: 23px !important;
	}
	.maintenance_message{
		margin-top: 2.8em !important;
		margin-left: 1em !important;
	}

	.btn.btn-primary.homebtns.cont{
        	margin-left:3%;
	}
	.btn.btn-primary.homebtns.splash{
        	margin-top: 5px;
 	}
	.btn-fix.cont{
		width: 92%;
	}
	.form-control.textInput{
		width: 85% !important;
	}
	.form-control.PINInput{
		width: 81% !important;
	}
	.form-control.enrollOTP{
		width: 99% !important;
	}
	.btn.btn-primary.homebtns.enroll{
		width: 100% !important;
		text-align: initial;
	}
	.btn-disable{
			background-color: #a0a0a0;
			border-color: #a0a0a0;
			cursor: not-allowed !important;
	}


}
/*term and condition rectangle area on OTP page*/
#area {
	background-color: transparent;
	resize: none;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	border: 2px solid rgb(154,156,157);
	width: 100%;
	margin: 5px 0px 0px 0px;
	padding:3px;
	font-size: 13px;
	max-height: 13em;
	background: white;
	color:rgb(88,90,91);
	}
#area .heading {
	color: rgb(19,191,177);
	font-size: 14px;
}

.right{
	float: right;
}
input[type='checkbox'] {
	box-shadow:1px 1px 1px 1px grey inset;
}

.disabled span, label.disabled {
        color: #a0a0a0;
}
#OTT_Instructions.disabled a {
        color: #a0a0a0 !important;
        pointer-events: none
}

.disabled input[type=checkbox][disabled],#Enrollment_OTT[disabled]{
	opacity:0.5;
}
.row.contBtns{
	position: absolute;
    top: 72%;
	width: 75%;
	margin-left: 2px;
}

.btn-group{
	padding-right: 2%;
	width:100%;
}
.btn-group .btn{
		width: 165px;
		margin-right:3%
}

.navbar-toggle {
	float: left !important;
	border: none !important;
	padding: 2px 0px 2px 5px !important;
}
.navbar-toggle:hover {
    background-color: transparent !important;
}
.icon-bar{
	background-color: #fff !important;
}
.form-inline a{
	color: rgba(45, 44, 44, 0.74);
}
.maintenance_message{
    margin-top: 3.4em;
    color: white;
    background-color: black;
    width: 15em;
    padding-top: 0.3em;
    padding-left: 0.5em;
    margin-left: 1.5em;
    z-index: 10;
    position:absolute;
    font-size: 1em !important;
}    
.maintenance_message a {
	color: white !important;
	text-decoration: underline !important;
}

/* Terms And Conditions/Privacy Policy formatting */
#top{
	overflow-y:scroll;
	position:fixed;
	top: 10px;
	height:90%;
	font-family: 'Avenir', sans-serif;
	color: white;
	width: 99.25%;
	}

#top div{
	FONT-SIZE: 10pt;
	COLOR: #000000;
	FONT-WEIGHT: normal;
	text-align: left;
	margin: 10px 15px 10px 10px;}

#top div a{
	color: #037EA6;
}
	/*Heading - adjust color if needed*/
#top div.heading-1{
	FONT-WEIGHT: bolder; 
	FONT-SIZE: 12pt; 
	COLOR: #037EA6; 
	HEIGHT: 10px;
	text-align: center;
	margin: 0px;}

#top div.heading-2{
	FONT-WEIGHT: bold;}

#top div.text-1{
	FONT-SIZE: 9pt;}

#top div.text-2{
	text-align:justify;}

/*back button - adjust color only*/	

#getSMS{
	margin-top:0px;
}
#FYP_Link,#FYU_Link{
	clear:both;
}
@-ms-viewport{
	width:auto!important;
}
@media (max-height: 400px) and (max-width: 740px){
	.form-group.updateProfileBtns{
		position:relative;
		margin-top: 2em;
		width: 95%;
	}
}

/* for ipad/table with portrait orientation*/
@media only screen and (min-device-width: 741px) and (max-device-width: 800px) and (orientation : portrait){ 	
	.page-content-outer, .page-content-footer-outer {
		top: 23%;
	}
}
/* for ipad/table with portrait landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 
.page-content-outer, .page-content-footer-outer {
		top: 12%;
	}
}

/*SEIMFA PSI29.2 new class below. Some of the existing classes also got updated.*/

/* Forgot User Id link to the right of User ID label added a new class*/

.a-user {
			  margin-left: 104px;
		}

		
/* Forgot Password link to the right of User ID label added a new class*/

.a-password {
			   margin-left: 70px;
		}
/* Re-send PIN link to the right of One-Time PIN label in enrollment page added a new class*/

.a-ottEmail {
		              margin-left: 71px;
		}

/* Continue button width to align with Get one-time PIN button in Secondary authentication page added a new class*/

.btn.btn-primary.homebtns.cont1 { 
	                          margin-left:4%; width:287px !important 
	            }

.btn-disable{
			background-color: #a0a0a0;
			border-color: #a0a0a0;
			cursor: not-allowed !important;
		}
.ptxt:focus {
  			outline: solid 2px;
		}

.close:focus {
			outline: solid 2px;
		}		
		
a:focus {
			outline: solid 2px;
  		}
		
.showhide{
			font-size:11px !important;color:#808080 !important;
		}

/* SEI MFA Login with Enhanced Security Flows US282492 */

.custom-panel-heading{
			margin-top: 10px;
  			font-size: 1.2em;
    			padding: 10px 15px;
    			font-weight: bold;
		}
.custom-width{
	width: 21% !important;
}
.verify-btns:before{
	content: none !important;
}
.homebtns.verify-btns{
	width: 200px !important;
	font-weight: normal;
}
.form-control.phoneOTP{
	width: 140px !important;
}
.homebtns.backBtn{
	padding-left: 35px !important;
	width: 140px !important;
	padding-right: 35px !important;
	text-align: center !important;
}
.homebtns.verBtn{
	padding-right: 40px !important;
    	padding-left: 35px !important;
    	width: 160px !important;
}
.homebtns.modalBtn{
	margin: 20px 205px 0px;
width: 150px !important;
display: block;
text-align: center;
}
.backBtn:before{
   	content: " \f053 " !important;
    	float: left !important;
}
.error-text.verify-otp{
	margin-top: 16px !important;
}
.form-group.marginBot-15px{
	margin-bottom: 15px !important;
}
		
