/* =======================================================================
Author: JSLPS
Author URI: www.jslps.in
Version: 1.0
Designer name: Swarup Kumar
======================================================================= */
/* ===================================== Import Less ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.validationMessage {
    position: absolute;
    z-index: 5;
    max-width: 100%;
    padding: .4rem .7rem;
    font-size: .71094rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(239,103,103,.9);
    border-radius: .25rem;
    margin-top: 34px;
    right: 55px;
}

img {
    max-width: 100%;
}

a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: montserrat; }

strong {
  font-family: montserrat; }

body {
  background-color: #f1f1f145 !important;
  font-family: arimo;
  color: #6A6A6A; }

.session-title {
  padding: 30px;
  margin: 0px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  padding: 40px;
  text-align: center;
  padding-top: 160px; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 576px) {
    .page-nav {
      padding-top: 186px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 206px; } }
  .page-nav h2 {
    font-size: 36px;
    width: 100%;
    color: #444; }
    @media screen and (max-width: 600px) {


      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444; }

.btn-success {
  background-color: #223d50;
  border-color: #223d50; }
  .btn-success:hover {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:active {
    background-color: #223d50 !important;
    border-color: #223d50 !important; }
  .btn-success:focus {
    background-color: #223d50 !important;
    border-color: #223d50 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color:#4eb52c;
  border-color:#4eb52c; }
  .btn-primary:hover {
    background-color:#4eb52c !important;
    border-color:#4eb52c !important; }
  .btn-primary:active {
    background-color:#4eb52c !important;
    border-color:#4eb52c !important; }
  .btn-primary:focus {
    background-color:#4eb52c !important;
    border-color:#4eb52c !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 2px solid  #863dd9; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }

.form-control:focus {
  box-shadow: none;
  border: 2px solid #863dd9 !important; }

.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

/* ===================================== Herader CSS ==================================== */
body {
  background-image: url(../images/login-bg.jpg) !important;
  background-size: 100%;
  height: 100%; }
  @media screen and (max-width: 991px) {
    body {
      overflow: auto; } }

.login-container {
    /*box-shadow: 1.5px 3.99px 27px 0px rgb(0 0 0 / 10%);*/
    box-shadow: rgba(0, 0, 0, 0.2) 0px 60px 40px -7px;
    transition: 0.3s;
    background-color: rgb(255 255 255 / 39%);
    margin: auto;
    margin-top: 4%;
    backdrop-filter: saturate(180%) blur(20px);
    border: 1px solid #dedede;
    border-radius: 10px;
}
  @media screen and (max-width: 991px) {
    .login-container {
      margin-bottom: 5%; } }

.img-box {
    margin: auto;
    padding: 10px 10px;
    border-right: 1px solid #cccccc5e;
    text-align: center;
}

.login-box {
    padding: 60px 50px;
    border-left: 1px solid #cccccc5e;
    margin: auto;
    border-radius: 0px 10px 10px 0px;
    padding: 60px 50px;
    border-left: 1px solid #cccccc5e;
    margin: auto;
    background-color: white;
}
 .login-box h5 {
        margin-bottom: 30px;
        font-weight: 600;
        color: #4eb52c;
        text-align: center;
        font-size: 19px;
        text-shadow: 0px 3px 4px #44a32545;
        text-transform: uppercase;
 }
  .login-box .login-row {
    margin-top: 25px; }
    .login-box .login-row input {
      margin-bottom: 0px; }
  .login-box .forrr p {
    font-size: .9rem; }
  .login-box .forrr a {
    font-size: .9rem;
    float: right;
    margin-top: -22px;
    color:#4eb52c; }
  .login-box .donroo p {
    font-size: .9rem; }
  .login-box .donroo a {
    ont-size: .9rem;
    color:#4eb52c;
    padding-left: 3px;
    text-decoration: underline; }
  .login-box .btnroo .btn {
    margin-right: 15px;
    border-radius: 50px;
    width: 120px; }
    .login-box label {
        font-size: .93rem;
        color: #586a59;
    }
    .login-box label i {
      margin-right: 3px; }
    .login-box [type=text], .login-box [type=Password], .login-box [type=Number] {
        border-radius: 4px;
        border: 1px solid #CCC;
        padding: 8px 15px;
        background-color: white;
        box-shadow: 0 0.46875rem 2.1875rem rgb(4 9 20 / 3%), 0 0.9375rem 1.40625rem rgb(4 9 20 / 3%), 0 0.25rem 0.53125rem rgb(4 9 20 / 5%), 0 0.125rem 0.1875rem rgb(4 9 20 / 3%);
        margin-top: 0px;
    }
        .login-box input:focus {
            background: rgb(247 255 245);
            transition: 0.1s ease;
            border: 1px solid #4eb52c !important;
            color: #4eb52c;
            transition: 0.1s ease;
        }

.copyc {
    position: absolute;
    right: 15px;
    bottom: 15px;
}

    .copyc p {
        font-size: .95rem;
    }

.radioLogin input {
    border-radius: 50%;
    float: left;
    margin-left: -1.5em;
    cursor: pointer;
    margin-bottom: 0;
    width: 1em;
    height: 1em;
    margin-top: .25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    -webkit-transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}
.radioLogin input:checked[type=radio] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}

.radioLogin input:checked {
    background-color: #1c84ee;
    border-color: #1c84ee;
}


@media screen and (max-width: 992px) {
    .img-box {
        /*background-color: #e1f3db;
        border-bottom: 1px solid #dedede;
        padding: 15px 15px;*/

        display:none;
    }


    body{
        background-size:cover;
    }

}

