html,
body {
    height: 100%;
	font-family: Open Sans, sans-serif;
}
.lightshd{ background-color:#fafcfd; }

/*****************************************
 Login
*****************************************/
.loginbox{
	width: 50%;
    margin: auto;
	}
.loginbox-g{
	width: 100%;
    margin: auto;
	background-color:#f2f2f2;
	}	
.formtxfld{
	background-color: #f3f3fb;
    border: 1px solid #ed1c24;
    border-radius: 0px;
	height: 52px;
    color: #e02727 !important;
    font-size: 16px;
	}
.fbtn{
	background-color: #ed1c24;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 0px;
    text-shadow: none;
    border-radius: 0px;
	}
.fbtn2{
	background-color: #f2f2f2;
    color: #ed1c24;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 15px 0px;
    text-shadow: none;
    border-radius: 0px;
	margin-top: -89px;
	}
.stetho{font-size: 20px;}		
.login{padding: 20px 0px;}
.underline{
	border-bottom: 2px solid #ed1c24;
    padding-bottom: 7px;
    width: 71%;
	}
.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 21px;
    color: #ed1c24;
    font-weight: 800;
 }
    .checkbox label::before {
      content: "";
    display: inline-block;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    margin-left: -11px;
    border: 1px solid #ed1c24;
    border-radius: 3px;
    background-color: #F3F3FB;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -12px;
    padding-left: 3px;
    padding-top: 0px;
    font-size: 11px;
    color: #555555;
}
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }
.form-horizontal .checkbox, .form-horizontal .radio {
    margin-top: -8px;
}
.chek2 {
    padding-left: 22px;
    font-weight: 400 !important;
    font-size: 20px;
}

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #ed1c24;
  border-color: #ed1c24; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff;
  font-size: 17px;
  font-weight: 300;
   }
.forgot{ 
    color: #ed1c24;
    font-weight: 800;
	text-align: right;
    float: right;}
.labl{
	color: #ed1c24;
    font-size: 16px;
    margin-top: 6px;
	text-align: left !important;
	}
.bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}
.sltxfld {
    background-color: #f3f3fb;
    border: 1px solid #ed1c24;
    border-radius: 0px;
    padding: 5px 15px;
    color: #a693db !important;
    font-size: 16px;
	height: 52px;
}
/**********************************/

.dardkshd{ background-color:#f2f2f2;  }
.purpletx{ color:#ed1c24;}
.common-error-msg ul,.server-error ul {
    padding-left: 1px;
}
.common-error-msg ul > li,.server-error ul > li {
    list-style-type: none;
    padding: 0;
    text-align: left;
    color: red;
}

.purpletx span{font-weight: bold !important;}

@media(min-width: 230px) and (max-width: 319px) {
    body {
        font-family: Arial !important;
        font-size: 12px !important;
        font-style: normal !important;
        line-height: 1.5em;
    }
    .loginbox{
	width: 80% !important;
    }
}

.loginbox .captcha-field ul {
    display: none;
}

.loginbox .captcha-field .common-error-msg ul {
    display: block;
}