@font-face {
    font-family: 'msb';
    src: url(fonts/msb.ttf);
}
@font-face {
    font-family: 'Roboto regular';
    src: url(fonts/Roboto-Regular.ttf);
    src: url("#{$roboto-font-path}Roboto-Regular.eot?#iefix")
        format('embedded-opentype'),
}
@font-face {
    font-family: 'Roboto medium';
    src: url(fonts/Roboto-Medium.ttf);
    src: url("#{$roboto-font-path}Roboto-Medium.eot?#iefix")
        format('embedded-opentype'),
}
@font-face {
    font-family: 'Roboto Black';
    src: url(fonts/Roboto-Black.ttf);
    src: url("#{$roboto-font-path}Roboto-Black.eot?#iefix")
        format('embedded-opentype'),
}
@font-face {
    font-family: 'Roboto Light';
    src: url(fonts/Roboto-Light.ttf);
    src: url("#{$roboto-font-path}Roboto-Light.eot?#iefix")
        format('embedded-opentype'),
}
@font-face {
    font-family: 'Roboto Bold';
    src: url(fonts/Roboto-Bold.ttf);
    src: url("#{$roboto-font-path}Roboto-Bold.eot?#iefix")
        format('embedded-opentype'),
}
/*FontFamilys Start*/
body {
    font-family: 'Roboto regular';
    font-size: 14px
}
body a {
    font-family: 'Roboto regular'
}
body select {
    font-family: 'Roboto regular'
}
.font_medium {
    font-family: 'Roboto medium'!important;
}
.font_regular {
    font-family: 'Roboto regular'
}
.font_light {
    font-family: 'Roboto Light'
}
.font_bold {
    font-family: 'Roboto Bold'
}
.wrapper
{
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
}
#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}
.firstLoginScreen {
	text-align: center;
    float: left;
    width: 100%;
    padding: 0px 0px 30px 0px;
}
.firstLoginScreen img
{
    width: 50%; 
}
.img_center
{
    text-align: center;
    float: left;
    width: 100%;
    padding: 0px 0px 30px 0px;
    
}
.img_center img
{
    width: 20%; 
}
.signup_box_width p
{
    width: 27%;
    margin:0 auto;
    padding: 10px 0px;
}
.signup_box_width span
{
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}
.signup_box_width input 
{
    background-color: transparent; !important;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    outline: none;
    border-radius: 0px;
    color: #ffffff !important;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0) !important;
    font-family: 'Roboto regular';
    padding: 6px 6px !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-animation: autofill 0s forwards;
    animation: autofill 0s forwards;
}
@keyframes autofill {
    100% {
        background: transparent;
        color: #ffffff;
    }
}
@-webkit-keyframes autofill {
    100% {
        background: transparent;
        color: #ffffff;
    }
}

/*common contant css*/
 .input_bottom_padding
 {
    /*padding-bottom: 30px;*/
    margin-bottom: 10px;
    height: auto;
 }

.login_parent
{
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.login_parent .login-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}
.login_parent .login-contnet {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 20px 0;
    border-radius: 5px;
}
.login_parent .login-text {
    padding: 20px 10px;
    font-size: 12px;
    display: block;
    float: left;
}

.refreshCaptcha
{
    height: 20px;
    width: 20%;
    }
.captcha_padding_top_10px
{
    padding-top: 10px;
}
.signup_signin_btn
{
    border: 1px solid #10a9f5;
    border-radius: 5px;
    background-color: transparent;
    font-size: 14px;
    padding: 5px 70px;
    text-align: center;
    color: #ffffff;
}
.signup_signin_btn:hover
{
    background-color: #10a9f5; 
}

