body{
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
*[tabindex]:focus,a:focus{
  outline: 0px;
  outline-offset:0px;
}
button{
  appearance:none;
}
.btn.active, .btn:active{
  box-shadow:none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,input[type="submit"]:focus{
  outline:0;
  outline: -webkit-focus-ring-color auto 0;
  outline-offset:0;
  outline-offset:0px;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
 font-size:16px;
}
input[type=submit][disabled], input[type=submit][disabled]:hover{
background:#88BCF7;
border-color:#88BCF7;
opacity:1;
}
:-internal-autofill-previewed {
font-size: 16px !important;
}
.logo-image{
  padding-bottom:32px;
}
.logo-image img{
  max-height:36px;
}
.logo-image .logo-text{
  display:inline-block;
  width:70px;
  line-height:24.5px;
  font-size:17px;
  color:#757575;
  font-weight:400;
  padding-left:10px;
  margin-left:10px;
  vertical-align:middle;
  position: relative;
}
.logo-image .logo-text::before{
width:1.2px;
height:34px;
content:"";
display:inline-block;
background:#E0E0E0;
position:absolute;
top:0;
bottom:0;
left:0;
margin:auto;
}
div.content-heading{
  line-height:20px;
  color:#424242;
}
.content-sub-heading{
  font-size:16px;
  line-height:20px;
  color:#646464;
  padding-bottom:20px;
}
input[type="text"], input[type="password"], input[type="email"], textarea{
  height:48px;
  border:1px solid #B8D6FF;
  font-size:16px;
  padding-left:24px;
  font-weight:400;
  color:#4F4F4F;
}
select{
  height:48px;
  border:1px solid #B8D6FF;
  font-size:16px;
  padding-left:24px;
  font-weight:400;
  color:#4F4F4F;
}
.password-field{
  margin-top:46px;
}
::placeholder {
  color: #9E9E9E;
}
::-ms-input-placeholder {
  color: #9E9E9E;
}
.form_container input[type="text"]:focus, .form_container input[type="password"]:focus, .form_container input[type="email"]:focus, .placeholder_wrap:focus-within{
  outline-offset: 0px;
  outline: 1px solid #118aef;
}
#password-icon{
  top: 17px;
  right: 24px;
}
#password-icon[tabindex]:focus{
  outline-offset: 0px;
  outline: 0;
}
.remember{
  margin-bottom:20px;
}
.remember .rememberMe{
  font-size:14px;
  font-weight:400;
  line-height:17px;
  color: #828282;
  display: inline-block;
  vertical-align: bottom;
  margin-bottom:0;
  cursor: pointer;
}
.remember .rememberMe::before,.signup-wrap .terms-content::before{
  display:none;
}
.remember input,#agree_email_comm{
  width:18px;
  height:18px;
  border:1px solid #BFCACE;
  margin-right:6px;
  vertical-align: middle;
  margin-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius:3px;
}
#remember-me:focus,#agree_email_comm:focus{
  outline: 0px;
  outline-offset: 0px;
}
.forgot-link a{
  font-weight:500;
  font-size:14px;
  color:#3B83F0;
  line-height:16px;
  display: inline-block;
  position: relative;
  top: 2px;
  text-decoration: underline;
}
.forgot-link a:hover{
  color:#025CC3;
  text-decoration: underline;
}
.btn-signup{
  line-height:46px;
  background:#1179EF;
  font-size:16px;
  font-weight:500;
  letter-spacing:normal;
  box-shadow:none;
  border-radius:6px;
}
.or-div{
  padding:0;
  margin:26px 0;
  height:1px;
  width:100%;
  position: relative;
  background:#DCDCDC;
}
.or-div::before{
  content:"OR";
  display:inline-block;
  width:44px;
  height:14px;
  line-height:20px;
  color:#808890;
  font-size:12px;
  font-weight:400;
  background:#fff;
  position: absolute;
  top: -9px;
  left: 0;
  right: 0;
  margin: auto;
}
.login-social .btn-signup,.signup-social .btn-signup{
  background:#fff;
  color:#4F4F4F;
  font-size:14px;
  font-weight:400;
  line-height:38px;
  border:1px solid #EEE;
  border-radius:100px;
  margin-bottom:12px !important;
  letter-spacing:normal;
}
.signup_link{
  margin-top:12px;
  margin-bottom:0;
}
.signup_link span{
  padding-top:0;
  font-size:14px;
  font-weight:400;
  color:#4F4F4F;
}
.signup_link a{
  font-size:14px;
  font-weight:500;
  color:#1179EF;
}
.copy-rights{
  font-size:14px;
  line-height:16px;
  font-weight:300;
  color:#4F4F4F;
}
.footer a{
  font-size:14px;
  line-height:16px;
  font-weight:300;
  color:#3B83F0;
}
.col-centered .empty{
  margin-bottom:0;
}
.footer{
  margin-top:12px;
  margin-bottom:32px;
}
.content-wrapper{
  padding-top:32px;
}
.btn.btn-default:hover{
  box-shadow:none;
}
.btn-primary:hover, .btn-default:hover, .btn-primary:focus, .btn-default:focus{
  background:#025CC3;
}
.login-social{
  display:block;
}
.login-social .btn{
  width:100%;
}
#form-wrapper .container-fluid, #form-wrapper .container-fluid > .row{
  height:auto;
  min-height:calc(100vh - 58px);
}
.right-bar-layout .right-panel .right-heading{
  font-size:32px;
  line-height:38px;
  font-weight:700;
  color:#F8FBFF;
}
.right-bar-layout .right-panel .content{
  line-height:26px;
  margin-top:6px;
  color:#F8FBFF;
  padding-bottom:30px;
}
.right-bar-layout .right-panel .additional-content{
  padding-top:0;
}
.right-bar-layout .right-panel .additional-content li{
  line-height:26px;
  font-size:22px;
  font-weight:300;
  margin-bottom:12px;
  color:#F8FBFF;
}
.right-bar-layout .right-panel .additional-content li span{
  font-weight:500;
  color:#fff;
}
.right-bar-layout .right-panel .additional-content li:before{
  content:"";
  width:5px;
  height:5px;
  display:inline-block;
  vertical-align:middle;
  background:#fff;
  border-radius:50%;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.right-panel > .background-wrapper > .container-fluid{
  padding-bottom:28px;
}
@media(min-width:1024px){
  .footer{
      padding-bottom:0;
      margin-bottom:0;
      margin-top:32px;
  }
  .footer .copy-rights{
    position: relative;
    left:-20.5px;
  }
}
@media(min-width:1366px){
  .right-bar-layout .right-panel .right-heading{
      font-size:36px;
      line-height:42px;
  }
  .right-bar-layout .right-panel .content{
      padding-bottom:32px;
      font-size:24px;
      line-height:28px;
  }
  .right-bar-layout .right-panel .additional-content li{
      font-size:24px;
      line-height:28px;
  }
}
@media(min-width:1536px){
  .right-bar-layout .right-panel .right-heading{
      font-size:40px;
      line-height:46px;
  }
  .right-bar-layout .right-panel .content{
      padding-bottom:36px;
      font-size:28px;
      line-height:32px;
  }
  .right-bar-layout .right-panel .additional-content li{
      font-size:28px;
      margin-bottom:14px;
      line-height:32px;
  }
}
@media(min-width:1920px){
  .right-bar-layout .right-panel .right-heading{
      font-size:50px;
      line-height:58px;
  }
  .right-bar-layout .right-panel .content{
      padding-bottom:45px;
      font-size:36px;
      margin-top:8px;
      line-height:42px;
  }
  .right-bar-layout .right-panel .additional-content li{
      font-size:36px;
      margin-bottom:16px;
      line-height:42px;
  }
}
.login-social .social-icon{
  margin-right:16px;
}
.social_media_div .btn .social-icon:before{
  background:url("https://www.simplilearn.com/ice9/assets/lms_sprite_v_1.svgz") no-repeat;
  width:20px;
  height:20px;
  top:6px;
}
.google-btn .social-icon:before{
  background-position: -20px 0px !important;
}
.facebook-btn .social-icon:before{
  background-position: -108px 0px !important;
}
.linkedin-btn .social-icon:before{
  background-position: -152px 0px !important;
}
.apple-btn .social-icon:before{
  background-position:-64px 0px !important;
}
.email-btn .social-icon:before{
  background-position: -196px 0px !important;
}
input[type=checkbox]{
  border:1px solid #E5E6E7;
  cursor: pointer;
}
input[type=checkbox]:hover{
  border-color:#1179EF !important;
}
input[type=checkbox]:checked{
  background:url("https://www.simplilearn.com/ice9/assets/lms-checkbox.svgz") no-repeat;
  background-size: contain;
  border: 0 !important;
}
.login-social .btn[tabindex]:focus, .login-social .btn[tabindex]:focus-visible,.login-social .btn[tabindex]:hover{
  outline: 1px solid #1179EF;
  outline-offset:0px;
  border-color:transparent;
}
.viewMoreLogin{
  display:none;
}
@media(min-width:992px) and (max-width:1530px){
  .hide-sl-btn{
      display:none;
  }
  .signup-links .hide-sl-btn{
      display:block;
  }
  .viewMoreLogin{
      display:inline-block;
      width:100%;
      text-align:center;
      cursor:pointer;
      font-size:14px;
      color:#1179EF;
      font-weight:500;
      line-height:normal;
      margin-top:4px;
      margin-bottom:12px;
  }
  .viewMoreLogin:hover{
      color:#025CC3;
  }
}
@media(min-width:1000px) and (max-width:1140px){
  .copy-rights{
      white-space: normal;
  }
}
#error_box{
  text-align:center;
  padding-bottom:20px;
  font-size:16px;
  font-weight:400;
  line-height:20px;
  color:#DD3636;
}
.social-container{
  padding:0;
}
.email-btn{
  color:#4F4F4F !important;
}
.signup_link .pt-9{
  padding-top:8px !important;
  color:#828282;
}
a.link1{
  color: #1179EF !important;
}
a.link1:hover{
  color: #025CC3 !important;
}
.support_coutry_code{
  display:block;
}
.support_inner{
  display:flex;
}
.password-field{
  display:inline-block;
  width:100%;
  margin-top:40px;
}
.signup-wrap label{
  font-size:16px;
  color:#808890;
  font-weight:400;
  line-height:20px;
  display:inline-block;
  width:100%;
  padding-bottom:8px;
  margin:0;
}
.signup-wrap label span{
  color:#DD3636;
}
.signup-wrap .for_cun{
  border:0;
  height:auto;
}
.signup-wrap .sel_cr{
  border:1px solid #B8D6FF;
  width:80px;
  padding-left:24px;
  padding-right:26px;
}
.signup-wrap .select_wraper .caret{
  right:8px;
  top:22px
}
.select_wraper select:focus {
  outline-offset: 0px !important;
  outline: 1px solid #118aef !important;
}
.signup-wrap .code_wrap{
  height:48px;
  border:1px solid #B8D6FF;
  padding-left:24px;
}
.signup-wrap .placeholder_wrap .country_code_span{
  left:0;
  line-height: 46px;
  padding-top: 0;
}
.signup-wrap .code_wrap input{
  padding-left:0;
  padding-bottom:4px;
  width: auto !important;
  min-width: 238px;
}
.signup-wrap .terms-content{
  display:inline-block;
  width:auto;
}
.signup-wrap .terms-content span{
  font-size:14px;
  font-weight:400;
  color:#828282;
  line-height:normal;
  position: relative;
  top: 2px;
}
.signup-wrap .terms-content a{
  text-decoration:underline;
}
.signup-wrap .terms-content a:hover{
  text-decoration:none;
}
.back-register{
  margin-top:20px;
}
.passowrd-wrap{
  position: relative;
}
.password-tooltip{
  background:#313131;
  border-radius:6px;
  padding:8px;
  color:#EEE;
  left:6px;
  padding-bottom:0;
  border:0;
}
.info-icon .password-tooltip i::after{
  border-color:#313131;
}
.password-heading{
  font-size:16px;
  font-weight:500;
  line-height:normal;
  padding-bottom:8px;
}
.password-list li{
  margin-bottom:8px;
  font-size:14px;
  font-weight:400;
  line-height:20px;
  padding-left:20px;
  position: relative;
  padding-bottom:0;
}
.info-icon .password-tooltip i::after{
  background:#313131;
}
.info-icon .password-tooltip i{
  right:25px;
}
.password-list ul{
  padding-left:0;
}
.password-list li:before{
  width:5px;
  height:5px;
  content:"";
  display:inline-block;
  background:#fff;
  border-radius:50%;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  left:4px;
}
.password-list .red{
  color:#EEE;
}
.password-list .red::before, .password-list .correct::before{
  width: 20px;
  height: 14px;
  left:0;
  background:url("https://www.simplilearn.com/ice9/assets/lms_sprite_v_1.svgz") no-repeat;
}
.password-list .correct::before{
  background-position:-45px -277px;
}
.password-list .red::before{
  background-position:-71px -277px;
}
@media(min-width:1000px){
  .info-icon .password-tooltip i{
      right:100%;
  }
}
.check-inbox{
  display: block;
  margin-top: 20px;
}
.sent_reset_link{
  color:#4F4F4F;
}
.sent_reset_link::before{
  content:"";
  display:block;
  width:47px;
  height:47px;
  background:url("https://www.simplilearn.com/ice9/assets/lms_sprite_v_1.svgz") no-repeat;
  background-position: -248px 2px;
  margin: 0 auto 20px auto;
}
.mail-sent-line{
  width:120px;
  height:1px;
  border:0;
  background:#E0E0E0;
}
.mail-sent{
  font-size:14px;
  font-weight:400;
  color:#646464;
  line-height:18px;
}
.mail-sent a{
  font-size:14px;
}
.reset-password .password-field{
  margin-top:0;
}
.password-icon{
  background:url("https://www.simplilearn.com/ice9/assets/lms_sprite_v_1.svgz") no-repeat;
}
#password-icon{
  top:12px;
}
.password-icon.password-info{
  background-position:-20px -81px;
  width: 20px;
  height: 20px;
}
#confirm-password-icon{
  top: 14px;
  right: 24px;
}
.password-icon.password-eye{
  background-position:-61px -139px;
  width:20px;
  height:20px;
}
.password-icon.password-eye-slash{
  background-position:-20px -139px;
  width:20px;
  height:20px;
}
.form_container .dirty input[type="password"]:required:invalid ~ .password-icon.password-info, .form_container .dirty input[type="password"].invalid ~ .password-icon.password-info{
  background-position:-101px -81px;
}
#login-form .password-field{
margin-top:0;
}
.multi-group-details{
padding:12px 0;
}
.multi-radio-box{
border:1px solid #E0E0E0;
box-shadow:none;
margin-bottom:20px;
}
input:checked + .multi-radio-box{
box-shadow:none;
border:1px solid #1179EF;

}
.multi-group-name{
font-size:16px;
font-weight:500;
line-height:normal;
color:#1179EF;
}
.multi-group-url{
font-size:14px;
font-weight:400;
color:#4F4F4F;
line-height:normal;
}
#form-wrapper{
position: relative;
opacity:0;
}
.right-bar-layout .right-panel{
z-index:1;
}
@keyframes bounceInRight {
0% {
  opacity: 0;
  transform: translateX(3000px);
}
60% {
  opacity: 1;
  transform: translateX(-25px);
}
75% {
  transform: translateX(10px);
}
90% {
  transform: translateX(-5px);
}
100% {
  transform: translateX(0);
  opacity: 1;
}
}

