@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@200;300;400;600;700;800;900&display=swap');
*{ padding: 0; margin: 0; box-sizing: border-box;}
body {
	padding: 74px 0 0 0;
	margin: 0;
	font-size: 15px;
	font-weight: 400;
	background: #fff;
	color:  #00011A;
	overflow-x: hidden !important;
        font-family: 'Nunito Sans', sans-serif;
}
label{color:  #00011A}
img{max-width: 100%;}
a{color:#212121;}
a:hover{color:#007ad6;}
a,a:hover,a.active,a:active,a:focus{outline: none; text-decoration: none;}
a, a:hover, a:focus, a:active, a.active {outline: 0;-webkit-transition: all .5s ease-in-out;-moz-transition: all .5s ease-in-out;-ms-transition: all .5s ease-in-out;-o-transition: all .5s ease-in-out;transition: all .5s ease-in-out;text-decoration: none; cursor: pointer;}
img{max-width: 100%;}.navbar-brand{max-width: 160px;}.bg-light{background: none!important;}
/*.container, .row {
  height: 100%;
  min-height: 100%;
}*/

html, body {
  height: 100%;
}

.navbar.bg-dark{background: none!important; z-index: 1040;}
.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 1);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
	color:#0FAAB2;
}
.navbar-nav .dropdown-menu {
	left: 0;
	right: auto !important;background: #2D374B; padding: 0px;
}
.dropdown-item{color: #fff;}
.dropdown-item:hover, .dropdown-item:focus {
	color: #fff;
	text-decoration: none;
	background-color: rgba(195, 206, 232, 0.5);border-radius: 0px;
}
#login-content{position: absolute;top: 0px; width: 100%; padding: 7rem 0;}
#login-content:before{position:absolute;left:0; top:0;bottom: 0;width: 50%; height: 100%; content: ""; background: #fff url("../images/curve-bottom.png") right bottom no-repeat;}
#login-content:after{position:absolute; right: 0; top: 0;bottom: 0; width: 50%; height: 100%; content: ""; background: #1b2538;border-top-left-radius: 200px;box-shadow:50px -50px 0 0 #fff;}
#login-content .container-fluid{position: relative; z-index: 2;}
#login-content h1{margin-bottom: 0px; text-align: center;}.color-w{color: #fff;}

.video-container {
  overflow: hidden;
  position: relative;
  width:100%;
  max-width: 600px;
  height: auto;
  border-radius: 20px;margin: 0 auto;
}

.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}

.video-container iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#learnMore{
  margin-top: 50px !important;
  background-color: #EA7A2F !important;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.2em;
  text-align: center;
  padding: 10px 50px;
  border: none;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

#learnMore:hover{
  background-image: linear-gradient(12deg,#ea5d00 12%,#ea7a2f 48%) !important;
}
.btn-primary {
	color: #fff;
	background-color:#0FAAB2 !important;
	border-color:#0FAAB2;
}
.btn-primary:hover,.btn-primary:focus{color: #fff; background-image: linear-gradient(12deg,#019098 12%,#0faab2 48%) !important;border-color:#0FAAB2;}
.btn-secondary {
	color: #0faab2;
	background:none!important;
	border-color:#0FAAB2;
}
.btn-secondary:hover,.btn-secondary:focus{color: #fff; background: #0faab2!important;border-color:#0FAAB2;}

.alert-yellow {
	color: #000;
	background-color: #fffdb9;
	border-color: #dbd994;
}
body .modal {
	padding: 0px;
}
.autentic-sbutton {
 border-color:#afafaf;
 background:#fff;
 padding:15px;
 text-align:center;
 font-size:15px;
 color:#000;
 box-shadow:0 5px 0 gray
}
.autentic-sbutton img {
 margin-bottom:15px
}
.autentic-sbutton p {
 font-size:15px;
 display:block
}
.autentic-sbutton p span {
 display:block;
 margin:0 0;
 font-size:18px
}
.radio-toolbar input[type=radio] {
 display:none
}
.radio-toolbar label {
 display:inline-block;
 background-color:#fff;
 padding:15px;
 font-size:16px;
 margin:0;
 width:100%;
 text-align:center;
 border-radius:3px;
 border:1px solid #afafaf;
 box-shadow:0 5px 0 gray;
 cursor:pointer
}
.radio-toolbar label p span {
 display:block;
 font-size:18px;
 margin:0
}
.radio-toolbar label img {
 margin-bottom:15px
}
.radio-toolbar input[type=radio]:checked+label {
 background-color:#ededed
}
.radio-toolbar input[type=radio]:checked+label {
 border-color:#00919c;
 box-shadow:0 5px 0 #00919c
}
.modal-lgauthentic p {
	line-height: 24px;
	font-size: 16px;
	font-weight: 300;
	margin: 0px 0 10px 0;
	color: #888;
	letter-spacing: 1px;
}
.modal-lgauthentic li {
	font-size: 16px;
	list-style: outside none none;
	margin: 0 0 10px;
	padding: 0 0 0 19px;
}
.btn-light {
	color: #212529;
	background-color: #e6ecf2;
	border-color: #e6ecf2;
}
.btn-light:hover {
	color: #212529;
	background-color: #b8bcc0;
	border-color: #a2a5a9;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
	color: #212529;
	background-color: #b8bcc0;
	border-color: #a2a5a9;
}
#promoBanner{
  background-color: #894D84;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 700;
  padding: 10px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
}

#promoBanner p{
  margin: 0;
  white-space: nowrap;
}
#learnMoreBtn{
  background-color: transparent;
  border: thin solid #fff;
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  border-radius: 30px;
  margin-left: 20px;
  padding: 5px 30px;
  cursor: pointer;
  white-space: nowrap;
}
#close-btn{
  font-size: 28px;
  font-family: 'Nunito Sans', sans-serif;
  color: #fff;
  cursor: pointer;
  position: absolute;
  right: 50px;background: none; border: none
}
/*#masthead{
    width: 100%; position: 
    relative; z-index: 1001
}*/
#masthead {
	width: 100%;
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
        transition: all 0.2s ease;
}
#masthead.fixed-top{
    position: fixed;
    left: 0; top: 0; 
    width: 100%;
    transition: all 0.2s ease;
}
#navbarSupportedContent {
	transition: all 0.2s ease;
}
#masthead.fixed-top{box-shadow:0 5px 15px rgba(0,0,0,0.2);}
#masthead.fixed-top .navbar-dark .navbar-nav .nav-link {
    color: #121212 !important;
}
#masthead.fixed-top {
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    background: #fff;
}
.nav-link{font-weight: bold}
.navbar-dark .navbar-nav .nav-link {
	font-weight: 700;
}

