p, a {
  font-family: proxima-nova, sans-serif;
}
.card-body .remember-forgot {
  font-size: 0.8rem;
}
.login-form {
  border: none;
}
.card-body {
  padding: 1.25rem 1rem;
}
.has-float-label {
  display: block;
  position: relative;
}
.btn-multi-select
{
  height: calc(2.25rem + 13px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 2;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
}
.has-float-label .form-control {
  min-height: 48px !important;
}
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  top: 14px !important;
  font-size: 1rem;
  opacity: 1;
}
.has-float-label .form-control:focus + label {
  color: #3b4aff;
  background-color: white;
}
.has-float-label label {
  left: 1.3rem;
  color: #9a9a9a;
}
.has-float-label label {
  z-index: 99;
  background-color: white;
}
.has-float-label label, .has-float-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 13px;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  top: -0.3em;
  left: .8rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-float-label label::after, .has-float-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 0px;
  top: 50%;
  left: -0.2em;
  right: -0.2em;
  z-index: -1;
}
.new-background {
  background-color: #ecf3fa;

}
.login-form .login-button .btn{
  min-height: 52px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: .25rem;
}
.card-body .checkbox-inline {
  margin-bottom: 0;
}
.card-body .checker {
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  width: 18px;
  height: 18px;
}
.card-body .checker > span,
.card-body .checker > input {
  width: 18px;
  height: 18px;
}
.card-body .checker span {
  color: #455A64;
  border: 2px solid #607D8B;
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 2px;
}
.card-body .checker input[type=checkbox] {
  border: none;
  background: none;
  display: -moz-inline-box;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  cursor: pointer;
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
}
.card-body .checker input[type=checkbox] + span:after {
  content: "\f14a";
  font-family: 'Font Awesome 5 Free';
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: -3px;
  left: -2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  opacity: 0;
  filter: alpha(opacity=0)
}
.card-body .checker input[type=checkbox]:checked + span:after {
  opacity: 1;
  filter: alpha(opacity=100);
}

.myaccordion {
  width: 95%;
  margin: 50px auto;
  box-shadow: 0 0 1px rgba(0,0,0,0.1);
}

.myaccordion .card,
.myaccordion .card:last-child .card-header {
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: transparent;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
  position: absolute;
  right: 10px;
  text-align: right;
}

.myaccordion .btn {
  width: 100%;
  color: #013663;
  padding: 0;
  text-align: left;
  font-weight: 600;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}

.myaccordion li {
  margin-top: 10px;
  text-indent: -15px;
}

.myaccordion ul {
  list-style: none;
  margin: -30px 0px 0px -20px;
}
.myaccordion li span {
  position: relative;
  left: 6px;
  font-size: 15px;
}
.myaccordion ul li:before {
  content: '✓ ';
}
.myaccordion .hcheck
{
  color:#03e803;
  margin-right: 10px;
}
.myaccordion .card {
  border-radius: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #cccccc52;
}
.myaccordion .shadow-on {
  border-top: 1.5px solid purple;
  box-shadow: -1px 7px 18px -4px rgba(0,0,0,0.19) !important;
  -webkit-box-shadow: -1px 7px 18px -4px rgba(0,0,0,0.19) !important;
  -moz-box-shadow: -1px 7px 18px -4px rgba(0,0,0,0.19) !important;
  z-index: 1;
}
.my-acco-info
{
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100vh;
}
.clsstoragecheck {
  grid-template-columns: repeat(auto-fill,minmax(max-content,1px));
  grid-gap: 10px;
  display: flex;
  grid-template-rows: max-content;
  width: 100%;
  flex-wrap: wrap;
}
.clsformcheckboxdiv {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: .25rem;
}

/* overwrite */
label:not(.form-check-label):not(.custom-file-label)
{
  font-weight: unset;
}
.card {
  box-shadow: none;
}

input:-webkit-autofill, input:-internal-autofill-selected {
  background-color: #fff !important; 
}

.login-logo, .register-logo {
  margin-bottom: 0;
}

.tabledit-toolbar {
  display: block;
}
/* overwrite */
/* Media */
@media (max-width: 575px) {
  .my-acco-info
  {
    justify-content: start;
    height: auto;
  }
}