#form-wrapper.bounceInRight {
animation: bounceInRight 1s;
opacity:1;
}
#msg_box.error_msg{
padding-bottom:20px;
color:#DD3636;
font-size:16px;
font-weight:400;
line-height:20px;
text-align:center;
padding-left: 30px;
padding-right: 30px;
}
.support_coutry_code .country .select_wraper.for_cun{
width:80px;
margin-right:0;
}
.support_coutry_code .country .select_wraper.for_cun .caret{
right: 18px;
}
.support_coutry_code .country .select_wraper.for_cun .caret::before{
content: "";
width: 7px;
height: 5px;
display: inline-block;
position: absolute;
left: -11px;
top: -5px;
background: #fff;
}
#tmp-phone-error{
display:none;
}


.btn-signup, .btn-signup:hover, .btn-signup:active:hover, .btn-signup:active, .btn-signup:active:focus, .btn-signup:focus{
  line-height:46px;
  font-size:16px;
  font-weight:500;
  letter-spacing:normal;
  box-shadow:none;
}
input.error,input.error:focus{
  border-color:#DD3636;
}
.form-container .dirty input:required:invalid, input.invalid, .placeholder_wrap.invalid {
  border: 1px solid #ff0000;
}
#login-form .password-icon{
  display:none;
}
#login-form .password-icon.password-eye-slash,#login-form .password-icon.password-eye{
  display:block;
}
input[type=submit][disabled], input[type=submit][disabled]:hover {
  background: #88BCF7;
  border-color: #88BCF7;
  opacity: 1;
  color: #fff;
}
.country{
  margin-right:20px;
}
.support_coutry_code .for_cun{
  position: relative;
}
.signup-wrap .sel_cr{
  background:#fff;
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.support_coutry_code .country .select_wraper.for_cun .caret {
  right: 18px;
}.support_coutry_code .country .select_wraper.for_cun .caret {
  right: 18px;
  top: 22px;
  position: absolute;
}
.form-control-wrapper{
  margin-bottom:20px;
}
.error{
  margin-bottom:0;
}
#picker a.chosen-single{
  border:1px solid #B8D6FF;
  line-height: 48px;
    height: auto;
    padding-left: 24px;
    color:#4F4F4F;
    font-size:16px;
    font-weight:400;
}
#picker a.chosen-single div{
  right:24px;
  top:5px;
}
#picker a.chosen-single div b{
  display:inline-block;
  background:url("https://www.simplilearn.com/ice9/assets/lms_new_arrow_down_v_1.svgz") no-repeat;
  width:20px;
  height:20px;
}
.extra-spac{
  margin-top:15px !important;
}
.chosen-container-single .chosen-search input[type="text"]{
  height: 32px;
  border-radius: 10px;
  margin-top: 5px;
}
#form-wrapper h3{
  font-size:16px;
  color:#424242;
  font-weight:500;
  line-height:20px;
  padding-bottom:8px;
  margin:0;
  text-align:center;
}
p.label-text{
  text-align:center;
  color:#646464;
  font-size:16px;
  padding:0;
  margin:0;
  line-height:20px;
  font-weight:400;
}
form.form-inline.signup-wrap{
  margin-top:20px;
}
.form-checkbox .checkbox-material .check::before{
  display:none;
}
.form-checkbox .checkbox-material .check{
  width:20px;
  height:20px;
  background:url("https://www.simplilearn.com/ice9/assets/lms_b2b_check.svgz") no-repeat;
  border: 0;
}
.form-checkbox label:hover .checkbox-material .check{
  background:url("https://www.simplilearn.com/ice9/assets/lms_b2b_check_hover.svgz") no-repeat;
}
.form-checkbox input[type=checkbox]:checked + .checkbox-material .check{
  background:url("https://www.simplilearn.com/ice9/assets/lms_b2b_check_selected.svgz") no-repeat;
}