.dropdown-item {
	font-weight: 700;
	text-transform: uppercase;
	font-size: 13px;
}
#desktop-div {color: #56586E!important;}
#desktop-div a{color: #56586E!important;}
#desktop-div a:hover,#desktop-div.text-white a:focus{color: #2e4fd0 !important;}
#mobile-div.text-white {color: #56586E!important;}
#mobile-div.text-white a{color: #56586E!important;}
#mobile-div.text-white a:hover,#mobile-div.text-white a:focus{color: #2e4fd0 !important;}
button:focus{outline:none!important; border:none!important;}
.width-banner{
    top: 50px !important;
}
@media only screen  and (max-width : 980px) {
#login-content{position: relative; width: 100%; height: auto;padding:3rem 0 0 0;}
#login-content:before{display: none;}
#login-content:after{display: none;}.bg-blues1{margin-top:0px; padding-bottom: 2rem; padding-top: 5rem; background: #1b2538}
.navbar.bg-dark {background: none !important;z-index: 1040;	background: #fff !important;}
/*.navbar.bg-dark.fixed-top{background: #1b2538!important; z-index: 1040;}*/
.navbar.bg-dark .navbar-toggler {
    color: #0faab2;
    border-color: rgba(0,0,0,.1);
    border: none;
}
.navbar-dark .navbar-nav .nav-link {color: #000 !important; font-weight: bold;}
.dropdown-item:hover, .dropdown-item:focus {
    color: #00919c;
    text-decoration: none;
    background-color: rgba(195,206,232,.5);
    border-radius: 25px;
}
.dropdown-item {
	color: #00919c;
    }
     .navbar-nav .dropdown-menu {
        background: #f2f2f4;
        padding: 10px;
        border: none;
    }
}
@media only screen  and (max-width : 480px) {
#authenticationstepModal .modal-footer .btn {
	width: 100%;margin:0px;
	margin-bottom: 1rem;
}
}
@media screen and (max-width: 667px){
    #close-btn {
        font-size: 28px;
        font-family: 'Nunito Sans', sans-serif;
        line-height: 107%;
        color: #fff;
        cursor: pointer;
        position: absolute;
        right: 15px;
        background: 0 0;
        border: none;
        top: 15px;
    }
    #promoBanner {
        background-color: #894d84;
        display: block;
        justify-content: center;
        align-items: center;
        color: #fff;
        font-weight: 700;
        padding: 10px;
        position: relative;
        top: 0;
        left: 0;
        text-align: center;
        z-index: 1050;
    }
    .dropdown-item {
	color: #00919c;
    }
     .navbar-nav .dropdown-menu {
        background: #f2f2f4;
        padding: 10px;
    }
    #learnMoreBtn {
        margin-top: 10px;
        display: inline-block;
        margin-left: 0;
    }
    @media only screen  and (max-width : 980px) {
    html, body {height: auto;}
    #login-content {padding: 0;}
    .bg-blues1 {margin-top: 0;	padding-bottom: 2rem;padding-top: 2rem;background: #1b2538;border-bottom-left-radius: 60px;margin-bottom: 0px;}
    .bg-form {position: relative;padding-top: 50px;padding-bottom: 50px;background: #fff}
    .bg-form:after {position: absolute;background: #fff url(../images/curve-bottom1.png) right bottom no-repeat;width: 60px;height: 60px;content: "";right: 0;top: 0px;}
    
    }
}
#masthead .navbar-brand img.logo-white {
	display: none;
}
@media only screen  and (max-width : 980px) {
    #masthead .navbar-brand img.logo-white {
	display: block;
}
#masthead .navbar-brand img.logo-dark {
	display: none;
}
#masthead.fixed-top .navbar-brand img.logo-white {
	display: none;
}
#masthead.fixed-top .navbar-brand img.logo-dark {
	display: block;
}
body{padding-top: 75px;}
#masthead .bg-dark{background:none!important;}#masthead.fixed-top .bg-dark{background:#ffff!important;}
.bg-blues1{margin-top:0px; padding-bottom: 50px; padding-top: 50px; background: #1b2538}    
}
#login-content h1 {margin: 0 0 30px 0;font-size: 45px;font-weight: 700 !important;letter-spacing: 1.5px}
#login-content h2 {margin: 0 0 30px 0;font-size: 38px;font-weight: 700 !important;letter-spacing: 1.5px}
p.text-center.color-w {	font-size: 20px;margin: 0 0 40px 0;}
p.text-center{font-size: 20px;margin: 0 0 30px 0;}
@media only screen  and (max-width : 980px) {
#login-content h1 {margin: 0 0 30px 0;font-size: 30px;font-weight: 600;}
#login-content h2 {margin: 0 0 30px 0;font-size: 26px;font-weight: 600;}
}
#masthead.fixed-top .navbar-nav .dropdown-menu {
	background: #fff;
        border: none;
}
#masthead.fixed-top .dropdown-item {
	color: #121212;
}
 @media only screen  and (max-width : 812px) {
    html, body {height: auto;}
    #login-content {padding: 0;}
    .bg-blues1 {margin-top: 0;	padding-bottom: 2rem;padding-top: 2rem;background: #1b2538;border-bottom-left-radius: 60px;margin-bottom: 0px;}
    .bg-form {position: relative;padding-top: 50px;padding-bottom: 50px;background: #fff}
    .bg-form:after {position: absolute;background: #fff url(../images/curve-bottom1.png) right bottom no-repeat;width: 60px;height: 60px;content: "";right: 0;top: 0px;}
    
    }

#masthead .navbar-brand img.logo-white {
	display: none;
}
@media only screen  and (max-width : 812px) {
    #masthead .navbar-brand img.logo-white {
	display: block;
}
#masthead .navbar-brand img.logo-dark {
	display: none;
}
#masthead.fixed-top .navbar-brand img.logo-white {
	display: none;
}
#masthead.fixed-top .navbar-brand img.logo-dark {
	display: block;
}
body{padding-top: 75px}
#masthead .bg-dark{background:none!important;}#masthead.fixed-top .bg-dark{background:#ffff!important;}
.bg-blues1{margin-top:30px; padding-bottom: 60px; padding-top: 50px; background: #1b2538;border-bottom-left-radius: 60px}    
}
#login-content h1 {margin: 0 0 30px 0;font-size: 45px;font-weight: 600;}
#login-content h2 {margin: 0 0 30px 0;font-size: 38px;font-weight: 600;}
p.text-center.color-w {	font-size: 20px;margin: 0 0 40px 0;}
p.text-center{font-size: 20px;margin: 0 0 30px 0;}
@media only screen  and (max-width : 812px) {
#login-content h1 {margin: 0 0 30px 0;font-size: 30px;font-weight: 600;}
#login-content h2 {margin: 0 0 30px 0;font-size: 26px;font-weight: 600;}
}
#masthead.fixed-top .navbar-nav .dropdown-menu {
    background: #fff;
    border: none;
}
#masthead.fixed-top .dropdown-item {
	color: #121212;
}
@media only screen  and (max-width : 812px) {

.navbar-nav .dropdown-menu{display: block!important}
#masthead .navbar-dark .navbar-nav .nav-link::after {
	display: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    font-weight: bold;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #00919c;
	text-decoration: none;
	background-color: none;
	border-radius: 0;
	background: none;
}
.navbar-nav .dropdown-menu {
	background: #f2f2f4;
	padding:0px;
}
.nav-link{font-weight:bold}
body.overflow-yhidden{overflow-y: hidden !important}
#masthead{background: #1b2538 !important}
#learnMore{
  margin-bottom: 0px;
}
.description {
	padding-top: 100px !important;
}
}
.terms{
    margin-top: 30px;
}
.btn-floating{position:fixed;right:10px;bottom:10px;z-index:1052;border-radius: 38px!important;opacity: 0;transition: all .3s ease;}
.hideFloating{
    opacity: 0 !important;
    z-index: -99!important;
}
/***************************980 Start***********************************/
 @media only screen  and (max-width : 980px) {
   #login-content .row{margin-left: -50px;margin-right: -50px}
   #login-content .col-12{padding-left:50px;padding-right:50px}
   #login-content .container-fluid{padding-left:50px;padding-right:50px}
 } 
