body{
	margin:0;
  overflow: inherit !important;
  overflow-x: hidden;
}
.login-flash{
	top:0;
	left:0;
	padding: 4px 0px;
}
.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
 height: 50px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding-right: 45px;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  max-width: 38%;

}
.login-flash .alert{
   font-size: 12px;
    font-weight: 300;
    padding: 8px 10px;
    margin-bottom: 0px;
}
.login-flash .alert .close{
  font-size: 18px;
}
.login-flash .alert .close:focus{
  border: none;
}
.quickFormResponse .alert-danger{
  font-size: 12px;
    font-weight: 300;
    padding: 8px 10px;
    margin-bottom: 0px;
}
.quickFormResponse .alert-danger .close{
  font-size: 18px;
}
.quickFormResponse .alert-danger .close:focus{
  border: none;
}
.quickFormResponseReset .alert-danger{
  font-size: 12px;
    font-weight: 300;
    padding: 8px 10px;
    margin-bottom: 0px;
}
.quickFormResponseReset .alert-danger .close{
  font-size: 18px;
}
.quickFormResponseReset .alert-danger .close:focus{
  border: none;
}

.login-form .form-group {
  margin-bottom:10px;
  position: relative;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.full-wrapper.login-container .login-form .btn.btn-primary {
    width: auto;
    padding: 10px 32px;
    border-radius: 35px;
    background: #56ab2f;
    background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
    background: linear-gradient(to right, #a8e063, #56ab2f);
    border: 0;
    position: relative;
    margin: 10px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    letter-spacing: 1px;
    opacity: 1!important;
        box-shadow: 0 4px 10px 0 #a8e063;
    -webkit-box-shadow: 0 4px 10px 0 #a8e063;
    -moz-box-shadow: 0 4px 10px 0 #a8e063;
    overflow: hidden;

}
.full-wrapper.login-container .login-form .btn.btn-primary:before{
  content: '';
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.22);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-150px, -150px);
    -webkit-transform: translate(-150px, -150px);
    -moz-transform: translate(-150px, -150px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}
.full-wrapper.login-container .login-form .btn.btn-primary:hover {
    background-size: 100% 100%;
}
.full-wrapper.login-container .login-form .btn.btn-primary:hover:before {
    transform: translate(40px, 2px);
    -webkit-transform: translate(40px, 2px);
    -moz-transform: translate(40px, 2px);
}

.mobile-back-login-btn svg{
    width: 13px;
    position: relative;
    top: -1px;
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
    cursor: pointer;
    overflow: visible;
    fill: #34b774;
    left: -18px;
    display: inline-block;
    height: auto;
}
.mobile-back-login-btn svg polygon, .mobile-back-login-btn svg path {
    transition: all 0.5s cubic-bezier(0.2, 1, 0.3, 1);
}
.mobile-back-login-btn:hover svg .arrow {
    animation: arrow-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
.mobile-back-login-btn:hover svg .arrow-fixed {
    animation: arrow-fixed-anim 2.5s cubic-bezier(0.2, 1, 0.3, 1) infinite;
}
.mobile-back-login-btn:hover svg polygon, .mobile-back-login-btn:hover svg path {
    transition: all 1s cubic-bezier(0.2, 1, 0.3, 1);
    fill: #8acc50;
}
@keyframes arrow-anim {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  5% {
    transform: translateX(-0.1rem);
  }
  100% {
    transform: translateX(1rem);
    opacity: 0;
  }
}
@keyframes arrow-fixed-anim {
  5% {
    opacity: 0;
  }
  20% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}


.full-wrapper.login-container
{
  background: url(/images/loginbackground.jpg);
    background-size: cover!important;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 99;
    font-family: poppins,sans-serif;
    background-repeat: repeat!important;
    position: absolute;
}
/*.full-wrapper.login-container:before
{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(255,255,255,.9);
    left: 0;
    top: 0;
}*/
.full-wrapper.login-container .login-form
{
    display: inline-block;
    width: 100%;
    max-width: 435px;
    background: #fff;
    position: relative;
    z-index: 9;
    padding: 30px 25px;
    border-radius: 10px;
    
}
.full-wrapper.login-container .main-div
{
  max-width: 100% !important;
}
.full-wrapper.login-container .login-form:before
{
    content: '';
    width: 80%;
    height: 8px;
    background: transparent;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 10px 10px 0 0;
}
/*.full-wrapper.login-container .container
{
    display: table-cell;
    vertical-align: middle;
    padding: 30px 0;
}*/
.full-wrapper.login-container .idnNw_login_logo img
{
    width: 100%;
    max-width: 210px;
    margin-bottom: 10px;
}

.error-msg-reset {
    color: red;
    font-size: 12px;
}
.full-wrapper.login-container .idNw_logincerfad img
{
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
   border-radius: 20px;
   width: 100%;
  
}
.full-wrapper.login-container .idnNw_login_subbanner img
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
    width: 100%;
    max-width: 950px;
}
.full-wrapper.login-container .idnNw_form_datauser img
{
    position: absolute;
    right: 13px;
    top: 15px;
    width: 20px;
}
.full-wrapper.login-container .idnNw_form_datapass img
{
    position: absolute;
    right: 13px;
    top: 13px;
    width: 16px;
  }
  .full-wrapper.login-container .box-extra
  {
    text-align: center;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    color: #464646;
  }
  .full-wrapper.login-container .checkbox
  {
    margin-top: 5px;
    font-size: 13px;
    color: #989898;
  }


  .full-wrapper.login-container .icheckbox_minimal
  {
    text-align: left;
  }
  .full-wrapper.login-container label.rememberUsername {
display: block;
    position: relative;
    padding-left: 29px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px;
    color: #989898;
    font-family: poppins,sans-serif;
    letter-spacing: 1px;
}
.full-wrapper.login-container label.rememberUsername input
 {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.full-wrapper.login-container .checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #e8e8e8;
}
.full-wrapper.login-container label.rememberUsername:hover input ~ .checkmark {
  /*background-color: #ccc;*/
}
.full-wrapper.login-container label.rememberUsername input:checked ~ .checkmark {
  background-color: #ffffff;
}
.full-wrapper.login-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.full-wrapper.login-container label.rememberUsername input:checked ~ .checkmark:after {
  display: block;
}

.full-wrapper.login-container label.rememberUsername .checkmark:after {
left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.full-wrapper.login-container .idnNw_form_forget a
{
    text-align: center;
    width: 100%;
    padding: 0;
    letter-spacing: 1px;
    color: #464646;
    font-size: 12px !important;
}
.full-wrapper.login-container  .form-control {
    display: block !important;
    width: 100%;
    }
.reset-password1{
    background: #fff;
    padding: 30px;
    position: relative;
    top: -30px;
    border-radius: 8px;
    min-height: 360px;
}
.reset-password1 .form-group .form-control{
    height: 50px;
    box-shadow: none;
    border: 1px solid #f1f1f1;
    margin-bottom: 20px;
    letter-spacing: 1px;
    background: transparent;
    border-radius: 2px;
}
.reset-password1 .form-group .form-control:focus{
  border: 1px solid #f1f1f1;
  box-shadow: none;
}
.reset-password1 .reset-password-btn{
  width: auto;
    padding: 10px 32px !important;
    border-radius: 35px !important;
    background: #56ab2f !important;
    background: -webkit-linear-gradient(to right, #a8e063, #56ab2f) !important;
    background: linear-gradient(to right, #a8e063, #56ab2f) !important;
    border: 0;
    position: relative;
    margin: 10px 0;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    letter-spacing: 1px;
    opacity: 1!important;
    box-shadow: 0 4px 10px 0 #a8e063 !important;
    -webkit-box-shadow: 0 4px 10px 0 #a8e063 !important;
    -moz-box-shadow: 0 4px 10px 0 #a8e063 !important;
    margin-top: 0px;
    overflow: hidden;
}
.reset-password1 .reset-password-btn:hover {
    background-size: 100% 100%;
}

.reset-password1 .reset-password-btn:before {
    content: '';
    width: 130px;
    height: 130px;
    background: rgba(255, 255, 255, 0.22);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: translate(-150px, -150px);
    -webkit-transform: translate(-150px, -150px);
    -moz-transform: translate(-150px, -150px);
    transition: all .8s;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
}

.reset-password1 .reset-password-btn:hover:before {
    transform: translate(40px, 2px);
    -webkit-transform: translate(40px, 2px);
    -moz-transform: translate(40px, 2px);
}

.reset-password1 .reset-password-btn:hover{
  box-shadow: 0 4px 22px 0 #a8e063 !important;
    -webkit-box-shadow: 0 4px 22px 0 #a8e063 !important;
    -moz-box-shadow: 0 4px 22px 0 #a8e063 !important;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
}
.reset-password1 .form-group{
  margin-bottom: 0px;
}
.reset-password1 .error-msg-reset{
  position: relative;
  top: -11px;
  text-align: left;
    line-height: 16px;
}

a{
  cursor: pointer;
  text-decoration: none;
}
.reset-password1 a{
  display: block;
    margin-top: 15px;
    color: #34b774;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    text-decoration: none;
    cursor: pointer;
}
.reset-password1 a:hover{
  color: #8acc50;
}
.reset-password1 .idnNw_login_logo img{
  margin-bottom: 10px !important;
}


/*@media (max-width: 1400px)
{
  .full-wrapper.login-container .login-form
  {
        padding: 20px 25px;
       
  }


}*/
@media (max-width: 767px)
{
  .full-wrapper.login-container .login-form
  {
    max-width: 100%;
  }
  .full-wrapper.login-container
  {
  display: inline-block;
}
.full-wrapper.login-container .login-form{
  padding: 0px !important;
}
.full-wrapper.login-container .exportFullreport .login-form{

  padding: 30px 25px !important;
}
.container.exportFullreport .container-form{
  left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
  .exportFullreport .login-form .form-control{
    margin-bottom: 10px;
  }
  .exportFullreport .login-form .form-group{
        margin-bottom: 0px;
  }
.full-wrapper.login-container .container
{
  display: inline-block;
    margin: 0 auto;
    width: 100%;
    margin-top: 10%;
}
.login-form-wrapper{
  margin-bottom: 30px !important;
}


}

@media (min-width: 361px) and (max-width: 640px) {
.full-wrapper.login-container{
  height: 190%;
  background-position: center;
}

}

@media (max-width: 400px){
.container.exportFullreport .container-form{
  width: 83%;
}

}