
h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}
 



.breadcrumb-item{
    color: #000;
    text-decoration: underline;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #3a177a;
    border-color: #3a177a;
}
.f18{
    font-size: 18px;
}


.dropdown-toggle::after {
    display: inline-block;
    margin-left: -1.55em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}


.navbar-light .navbar-nav .nav-link {
    font-weight: 700;
    font-size: 16px;
    width: max-content;
    padding: 0 22px;
    color: #333;
}


.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color: rgba(255,255,255,.9)!important;

  }

.container p {
    font-size: 15px;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 20px;
}
.regisFrm input[type="text"], .regisFrm input[type="email"], .regisFrm input[type="password"] {
   font-size: 15px;
    color: #333;
    padding: 8px 15px 10px 8px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-appearance: none;
    outline: 0;
    margin-bottom:5px;
    width: 333px;
    position: relative;
    display: block;
}
.send-button {
    text-align: center;
    margin-top: 20px;
}
.send-button input[type="submit"] {
    padding: 10px 0;
    width: 60%;
    font-size: 16px;
    font-weight: 500;
    border: none;
    outline: none;
    color: #FFF;
   background: #673ab7;
    border-radius: 4px;
    cursor: pointer;
}
.send-button input[type="submit"]:hover {
      width: 60%;
    background: #673ab7;
    border-radius: 4px;
    padding: 10px 0px;

   }
a.logout{float: right;}
p.success{color:#34A853;}
p.error{color:#EA4335;}


table {
    border-collapse: collapse;
    width: 100%;
}


.form-control {
    width: 100%;
    padding: 6px 12px;
    font-size: 1rem;
    line-height: 1.61803;
    color: #2b2b2b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #aab7c2;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.sup {

      background: url(../images/cs.jpg) no-repeat scroll 0 0;
      background-size: contain cover;


}


.logbg {
background: #fff;
    -webkit-box-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
    box-shadow: 0 1px 6px 0 rgba(117,117,117,.25);
    margin: 0 0 -70px;
    color: #444;
    border: 0;
    border-radius: 6px;

}


#form-footer {
    padding: 2px 0 10px 0;
    text-align: center;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bg-faint {
    color: #111;
    background-color: #efe6ff;
}

#account-message {
    color: #444;
    margin: 5px 0 5px 0;
    font-size: 16px;
}

#form-footer a{

    font-size:16px;
    color:#282828;
    font-weight: bold;
}

#form-footer a:hover{

    font-size:16px;
color:#282828;
font-weight: bold;
    
}


input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  background-color: transparent;
}







@import url(https://fonts.googleapis.com/css?family=Tenor+Sans);


.login {
  margin-top: 50px;
  width: 450px;
}

.login-heading {
  font: 1.8em/48px "Tenor Sans", sans-serif;
  color: white;
}

.input-txt {
  width: 100%;
  padding: 20px 10px;
 background: transparent!important;
  border:0px;
  font-size: 1em;
  color: #282828;
  border-bottom: 1px dotted rgba(250, 250, 250, 0.4);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background-color 0.5s ease-in-out;
  -o-transition: background-color 0.5s ease-in-out;
  -webkit-transition: background-color 0.5s ease-in-out;
  transition: background-color 0.5s ease-in-out;

  

}



.loginform {
  
    border-right: 0;
    padding-left: 30px;
}

.loginform input[type=text], .loginform input[type=password] {
        height: 46px;
    width: 300px;
    background: transparent;
    border: 0;
    border-radius: 5px;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 0;
    color: #333;
    font-family: sans-serif;
}



.loginform .inputContainer {
    border-bottom: 1px solid #999;
    display: inline-block;
}


.inputContainer .ico.ico-user {
    background: url(images/user.png) no-repeat scroll 0 0;
    margin-top: 14px;
}

.inputContainer .ico.ico-pass {
    background: url(images/password_icon.png) no-repeat scroll 0 0;
    height: 21px;
    margin-top: 20px;
}


.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0px; 
    margin-left: -15px;
}

input:-webkit-autofill {
    background-color: red !important;
}
.input-txt:-moz-placeholder {
  color: #999;
  font-weight: normal;
}
.input-txt:-ms-input-placeholder {
  color: #999;
font-weight: normal;
}
.input-txt::-webkit-input-placeholder {
  color: #999;
  font-weight: normal;
}
.input-txt:focus {
  background-color: #4478a0;
}

.login-footer {
  margin: 10px 0;
  overlow: hidden;
  float: left;
  width: 100%;
}

.btn {
  padding: 15px 30px;
  border: none;
  
}

.loginform form>div {
    margin: 10px 0;
    clear: both;
}

.loginform form>div.forgotpassWrp, .loginform form>div.signinBtnWrp {
    width: 380px;
    margin-top: 30px;
}
.loginform form>div.forgotpassWrp div {
    float: right;
    padding: 0px 30px;
}

.btn--right {
  float: right;
}

.icon {
  display: inline-block;
}

.icon--min {
  font-size: .9em;
}

.lnk {
  font-size: .8em;
  line-height: 3em;
  color: #333;
  text-decoration: none;
}



@media (min-width: 768px)
.header-grid .receipt-header-row {
    display: flex;
    flex-direction: row-reverse;
}



