body h4, p {
 	font-family: "AvenirNextLTPro Regular";
  font-size: 14px;
}

body span, label {
	font-family: "AvenirNextLTPro Regular"
}
/*span {
	color: #434C5F90;
}*/
.auth-box-w form {
    padding: 50px 50px;
}

.auth-wrapper, .all-wrapper {
	padding: 0px !important;
	height: 100%;
}
.vector-box {

    
    width: 55%;
    float: left;
    height: 100%;
    /*height: 775px;*/
}

.login-box {
	
    width: 45% !important;
    height: 100%;
    float: right;
}

.font-12 {
	font-size: 12px;
}
.f-right {
	float: right;
}

.m-t-30 {
	margin-top: 30px;
}

.has-error {
	
	color : #ef5b5b !important;
}
.has-error input, .has-error select {
	border: 2px solid #ef5b5b !important;
	color : #ef5b5b !important;
}

.signup-w {
	max-width: 380px;
}
.w-200 {
	width: 200px;
}


.signup-head {
	    font-family: "AvenirNextLTPro Regular";
    margin-bottom: 50px;
    text-align: center;
}
a#back-to-login {
	color :#334152;	
}

/*a#to-signup {

  color :#2BDB8F !important;
  
	padding-top: 7px;
}*/

/*a#forgot-password {
  color :#2BDB8F !important;
  padding-top: 7px;
}*/

#to-signup-forgot {
    color: #2BDB8F !important;
    padding-top: 7px;
}


#return-login-forgot-1 {
    color: #2BDB8F !important;
    padding-top: 7px;
}

.title-holder span {
  font-size: 25px;
  color: #666768;
}
.auth-box-w {
    max-width: 550px;
}

.dot-holder {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
/*#prev-step {
	color :#334152;	
	padding-top: 7px;
}*/
#error-login {
	/*margin-bottom: 30px;*/
	text-align: center;
}
#login-screen {
	/*height: 100%;*/
}
.auth-box-w  {
	height: 100%;
}

.login-head {
	font-weight: 300;
}
.title-holder {
	text-align: center;
	/*padding-left: 50px;*/
	/*padding-bottom: 20px*/
}
.logo-w {
	max-width: 75%;
    width: 100%;
    margin: auto;
    padding-top: 45px;
    padding-bottom: 0;
}

.showcase {
    max-width: 75%;
    width: 100%;
    height: 100%;
    padding: 3rem 0;
    margin: 0 auto;
    position: relative;
}

.headline {
    margin-bottom: 60px;
    
}
.headline h5, .headline h2, .headline p {
	color : #fff !important;
	font-family: 'AvenirNextLTPro Meduim';
}

.auth-box-w .logo-w {
    text-align: center;
    padding: 24px 0px 40px 0px;
}

.step-one-select.active > .step-one-box, .step-one-select-non-indi.active > .step-one-box, .step-one-select-indi.active > .step-one-box, .jt-type-non-indi.active > .step-one-box, .jt-type-indi.active > .step-one-box  {
    /*border: 1px solid #0847A6;
    background: #e6ecf6 !important;*/
        border: 1px solid #2BDB8F !important;
    background: #ffff !important;
}


.step-one-box {
    border: 1px solid #d0d0d0;
    width: 150px;
    height: 150px;
    /*background-color: #fff;*/
    padding: 20px;
    border-radius: 10px;
     cursor: pointer; 
}

.step-one-box.disabled {
    border: 1px solid #d0d0d0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
     cursor: not-allowed; 
}
.step-one-box-head {
    font-weight: 500;
    margin-top: 30px;
}
.class-holder {
	width: 350px;
    margin: auto;
}
.step-form {
	height: 270px;
}


.tax-type-steps {
    cursor: pointer;
    padding-left: 20px;
    margin-bottom: 20px;
}


/* The container */
.container-radio {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  margin-top: 5px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 5px;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
  background-color: #0847A6;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
 	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

.small-holder {
	padding-left: 30px;
}

.rectangle-box {
      padding-top: 10px !important;
          height: 170px !important;
          margin-left: 10px;
}

.class-holder-big {
  width: 500px;
    margin: auto;
}

#jt-org {
      height: 260px;
    overflow: auto;
    overflow-y: scroll;
    margin-top: 10px;

}
.jt-org-list {

    background-color: #fff;
    padding: 15px 30px;
    border-radius: 10px;
    border: #e2e4ef 1px solid;
    margin-bottom: 10px;
    cursor: pointer;
}
.jt-org-list.active {
    border: 1px solid #E91576 !important;
    background: #ffdfee3b !important;
}
.org-list-name {
    margin-bottom: 5px;
    font-size: 16px;
        font-family: "AvenirNextLTPro Meduim";
}

a.back-to-login {
    color: #334152;
}
.btn {
  padding:8px 20px !important;
        

}

    
.___vector-box {
    background: 
    /*linear-gradient(to bottom,rgba(46,48,65,.35),rgba(46,48,65,.95)),*/
    
    
    url('/assets/img/jt_fastfile_login_bg_2.png') right no-repeat;

    -webkit-background-size: cover;
    background-size: cover;
}

.vector-box {
    background-color: #ffff;
    text-align: center;
}
.login-headline {
    font-size: 50px;
    color : #2a2a2a !important;
}
.c-pucha-bold {
    color :#E91576;
    font-family: "AvenirNextLTPro Demi";
}
.foot {
        text-align: center;
    
    margin-top: 150px;
}
.foot a {
    color: #a2a2a2;
    text-decoration: none;
    font-size: 12px;
    padding-left: 20px;
}
.foot a:hover {
    color: #777;
}
.login-box {
    width: 100% !important;
    height: 100%;
    float: right;
}

.title-holder span {
    font-size: 16px;
    color: #666768;
}
.auth-box-w {
    max-width:730px;
}
#forgot-password, #to-signup {
    color : #2BDB8F !important;
    text-transform: none;
    font-size: 14px;
}

#forgot-password:hover, #to-signup:hover {
    
    text-decoration: none;
    
}
#login-btn {
    /*padding: 13px 20px;
    font-family: 'AvenirNextLTPro Demi';*/

}
.form-magic {

    border: 2px solid #dde2ec;
    padding: 10px 10px 8px 10px;
    border-radius: 3px;

}
.form-magic .form-control {
    border: none !important;
}

.label-magic {

    /* margin-top: 10px; */
    position: absolute;
    top: -10px;
    /* margin-bottom: 20px; */
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;

}


.auth-box-w form {
    background-color: #F9F9FA;
    padding: 25px 145px;
    box-shadow: 0 0 16px rgb(0 0 0 / 9%);

}
.foot a {
    font-size: 10px;
    color: #ffff;
}
.foot {
      position: fixed;
    background-color: #2a2a2a;
    bottom: 0px;
    width: 100%;
}

/*.body .daterangepicker {
	min-width: 0px !important;
}*/