@font-face {
  font-family: 'Open Sans';

  src: url('../../fonts/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Regular'), local('OpenSans-Regular'),
       url('../../fonts/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../fonts/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../fonts/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../fonts/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../fonts/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
html {
	height: auto;
	font-family: Open Sans;
}
.contentDiv {
	width: 100%;
	height: auto;
}
.container {
	margin: auto;
	position: relative;
	left: 0;
	right: 0;
	background-color: #FFF;
	padding: 35px;
	height: auto;
	max-width: 700px;
	min-width: 234px;
	padding-top: 20px;
	padding-bottom: 0px !important;
}

.container form {
	max-width: 700px;
	margin: 0 auto;
}
body {
	font-family: Open Sans;
	
}
.form-group{
	width:100%;
	
}
 input.form-control {
	height: 42px;
	width: 100%;
	font-family: Open Sans;
	font-weight: normal;
	color: #333333;
	-webkit-box-sizing: border-box;
	border-radius: 3px !important;
	box-shadow:none;
	border-color: #DDD;
	margin-bottom: 3px;
}

input.form-control:focus{
	border:2px;
	border-color:#1DC8E3;
	border-style: solid;
	
}
.txtHeader{
	
		font-size:30px;
	    padding-bottom: 10px;
	    padding-top:10px;
	    background-color: #026c9a;
   		color: white;
   		padding-left: 22%;
   		margin-top: -1px;
    	margin-bottom: -1px;
}
.txtHeader1{
	
	    font-size:30px;
	    padding-bottom: 10px;
	    padding-top:10px;
	    background-color: #026c9a;
   		color: white;
   		padding-left: 21%;
   		margin-top: -1px;
    	margin-bottom: -1px;
	
}
.txtHeader2{
	
	    font-size:30px;
	    padding-bottom: 10px;
	    padding-top:10px;
	    background-color: #026c9a;
   		color: white;
   		padding-left: 28%;
   		margin-top: -1px;
    	margin-bottom: -1px;
	
}
.tooltip-inner {
	background-color: #fff;
	color: black;
    font-size: 16px;
	opacity: 0.85;
	font-family: Open Sans;
	border: 2px solid #0ba2c3;
	max-width: 300px;
    border-radius: 4px !important;
    line-height: 1.39857143;
    font-weight: 600;
}

.tooltip.in {
	opacity: 1;
}



.tip-block{
	display: block;
	text-align: left;
	font-size: 16px;
	
}
.tip-block span{
	text-align: left;
	font-size: 14px;
	 
}
.helperText{
	font-size:18px;
	    padding-bottom: 10px;
}
.form-control {
	color: #666666;
}
.form-group label {
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	
	color: #666666;
    line-height: normal;
}

.regular-button {
	
	border-radius: 10px;
   border:solid 1px #026c9a;/*n275966*/
   background-color: #E9F6FC;/*n275966*/
    width:100%;
	box-shadow: none;
	margin-bottom: 25px;
	font: 16px Open Sans;	
	height:40px;
    padding:5px 10px 5px 10px;
  color: black;/*n275966*/
}

.primary-regular-button {
	
	border-radius: 10px;
   border:none;
   background-color:#DDDDDD;
    width:100%;
	box-shadow: none;
	margin-bottom: 25px;
	font: 16px Open Sans;	
	height:40px;
    padding:5px 10px 5px 10px;
  color: black;
}

.eyeIconPosition{
    float: right;
    margin-left: -15.625px;
    margin-top: -33.396px;
    position: relative;
    z-index: 100 !important;
    margin-right: 2.72px;
    display: none;
    width: 55.3125px;
    height: 19.3281px;
    cursor: pointer;
    touch-action: manipulation;
}
.purpleButton:focus, .regular-button:focus, #pwdHideIconShow3:focus, #pwdHideIconShow2:focus, #pwdHideIconShow1:focus {
	outline:none;
	border: dashed 2px #026c9a;
}/*n275966*/
.purpleButton {
	border-radius: 10px;
   border:solid 1px #026c9a;/*n275966*/
  
	box-shadow: none;
	margin-bottom: 25px;
	font: 16px Open Sans;	
	background-color: #E9F6FC;/* n275966 */
	
	 padding:5px 10px 5px 10px;
	color: black;/* n275966 */
}
.errorBorder{
	border: 2px solid #DB4437 !important;
}
label.error {
     margin: 2px 20px 0px 0px; 
	color: #DB4437;
	font: 12px Open Sans;	
	line-height: 18px;
}

.fpPageHeader{
    padding: 36px 0px 35px 0px;
}
.fp-custom div.input-group {
    
	
	width:100%;
}
@media only screen and (max-width: 480px) {
	body{
	margin-left: 5px !important; 
    margin-right: 5px !important;
	}

	.container.fpBoxContainer {
    max-width: 375px;
    }

-

}

.container.fpBoxContainer {
    max-width: 450px;
}

.form-group{
    position: relative;
    float:left;
}
.form-group .errorInput,div.errorInput,div.errorDisplayDiv .errorInput {
	color: #EF4135;
	width: 100%;
	
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
	padding-left: 0px;   /* For radioMemberId error message display **/
}
div.errorDisplayDiv {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.genericErrorDisplayDiv {
    border-radius: 10px;

    background: #fff0f7;
    color: #DB4437;
}

ul{
margin-top:10px;}
li{
text-align: left;
    list-style: none;
    list-style-image: url(/AccountManagerAppConfig/commonV3/includes/memberRegv2/images/ART/inform.png);
}
div.genericErrorDisplayDiv  {
	color: #EF4135;
	width: 100%;
font-family: Open Sans, Arial !important;	
	font-style: normal !important;
	font-size: 15px;
  	font-weight: normal;
  	font-style: italic;
}
.newNavSpinner{ 
	position: fixed;
    height: 100px;
    width: 100px;
    top: 50%;
    left: 45%;
    margin-left: -35px;
    margin-top: -50px;
    background-size: 100%;
	z-index: 1050;
	width : 29%;	
}
#pswd_info_FN_LN_UN
{
	margin-top:20px;
	
}


.criteriaValid {
        background: url(../../assets/images/ART/right.png) no-repeat 0 0;
        background-repeat: no-repeat;
        padding-left: 30px
    }

    .criteriaInvalid {
        background: url(../../assets/images/ART/error_icon_nocircle.png) no-repeat 0 0;
        background-repeat: no-repeat;
        padding-left: 30px
    }
 /* added for logo change */   
#content{
    padding: 25px 0px 25px 0px;
}
.artPageLogo{
	color: #7d3f98;
    font-weight: 800;
    font-family: Domaine Display;
    font-size: 26px;
}
.artPageTagLine{
	color: #7d3f98;
    font-weight: 800;
    font-family: Domaine Display;
    font-size: 20px;
}
@media ( min-width :430px) {
	br{
display: none;
}
}
#invalid-secAns{
	margin: 2px 20px 0px 0px;
	color: #DB4437;
	font: 12px Open Sans;
	line-height: 18px;
}
.errorAPIicon
{
	display:none;
}
.genericErrorerrorBorder{
	border:#DB4437 1px solid !important;
}
.successIcon{
	display:none;
}
#fpStep4Button{
	outline:none;
	border: dashed 2px #026c9a;
}

