/* Color Variables */
/* White Shade Pattern */
/* Black Shade Pattern */
/* Grey Shade Light Pattern */
/* Grey Shade Dark Pattern */
/* Blue Shade Light Pattern */
/* Blue Shade Dark Pattern */
/* Borders Shade Pattern */
/* Font Sizes */
/* BreakPoints */
/* HEADER/NAVBAR STYLES */
/* SIDEBAR STYLES */
/* LOGIN PAGE STYLES */
/* --------------- Contains functions and common classes --------------- */

/********new********/







._plr30 {
  padding-left: 30px !important;
  padding-right: 30px !important; }

.mlr30 {
  margin-left: 30px !important;
  margin-right: 30px !important; }

.borderAll {
  border: 1px solid #ddd;
  border-bottom: none; }

.b-none {
  border: none; }

.bbottom-none {
  border-bottom: none !important; }

.error {
  color: #ff0000; }

.form-error {
  color: #ff0000;
  font-size: 12px; }

.input_error {
  display: none;
  color: #ff0000;
  font-size: 12px;
  margin-bottom: 10px; }

/* html, body {
  width: 100%;
  height: 100%;
  overflow: hidden; } */

/* .container {
  height: 100%;
  align-content: center; } */
/*   .container .container_inner {
    display: flex;
    align-items: center; } */

@media screen and (max-width: 850px) {
  .login_wrapper .card {
    width: 100% !important; } }

.login_wrapper {
  height: 100%;
  font-family: 'josefin sans', sans-serif;
  position: relative;
  display: block;
  /* background: azure; */
/*   background-image: url("/assets/img/login-bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */  }
  
  .login_wrapper::after {
    content: "";
    /*background: url(../../assets/img/connectingdots-min.jpg);*/
   /* background: url(../../assets/img/meadmin.jpg);*/

    /*background: #2980b9; */
    /* background: -webkit-linear-gradient(to right, #2980b9, #6dd5fa, #ffffff); Chrome 10-25, Safari 5.1-6 */
   /* background: linear-gradient(to right, #2980b9, #6dd5fa, #ffffff);  W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
/*   .login_wrapper::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
    -webkit-transition: all 0.5s; } */
  .login_wrapper .card {
    width: 32%;
    margin: 0 auto;
    margin-top: auto;
    margin-bottom: auto;
    background-color: rgba(0, 0, 0, 0.6) !important;
    color: white;
    transition: all .2s ease-in-out; }
    .login_wrapper .card:hover {
      box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.5);
      transform: scale(1.02); }
    .login_wrapper .card .card-header {
      padding: .75rem 1.25rem;
      padding-top: 20px;
      margin-bottom: 0;
      background-color: rgba(0, 0, 0, 0.03);
      border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
      .login_wrapper .card .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }
      .login_wrapper .card .card-header h3 {
        font-size: 26px;
        color: #FFFFFF; }
      .login_wrapper .card .card-header .social_icon {
        position: absolute;
        right: 25px;
        top: 25px; }
        .login_wrapper .card .card-header .social_icon img {
          width: 95px;
          height: 18px; }
        .login_wrapper .card .card-header .social_icon span {
          font-size: 60px;
          margin-left: 10px;
          color: #FFC312; }
          .login_wrapper .card .card-header .social_icon span:hover {
            color: white;
            cursor: pointer; }
    .login_wrapper .card .card-body .input-group-prepend span {
      width: 40px;
      background-color: #117a8b;
      color: #FFFFFF;
      border: 0 !important; }
    .login_wrapper .card .card-body .remember {
      color: #FFFFFF; }
      .login_wrapper .card .card-body .remember input {
        width: 20px;
        height: 20px;
        margin-left: 15px;
        margin-right: 5px; }
    @media screen and (max-width: 850px) and (orientation: landscape) {
      .login_wrapper .card .card-body {
        padding-bottom: 0px; }
        .login_wrapper .card .card-body ._loginBtn {
          margin-bottom: 0px; } }
    .login_wrapper .card .card-body .login_btn {
      color: #FFFFFF;
      background-color: #117a8b;
      width: 100px; }
      .login_wrapper .card .card-body .login_btn:hover {
        color: white;
        background-color: #17a2b8; }




/*******new 20201212*******/
input#submitLogin {
    background: #fff;
    width: 60%;
}
.btndiv {
    width: 100%;
    display: flex;
    justify-content: left;
}
#loginForm .form-group {
    /* margin-bottom: 6px;
    width: 70%; */
    margin-left: 0px;
}
/* .errblk {
    display: flex;
    width: 25%;
    justify-content: space-around;
    background: red;
    align-items: center;
    position: absolute;
    top: 200px;
    left: 35%;
    color: #fff;
    padding: 2px 0;
} */

/*
.main_panel {
    display: flex;
    background-image: linear-gradient(27deg, #013A6B 50%, #004E95 50%);
    background: -webkit-linear-gradient(27deg, #013A6B 50%, #004E95 50%);
    background: linear-gradient(27deg, #013A6B 50%, #004E95 50%);
    font-size: 12px;
    padding: 10px 0;
    width: 25%;
    color: #fff;
    margin-top: 0px;
    border-radius: 1em;
    position: absolute;
    justify-content: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    top: 20px;
    left: 40%;
}*/

.main_panel {
    /* background-image: linear-gradient(27deg, #f37e20 50%, #d86000 50%); */
    /* background: -webkit-linear-gradient(27deg, #013A6B 50%, #004E95 50%);
    background: linear-gradient(27deg, #013A6B 50%, #004E95 50%);  */
    background: #f37e20;
    color: #fff;
    border-radius:10px;
    width: 350px;
/* display: flex;
    padding: 40px 0;
    font-size: 12px;
    width: 32%;
    margin-top: -10px; 
    border-radius: 1em;
    position: absolute;
    justify-content: center;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    top: 240px;
    left: 30%; */
}
/* .form-control::placeholder {
    color: #ddd;
    opacity: 1;
} */

.container .container_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.main_panel p {
    margin-top: 0;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
}

#mID, input#username, #password {
    background: #fff !important;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-bottom: 1px solid #fff;
	border-radius: 0.3em;
    box-shadow: none;
    /* padding: 3px 5px; */
    letter-spacing: 1px;
	color: red !important;
    /* width: 150%; */
}

/* .sp-logo{
	border:1px solid #004e9573;
} */
/* .sp-logo img{
	width:50px;
	height:50px;
	object-fit:cover;
}
.sp-logo strong{
    font-size:25px;
    color: #004E95;
} */

.captcha-box {
	width: 210px;
	height: 50px;
	background-image: url('/../assets/img/captcha-2.jpg');
	background-position: center center;
    background-size: cover;
    font-size: 20px;
}
/***media****/
@media (max-width:500px){

.main_panel {
	width: 100% !important;
	top: 20px;
    left: 0% !important;
}

/* .errblk {
    width: 100% !important;
    top: 65% !important;
    left: 0 !important;
} */
.login_wrapper::after{background:none !important;}
.login_wrapper{background:none !important;}	
}