@media only screen  and (max-width : 980px) {
    html, body {height: auto;}
    #login-content {padding: 0;}
    .bg-blues1 {margin-top: 0;	padding-bottom: 2rem;padding-top: 2rem;background: #1b2538;border-bottom-left-radius: 60px;margin-bottom: 0px;}
    .bg-form {position: relative;padding-top: 50px;padding-bottom: 50px;background: #fff}
    .bg-form:after {position: absolute;background: #fff url(../images/curve-bottom1.png) right bottom no-repeat;width: 60px;height: 60px;content: "";right: 0;top: 0px;}
}

#masthead .navbar-brand img.logo-white {
display: none;
}
@media only screen  and (max-width : 980px) {
    #masthead .navbar-brand img.logo-white {
	display: block;
}
#masthead .navbar-brand img.logo-dark {
	display: none;
}
#masthead.fixed-top .navbar-brand img.logo-white {
	display: none;
}
#masthead.fixed-top .navbar-brand img.logo-dark {
	display: block;
}
body{padding-top: 75px}
#masthead .bg-dark{background:none!important;}#masthead.fixed-top .bg-dark{background:#ffff!important;}
.bg-blues1{margin-top:-1px; padding-bottom: 60px; padding-top: 50px; background: #1b2538;border-bottom-left-radius: 60px}    
.btn-floating{position:fixed;right:10px;bottom:10px;z-index:1052;border-radius: 38px!important;opacity: 1;box-shadow: 0px 3px 40px rgba(0, 1, 26, 0.15), 0px 2px 5px rgba(0, 1, 26, 0.3);}
}
#login-content h1 {margin: 0 0 30px 0;font-size: 45px;font-weight: 600;}
#login-content h2 {margin: 0 0 30px 0;font-size: 38px;font-weight: 600;}
p.text-center.color-w {	font-size: 20px;margin: 0 0 40px 0;}
p.text-center{font-size: 20px;margin: 0 0 30px 0;}
@media only screen  and (max-width : 812px) {
#login-content h1 {margin: 0 0 30px 0;font-size: 30px;font-weight: 600;}
#login-content h2 {margin: 0 0 30px 0;font-size: 26px;font-weight: 600;}
}
#masthead.fixed-top .navbar-nav .dropdown-menu {
    background: #fff;
    border: none;
}
#masthead.fixed-top .dropdown-item {
	color: #121212;
}
@media only screen  and (max-width : 980px) {
.navbar-nav .dropdown-menu{display: block!important}
#masthead .navbar-dark .navbar-nav .nav-link::after {
	display: none;
}
.dropdown-item {
    display: block;
    width: 100%;
    font-weight: bold;
}
.dropdown-item:hover, .dropdown-item:focus {
	color: #00919c;
	text-decoration: none;
	background-color: none;
	border-radius: 0;
	background: none;
}
.navbar-nav .dropdown-menu {
	background: #f2f2f4;
	padding:0px;
}
.nav-link{font-weight:bold}
body.overflow-yhidden{overflow-y: hidden !important}
#masthead{background: #1b2538 !important}
#learnMore{
  margin-bottom: 0px;
}
.description {
    padding-top: 110px !important;
}
} 
@media only screen  and (max-width : 667px) {
.description {
	padding-top: 110px !important;
}
}
 .navbar-nav .dropdown-menu {
    left: -16px;
    right: auto !important;
    background: #2d374b;
    padding: 0;
}
.dropdown-item {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    margin: 10px 0;
}
.dropdown-menu {
    box-shadow: 0px 4px 8px 3px rgba(0, 1, 26, 0.1), 0px 1px 3px 0px rgba(0, 1, 26, 0.1) !important;
}
@media only screen  and (max-width : 980px) {
    .navbar-nav{
        height: 100vh !important;
    }
}
@media only screen and (max-width : 420px) and (max-height: 850px){
  .navbar-nav{
     height: 105vh !important;
  }
}
@media only screen and (max-width : 420px) and (max-height: 800px){
  .navbar-nav{
     height: 120vh !important;
  }
}
@media only screen and (max-width : 420px) and (max-height: 680px){
  .navbar-nav{
     height: 80vh !important;
  }
}
@media only screen and (max-width : 420px) and (max-height: 640px){
  .navbar-nav{
     height: 140vh !important;
  }
}
@media only screen and (max-width : 420px) and (max-height: 550px){
  .navbar-nav{
     height: 165vh !important;
  }
}