/*===========================bootstrap4 changes==========================*/

h1.txtHeader {
    line-height: 33px;
}

.helperText {
    line-height: 25.7143px;
}

label#user1 {
    margin-bottom: 5px;
}

input#username {
    line-height: 20px;
    font-size: 14px;
}

div#invalid-username {
    font-size: 14px;
    line-height: 20px;
}

.form-group {
    margin-bottom: 15px;
}

label {
    margin-bottom: 5px;
}

input#email {
    font-size: 14px;
    line-height: 20px;
}

body {
    color: #333;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%);
}

span.successTextWithIcon {
    font-size: 14px;
    line-height: 1.42857143;
    color: #3c763d;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
    border-top-color: #0ba2c3 !important;
    border-width: 9px 9px 0;          
}


.arrow {
    line-height: 1.42857143;
    font-size: 12px;
    height: 10px;
    overflow-wrap: normal;
}

.tooltip {
    font-family: Arial,sans-serif !important;
    font-size: 12px !important;   
}

.tooltip.show {
    opacity: 0.8 !important;
}

span#secQuestion {
    font-size: 14px;
    line-height: 1.42857143;
}
.bs-tooltip-top .arrow {
    height: 10px;
    overflow-wrap: normal;
    bottom: -3px;
}
h1 {
    line-height: 1.1;
}

ul {
    margin-bottom: 10px;
}

input#secAns {
    line-height: 1.42857143;
    font-size: 14px;
}

body {
    font-family: Open Sans;
    line-height: 1.42857143;
    font-size: 14px !important;
}

#fpStep3Form{
    width: 100% !important;
}

#fpStep4Button{
    outline:none;
    border: dashed 2px #026c9a !important;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
    border-right-color: #0ba2c3 !important;
    border-width: 5px;         
}

div#user_info1, div#email_info1 {
    font-style: normal;
    font-weight: 600;
    line-height: 1.12857143;
    overflow-wrap: normal;
}

.bs-tooltip-right.show{
    left:0.7% !important;
}
/*===========================bootstrap4 changes end==========================*/