.signUpBtn {
    border: 1px solid #10a9f5;
    border-radius: 5px;
     background-color: #10a9f5; 
    font-size: 14px;
    padding: 5px 70px;
    text-align: center;
    color: #ffffff;
}
.createAccoutBtn {
    border: 1px solid #10a9f5;
    border-radius: 5px;
    background-color: #10a9f5; 
    font-size: 14px;
    padding: 5px 20px;
    text-align: center;
    color: #ffffff;
    margin-top: 10px;
}
.text_align_center
{
    text-align: center;
}
.box_shadow:active,.box_shadow:hover,.box_shadow:focus{
    box-shadow:none;
    outline: none;
}
#signup input.error, #signup select.error{
    border-bottom: 1px solid red;
}
#signup span.error{
    /*padding-left: 15px;*/
    font-size: 10px;
    font-style: italic;
    color: red;
    float: left;
    width: 100%;
}

#signin input.error{
    border-bottom: 1px solid red;
}
#signin span.error{
    padding-left: 15px;
    font-size: 10px;
    font-style: italic;
    color: #ffffff;
}
.create_button
{
    text-align: center;
    margin-bottom: 20px;
}
.create_button a
{
    cursor: pointer;
    border: 1px solid #10a9f5;
    padding: 5px 22px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;

}
.create_button a:hover
{
    color: #ffffff;
    cursor: pointer;
    background-color: #10a9f5;
}


.byclicking_font
{
    padding: 10px 0px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
}
.terms_privacy
{
    text-align: center;
}
.terms_privacy span
{
    color: rgba(255, 255, 255, 0.25);
    text-align: center;
}
.terms_privacy label
{
    color: rgba(255, 255, 255, 0.25);
    padding: 0px 5px;
    font-size: 12px;
}
.forget_password
{
    text-align: right;
    float: left;
    width: 100%;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
}
.forget_password:focus
{
    outline: none;
}
#pswd_info {
   position: absolute;
    bottom: -115px\9;
    z-index: 999;
    bottom: 12%;
    left: 35%;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}
#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#pswd_info .invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
#pswd_info .valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
#pswd_info {
    display:none;
}
#compare_info {
    position: absolute;
    bottom: 2%;
    bottom: -115px\9;
    /* right: 20px; */
    right: 20%;
    width: 250px;
    padding: 15px;
    background: #fefefe;
    font-size: .875em;
    border-radius: 5px;
    z-index: 1;
    box-shadow: 0 1px 3px #ccc;
    border: 1px solid #ddd;
}
#compare_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}
#compare_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
#compare_info{
	display:none;
}
#compare_info .invalid {
    padding-left:22px;
    line-height:24px;
    color:#ec3f41;
}
#compare_info .valid {
    padding-left:22px;
    line-height:24px;
    color:#3a7d34;
}
.already_mailshow
{
    color: white;
    text-align: center;
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    top: 135px;
    font-size: 12px !important;;
}
/* create contant css*/


.create_parent
{
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
    background-color: #ffffff;
}
.create_parent .create-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}
.create_parent .create-contnet {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 20px 0;
    border-radius: 5px;
}
.create_parent .create-text {
    padding: 20px 10px;
    font-size: 12px;
    display: block;
    float: left;
}
.create_contant_box
{
    width: 50%;
    margin:0 auto;
    overflow: hidden;
}
.create_contant_box span
{
    color: #4b4b4b;
    font-size: 14px;
}
.create_contant_box input 
{
    background-color: transparent !important;
    border: none;
    border-bottom: 1px solid #4b4b4b;
    outline: none;
    border-radius: 0px;
    color: #4b4b4b !important;
    font-size: 18px;
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0) !important;
    font-family: 'Roboto regular';
    padding: 6px 6px !important;
    height: initial !important;
}
.create_contant_box #industry_type 
{
    background: transparent;
    color: #4b4b4b;
    border-bottom: 1px solid #4b4b4b !important;
    border: none;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 0;
    height: 38px;
}
.create_contant_box #account_type,  .create_contant_box #user_type
{
    background: transparent;
    color: #4b4b4b;
    border-bottom: 1px solid #4b4b4b !important;
    border: none;
    outline: none;
    border-radius: 0px;
    box-shadow: none;
    padding-left: 0;
    height: 38px;
}
.existing_back_button
{
    font-size: 16px;
    color: #4b4b4b;
}

/* create contant css END*/

/* sign in landing page*/