.password-heading{
  font-size:16px;
  font-weight:500;
  line-height:normal;
  padding-bottom:8px;
}
.password-list label{
  margin-bottom:8px;
  font-size:14px;
  font-weight:400;
  line-height:20px;
  padding-left:20px;
  position: relative;
  padding-bottom:0;
}
.password-list li:before{
  width:5px;
  height:5px;
  content:"";
  display:inline-block;
  background:#fff;
  border-radius:50%;
  position:absolute;
  top:0;
  bottom:0;
  margin:auto;
  left:4px;
}
.pwd-alert.popover.right label{
  margin-bottom:6px;
  pointer-events:none;
}
.password-list .checkbox-material{
  position:absolute;
  left:0;
}
.password-list .checkbox-material:before{
  display:none;
}
.password-list.form-checkbox .checkbox-material .check{
  width: 20px;
  height: 14px;
  content:"";
  display:inline-block;
  border-radius:50%;
  top: 1px;
  background:url("https://www.simplilearn.com/ice9/assets/lms_sprite_v_1.svgz") no-repeat;
  background-position:-71px -277px;
}
.password-list.form-checkbox label:hover .checkbox-material .check{
background-image:none;
}
div.pwd-alert.popover.right{
  top: -37px;
  left: 402px;
}
.pwd-alert.popover.right .form-checkbox input[type=checkbox]:checked + .checkbox-material .check{
  width: 20px;
  height: 14px;
  left:0;
  background:url("https://www.simplilearn.com/ice9/assets/lms_sprite_v_1.svgz") no-repeat;
  background-position:-45px -277px;
  border:0;
  top: 0px;
}
.password-list .red{
  color:#EEE;
}
.password-list .red::before, .password-list .correct::before{
  width: 20px;
  height: 14px;
  left:0;
  background:url("https://www.simplilearn.com/ice9/assets/lms_sprite_v_1.svgz") no-repeat;
}
.password-list .correct::before{
  background-position:-45px -277px;
}
.password-list .red::before{
  background-position:-71px -277px;
}
.pwd-alert.popover.right{
  padding:0;
}
.password-tooltip .caption, .password-tooltip .bg-caption{
  font-size:14px;
  font-weight:400;
  line-height:20px;
  color:#fff;
}
.signup-wrap .password-tooltip label span{
  color:#fff;
}
input::-ms-reveal,
input::-ms-clear {
  display: none;
}
input::-ms-reveal,
input::-ms-clear {
  display: none !important;
}

.visual-link {
  text-decoration: underline; 
}

.visual-link:hover,
.visual-link:focus {
  text-decoration: underline;
}