 @media (min-width:320px) and (max-width: 575px){
     .logo_text_hide{
       display: none;
     } 
 }
 @media (max-width: 991.98px){
    .grid-container {
    display: grid;
    grid-template-columns: auto ; 
    background-color: #eaecee; 
   }
   .d-flex-991 {
    display: flex;
    justify-content: center!important;
  }
  .hide-on-991{
    display: none;
  }
  .show-on-992{
    display: block;
  }
 .nj-logo{
    text-align: center;
   }
  .nj-logo img {
    max-width: 160px;
    padding: 2px 0 16px;
   }
   .main-box-pad {
    padding-bottom: 30px;
    padding-top: 30px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0!important;
   }
   .grid-container > div {
    background-color: #f0f2f5;
    text-align: center;
    padding: 0;
    font-size: 30px;
   }
   .nj-logo h5 {
    font-size: 20px;
    font-weight: normal;
    line-height: 32px;
    width: 500px;
    color: #1c1e21;
   }
   .nj_ft_text p {
    margin: 0;
    padding: 10px 15px;
  }
  .nj-log-base {
    align-items: center;
    background-color: white;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    margin: 5px 0 20px;
    padding: 20px 20px;
    max-width: 414px;
    min-width: 414px;
    float: right;
  }
  /*sign up*/
  .main-box2-pad { 
    padding-top: 15px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0!important;
    }
    .nj-sign-up-base {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    margin: 0;
    padding: 14px 20px;
    max-width: 414px;
    min-width: 320px;
    float: right;
    margin-bottom: 140px;
   }
   .nj_select_form-100 {
    background: #FFFFFF;
    border: 1px solid #dddfe2;
    color: #1d2129;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 14px;
    padding: 9px 16px;
    height: 38px;
    width: 100%;
   }
   .nj_select_form {
    background: #FFFFFF;
    border: 1px solid #dddfe2;
    color: #1d2129;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 14px;
    padding: 11px 16px;
    height: 38px;
    width: 33.66%;
   }
   .nj-log-form {
    background: #FFFFFF;
    border: 1px solid #dddfe2;
    color: #1d2129;
    line-height: 15px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 15px;
    padding: 8px 16px;
    height: 38px;
   }
   .nj_sign_up_title h2 {
    color: #1c1e21;
    font-family: SFProDisplay-Bold, Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
   }
   .nj_sign_up_title span {
    color: #606770;
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 24px;
    text-align: left;
   }
   .nj_lable label {
    color: #606770;
    font-family: SFProText-Medium, Helvetica, Arial, sans-serif;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0;
    padding: 0;
    text-align: left;
    margin-top: 20px;
   }

 }

 @media (min-width: 992px){
    .grid-container {
    display: grid;
    grid-template-columns: auto auto;
  /*  grid-gap: 15px;*/
    background-color: #eaecee;
  /*  padding: 15px;*/
   }
   .hide-on-991{
    display: block;
   }
   .show-on-992{
    display: none;
  }
   .nj-logo{
    text-align: left;
   }
    .nj-logo img{
   max-width:220px;
   padding: 112px 0 16px;
   }
    .main-box-pad{
    padding-bottom: 112px;
    padding-top: 72px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0!important;
   } 
   .grid-container > div {
	  background-color: #f0f2f5;
	  text-align: center;
	  padding: 20px 0;
	  font-size: 14px;
  } 
  .nj-logo h5{
     font-size: 24px;
    font-weight: normal;
    line-height: 38px;
    width: 500px;
    color: #1c1e21;
  }
  .nj_ft_text p{
    margin: 0;
    padding: 10px 0;
   }
   .nj-log-base{
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 40px 0 0;
    padding: 20px 20px;
    max-width: 414px;
    min-width: 414px;
    float: right;
   }
   /*sign up*/
   .main-box2-pad { 
    padding-top: 72px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin: 0!important;
    }
    .nj-sign-up-base {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1), 0 8px 16px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    margin: 0;
    padding: 14px 20px;
    max-width: 414px;
    min-width: 440px;
    float: right;
	margin-bottom: 40px;
    }
    .nj_sign_up_title h2{
    color: #1c1e21;
    font-family: SFProDisplay-Bold, Helvetica, Arial, sans-serif;
    font-size: 28px;
    line-height: 26px;
    margin-bottom: 0;
   }
   .nj_sign_up_title span{
    color: #606770;
    font-family: SFProText-Regular, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    text-align: left;
   }
   .nj-log-form{
		background: #FFFFFF;
		border: 1px solid #dddfe2 !important;
		color: #1d2129 !important;
		line-height: 25px !important;
		vertical-align: middle !important;
		border-radius: 4px !important;
		font-size: 17px !important;
		padding: 11px 16px !important;
		height: 43px !important;
   }
   .nj_select_form {
    background: #FFFFFF;
    border: 1px solid #dddfe2;
    color: #1d2129;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 17px;
    padding: 11px 16px;
    height: 43px;
    width: 33.66%; 
   }
   .nj_select_form-100 {
    background: #FFFFFF;
    border: 1px solid #dddfe2;
    color: #1d2129;
    line-height: 25px;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 17px;
    padding: 11px 16px;
    height: 43px;
    width: 100%; 
   }
   .nj_lable label{
		color: #606770;
		font-family: SFProText-Medium, Helvetica, Arial, sans-serif;
		font-size: 15px;
		font-weight: normal; 
		margin-bottom: 0; 
		padding: 0;
		text-align: left;
		margin-top: 20px;
		text-transform:capitalize;
   }
 }