.landing_parent
{
    display: table;
    height: 100%;
    table-layout: fixed;
    width: 100%;
}
.landing_parent .landing-container {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    height: 100vh;
}
.landing_parent .landing-contnet {
    display: inline-block;
    position: relative;
    text-align: left;
    margin: 20px 0;
    border-radius: 5px;
    width : 55%;
}
.landing_parent .landing-text {
    font-size: 12px;
    display: block;
}
.signup_content_list
{
    padding: initial;
}
.signup_content_list ul
{
    list-style-type: none;
    color: #ffffff;
    font-size: 16px;
    padding: initial;
    padding-left: 50px;
}
.signup_content_list li
{
    padding: 10px 0px;
}
.signup_content_list span
{
    padding-left: 10px;
}
.list_popup_width
{
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    padding: 50px 0px;
}
#landing_page .button_padding
{
    padding-top: 20px;
    padding-bottom: 20px;
}
/* sign in landing page END*/


/*bank privacy policy start*/
.pricing_head
{
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    background-color: #10a9f5;
    color: #fff;
    font-size: 25px;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}
#privacy_content p
{
    margin:0 0 0;
}
.policy_content
{
    text-align:justify;
    margin-top:7%;
    font-size:13px;
}
.policy_background
{
    background-color:#ffffff;
    width:100%;
    overflow:scroll;
    height: 100vh;

}
.column_center
{
    margin:0 auto;
    float:none;
}
.parsing_table
{
    margin-top:30px;
    padding: 0px 0px;
}
.col_head
{
    padding: 0px 0px;
    background-color: #f5f5f5;
}
.col_head_padding
{
    padding: 20px 20px;
}
.table_content_padding
{
    padding: 5px 0px;
    border: 2px solid #f5f5f5;
    border-radius: 0px 0px 8px 8px;
}
.row_padding
{
    padding: 12px 0px 0px 20px;
}
.page_footer
{
    margin-top:15px;
    margin-bottom:15px;
    text-align:center;
}

.accept_btn
{
    background-color: #10a9f5;
    border: 1px solid #109f5;
    border: 1px solid #10a9f5;
    color: #fff;
    border-radius: 5px;
    padding: 5px 15px 5px 15px;
}
.accept_btn_margin
{
    margin-top:20px
}
#privacy_policy a
{
    color:#10a9f5;
}
.policy_noPadding
{
    padding:0px 0px;
}
/*bank privacy policy end*/

.company_pan_valid,
.user_email_valid,
#showPanError{
    font-size: 10px!important;
    font-style: italic!important;
    color: red!important;
}

/*input floating label */
#signin_show input:focus ~ .floating-label,
#signin_show input:not(:focus):valid ~ .floating-label{
  top:-5px;	
  bottom: 10px;
  font-size: 11px;
  opacity: 1;
  padding-left: 5px;
  color: #10a9f5;
  left: initial !important;
}
#signin_show input:not(:placeholder-shown) ~ .floating-label{
  top:-5px;	
  bottom: 10px;
  font-size: 11px;
  opacity: 1;
  padding-left: 5px;
  color: #10a9f5;
}
#signin_show .floating-label {
  position: absolute;
  pointer-events: none;
  top: 18px;
  transition: 0.2s ease all;
  left: initial !important;
}
#primary input:focus ~ .floating-label,
#primary input:not(:focus):valid ~ .floating-label{
  top:-5px; 
  bottom: 10px; 
  font-size: 11px;
  opacity: 1;
  padding-left: 5px;
  color: #10a9f5;
}
#primary .floating-label {
  position: absolute;
  pointer-events: none;
  top: 18px;
  transition: 0.2s ease all;
}

.create_contant_box .floating-label {
  position: absolute;
  pointer-events: none;
  top: 10px;
  transition: 0.2s ease all;
}
/*input floating label */
/*help image style */
.help_img_position
{
	position: fixed;
	top:46%;
	right:-271px;
	transition: right 1s;
	z-index:100000;
	cursor:pointer;
	display: none	
}
.help_show
{
	left:auto !important;
	right:-1px;
	transition: right 1s;
	curson:pointer;
	
}