@media only screen and (max-height : 420px){
 .navbar-nav{
     height: 100% !important;
   padding-bottom: 35vh !important;
  }
}
@media only screen and (max-height : 390px){
 .navbar-nav{
   padding-bottom: 40vh !important;
  }
}
@media only screen and (max-height : 360px){
 .navbar-nav{
   padding-bottom: 45vh !important;
  }
}
@media only screen  and (max-width : 980px) {
.dropdown-menu {
    box-shadow: 0px 0px 0px 0px rgba(0, 1, 26, 0.1), 0px 0px 0px 0px rgba(0, 1, 26, 0.1) !important;
}
#navbarSupportedContent{max-height:88vh; overflow-y:scroll;
    -webkit-overflow-scrolling:touch;
    -moz-overflow-scrolling:touch;
    -ms-overflow-scrolling:touch;
    -o-overflow-scrolling:touch;
    overflow-scrolling:touch;
}
.width-banner{
    top: 0px !important;
}
}
@media only screen and (min-width: 1700px) and (min-height: 950px){
#login-content { bottom: 0; }
}
body{ background: #1B2538; }
.bg-form:after{ display: none; }
#login-content{padding: 0;}
#login-content:before{display: none}
#login-content:after{display: none}
.navbar{ margin-bottom: -1px; }
.terms{ margin-top: 50px; margin-bottom: 0;}

#login-content .container-fluid{
    padding: 0;
    margin: 0;
    overflow: visible;
}

