﻿/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
   text-align: left;
  margin-bottom: 20px;
  font: 14px/20px 'Open Sans', Arial, sans-serif;
  color: #13ad48;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #13ad48;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
  .chk-boxes{    margin: 50px 0px 20px 0px;}
  
  
div#remember {
    text-align: left;
    padding-top: 10px;
}
.form-control::-webkit-input-placeholder { color: #13ad48; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: #13ad48; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: #13ad48; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: #13ad48; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: #13ad48; }  /* Microsoft Edge */
.form-control:focus {

    box-shadow: 0 0 0 0rem rgba(0,123,255,.25)!important;

    color: #000!important;

	}
  form.form-signin {
    padding: 30px 0px 0px 0px;
}
.login_wrapper {
   position: absolute;
   display: table;
    width: 100%;
    height: 100%;
	    overflow: hidden;
		text-align:center;
		 background: #e7f7ff;
		 z-index: -1;
}
.login_wrapper:before{
content: '';
    /* background: linear-gradient(to right, #000000, #0575e6); */
    background: url(/Content/Assets/imgAndLogo/login_bg1.png) no-repeat bottom left;
    top: 0;
       right: 0;
    left:0;
    bottom: -5%;
    position: absolute;
    z-index: -1;

}
.login_content-wrapper .profile-img-card{

    border-radius: 7px;
    padding: 3px;
    border: 2px solid #13ad48;
    width: 90px;
    margin-bottom: 15px;
   }
.login_inner{ display: table-cell; vertical-align:middle; }
.login_content-wrapper{ 
    box-shadow:0px 11px 11px -10px #00000038;   background: #fff;     width: 32%;
    padding: 50px;
     margin-right: 13%;
    float: right;
/* 	margin:0px auto; */


} 
.login-btn-are{position:relative;}
.btn-login-now:after {    position: absolute;
    content: '';
    height: 1px;
    width: 20%;
      right: 18%;
    background: #fff;
    top: 50%; }
.btn-login-now:before {    position: absolute;
    content: '';
    height: 1px;
    width: 20%;
      left:18%;
    background: #fff;
    top: 50%; }

a.btn-login-now:hover {
    text-decoration: none;
    background: linear-gradient(to right, #22965b, #bdca13);
}
a.btn-login-now{
    font-size: 16px;
    font-weight: 500;
  text-align:center;
      padding: 7px 9px 7px 9px;
    width: 100%;
    display: block;
    border-radius: 50px;
    margin-top: 30px;
   
    background:linear-gradient(to right, #bdca13, #22965b);
	color:#fff;
	transition:all 0.5s ease-in;
}


.login_content-wrapper .form-control {
   
    background-color: #fff0;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    border-radius: 0px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        border-bottom: 1px solid #13ad48;
}

@media only screen and (max-width:1000px)
{
.login_inner {
    padding: 0px 40px;
}
.login_content-wrapper {
    margin-left: 0%;
    margin: 0px auto;
}
.login_content-wrapper {

    width: 100%;

}
}
.logitext p {
    font-size:16px;
    font-weight: 500;
}
.logitext .p1 {
      font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 8px;
    color: #279858;
}