.mr-bottom-5{
  margin-bottom: 10px!important;
}
 .log-body{
   background: #f0f2f5;
   height: 100vh;
  }
 .container-auto{
    margin: 0 auto;
 /*   padding: 20px 0;*/
    position: relative;
    width: 100%;
    max-width: 1024px;
 }
  


.nj-forgot-btn {
    color: #1877f2;
    font-size: 14px;
    font-weight: 500;
}
.hr-nj{
  align-items: center;
    border-bottom: 1px solid #dadde1;
    display: flex;
    margin: 20px 16px;
    text-align: center;
}
.nj-create-ac-btn{
    border: none;
    border-radius: 4px;
    font-size: 17px;
    line-height: 48px;
    padding: 10px 50px;
    font-weight: 600;
    background-color: #42b72a;
    color: white !important;
}
.nj_login {
    font-size:20px !important;
    font-weight: 600;
    margin-top: 20px;
}


.nj_ft_text hr{
 margin:0 !important;
}

/*signup */
.ng-form-group-50 {
    display: inline-flex;
}
.nj-mr-6 {
    margin-right: 5px !important;
}
.nj-ml-6 {
    margin-left: 5px !important;
}

.nj_sign_up_title {
    text-align: center;
    line-height: 20px;
}
 
.ng-form-group-33{
  display: inline-flex;
  width: 100%;
}
.nj-mr-5{
 margin-right: 5px;
}
.nj-ml-5{
 margin-left: 5px;
}
.nj-mrl-2{
  margin-right: 2.5px;
  margin-left: 2.5px;
}
.nj_lable { 
    text-align: left; 
    line-height: 3px;
}

.ng-form-group-100{
 display: inline-flex;
 width: 100%;
}

.term-nj-text{
 padding:0;
 margin:0;  
}
.term-nj-text p{
    font-size: 11px;
    text-align: left;
}

.forgot-box{
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 12px;
    border-radius: 4px;
}
.forgot-title h1{
    border-color: #ccc;
    padding-bottom: .3em;
    border-bottom: 1px solid #ccc;
}
.forgot-lble{
   font-size: 12px;
}
.search-forgot-btn {
    background: #377dff;
    color: white;
    padding: 4px 15px;
    border-radius: 4px;
    margin-right: 11px;
}
.cancel-forgot-btn {
    background-color: #f5f6f7;
    border: 1px solid #ccd0d5;
    color: black;
    padding: 4px 15px;
    border-radius: 4px;
}
.float-r {
    float: right;
}
.box-lower-forgot{
    border-top: 1px solid #ccc;
    padding: 5px;
    display: block;
    margin-top: 18px;
}

html {
    background: #f0f2f5 !important;
}

@media ( max-width: 1367.98px){
	.nj_fotter {
		background: white;
		position: relative;
		width: 100%;
		bottom: 0;
	}
}

@media ( min-width:1368px){
	.nj_fotter{
		background: white;
		position: fixed;
		width: 100%;
		bottom: 0;
	}
}