#login-content .container-fluid .row{
    margin:0;
    flex-direction: row;
    flex-wrap: nowrap;
}

#login-content .container-fluid .row .col-12{
    padding: 0;
    margin: 0;
    background: unset;
    max-width: 100%;
    flex: auto;
}
/* End Resetting Styles */

/* Section Style */
#login-content .container-fluid > .row > .col-12{
    padding: 7rem 5%;
}

#login-content .row .col-12.bg-white1{
    background: #fff;
}

#login-content .row .col-12.bg-blues1 > .row{
    position: relative;
    width: 100%;
    z-index: 2;
}

#login-content .row .col-12.bg-white1 > .row{
    position: relative;
    z-index: 2;
}

/* Corner Style */
#login-content .row .col-12.bg-blues1:before{
    content: "";
    position:
    absolute;
    top: -1px;
    left: -1px;
    width: 120px;
    height: 120px;
    background: #fff;
    z-index: 1;
}
#login-content .row .col-12.bg-blues1:after{
    content: "";
    position:
    absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    background: #1B2538;
    border-radius: 200px 0 0 0;
    z-index: 1;
}
#login-content .row .col-12.bg-white1:before{
    content: "";
    position: absolute;
    bottom: -1px;
    right: -1px;
    width: 120px;
    height: 120px;
    background: #1B2538;
    z-index: 1;
}
#login-content .row .col-12.bg-white1:after{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    background: #fff;
    border-radius: 0 0 200px 0;
    z-index: 1;
}

@media only screen and (max-width: 980px){
    #login-content .container-fluid .row{
        flex-direction: column;
    }
    #login-content .container-fluid > .row > .col-12{
        padding: 25px 10% 50px;
    }
    #login-content .row .col-12.bg-blues1:before{
        bottom: -1px;
        left: -1px;
        top: auto;
    }
    #login-content .row .col-12.bg-blues1:after{
        bottom: 0;
        top: auto;
        left: 0;
        border-radius: 0 0 0 60px;
    }

    #login-content .row .col-12.bg-white1:before{
        top: -1px;
        right: -1px;
    }
    #login-content .row .col-12.bg-white1:after{
        top: 0;
        right: 0;
        border-radius: 0 70px 0 0;
    }
    .bg-white1{
        padding-top: 50px !important;
    }
}
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
/* AIS 587- 2FA Security Question - Start */
.two-fa-disable-process {
    text-align: center;
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.two-fa-hyperlink {
    color: #00919C;
    text-decoration: underline;
}

.two-factor-authentication-pop .modal-body {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
}
.two-factor-authentication-pop .modal-body p {
    color: #2A2B2C;
    line-height: 21px;
    letter-spacing: 0;
}
.two-factor-authentication-pop .two-fa-main-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.two-factor-authentication-pop .note {
    padding-left: 20px;
    color: #2A2B2C;
    opacity: 0.8;
}

.two-factor-authentication-pop .btn-verify {
    width: 100%;
    background-color: #00919C;
    border-radius: 8px;
    color: #fff;
    padding: 8px 12px;
    font-size: 18px;
}

.font15 {
    font-size: 15px;
}

.btn-send-code {
    color: #fff;
}
.btn-send-code, .btn-send-code:hover {
    background-color: #00919C;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 23px;
    height: 40px;
    text-transform: capitalize;
    letter-spacing: 1px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.13) inset;
    white-space: nowrap !important;
    border: none;
}
.not-login-div {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.not-login-div .form-control {
    height: 40px;
    border-radius: 4px;
    margin-bottom: 5px;
}
.not-login-div select {
    margin-bottom: 16px;
    appearance: auto;
}
.two-factor-authentication-pop .footer-div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
}

.two-factor-authentication-pop .footer-div .btn-submit {
    background-color: #00919C;
    color: #fff;
    height: 40px;
    line-height: 20px;
    padding: 8px 12px;
    font-size: 18px;
    border-radius: 8px;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.two-factor-authentication-pop .footer-div .btn-submit.disable {
   opacity: 0.5;
}

.justify-content-between {
   justify-content: space-between;
} 

.font12 {
    font-size: 12px;
}

.not-login-div .bg-color {
    margin-bottom: 0;
    background-color: #F3F3F3;
    padding: 16px;
    border-radius: 8px;
}

.contact-support-team-div {
    background-color: #E7DBE6;
    padding: 12px 16px;
    border-radius: 4px;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.10), 0px 0px 2px 0px rgba(0, 0, 0, 0.15);
}

.two-factor-authentication-pop .modal-md {
    width: 500px;
/*    max-width: 60%;*/
    margin: 0 auto;
    border-radius: 16px;
        border: none;
}
.two-factor-authentication-pop .modal-header {
    background-color: #e5e5e5;
    color: #000;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}
.two-factor-authentication-pop .modal-header h4 {
    color: #2A2B2C;
    text-align: center;
    font-size: 28px;
    text-transform: capitalize;
    font-weight: 700;
}
.d-flex {
    display: flex;
}
.gap-2 {
    gap: 8px;
}
.btn-call-number .fa {
  padding-right: 8px;
}
.two-factor-authentication-pop label {
    margin-top: 0;
    color: #2A2B2C;
}
.two-factor-authentication-pop .form-control {
    border-radius: 8px;
}
.two-factor-authentication-pop .modal-footer {
    border-top: none;
}
.two-factor-authentication-pop .error_span  {
    color: #C5303E;
}
.two-factor-authentication-pop  .remove-check {
    padding-left: 24px;
}
.two-factor-authentication-pop  .remove-check input[type="checkbox"]{
    padding: 6px 6px;
    border-radius: 4px;
    margin-left: -20px;
    width: 13px;
    height: 13px;
    margin-top: 0.3rem;
    border-color: #353637;
}
.two-fa-hyperlink {
    color: #00919C;
    text-decoration: underline;
}
.justify-content-center {
    justify-content: center;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-3 {
    margin-bottom: 16px;
}
.btn-skip {
    background-color: transparent;
    height: 40px;
    text-transform: capitalize;
    padding: 8px 12px;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
}
.btn-submit-qa {
    color: #fff;
}
.btn-submit-qa, .btn-submit-qa:hover {
    background-color: #00919C;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 18px;
    height: 40px;
    text-transform: capitalize;
    line-height: 20px;
    font-weight: 700;
}
.w-100 {
    width: 100%;
}

@media screen and (max-width: 576px) {
    .two-factor-authentication-pop .modal-md {
        width: 320px;
    }
    .two-factor-authentication-pop .modal-header h4 {
        font-size: 24px;
    }
    #two-factor-authentication-qa { padding-right: 0 !important;}
    .btn-call-number { width: 100%; }
	#navbarSupportedContent{max-height:83vh; overflow-y:scroll;
}
}
/* AIS 587 - 2FA Security Question - End */
