/* .navbar-horizontal .navbar-brand img
{
    height: 70px !important;
} */
.fa, .fas {
    font-weight: 900;
}
.spinner-glow {
    display: inline-block;
    width: 1em;
    height: 1em;
    background: #5e72e4;
    border-radius: 50%;
    margin: 4px auto;
    border: 2px solid transparent;
    animation: glow 1s ease infinite;

    position: relative;
    top: 50%;
    margin: 0 auto;
}

  @keyframes glow {
    0% {
      box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 .1em #a1a2a1;
      transform: rotate(360deg); }
    50% {
      border-top-color: #5e72e4; }
    100% {
      box-shadow: 0 0 0 .4em #a1a2a1, 0 0 0 3.6em transparent; } }

  .spinner-glow-primary {
    background: rgba(94, 114, 228, 0.45);
    animation: glow-primary 1s ease infinite; }

@keyframes glow-primary {
    0% {
      box-shadow: 0 0 0 0.4em rgba(94, 114, 228, 0.45), 0 0 0 0.1em rgba(94, 114, 228, 0.45);
      transform: rotate(360deg); }
    50% {
      border-top-color: rgba(94, 114, 228, 0.45); }
    100% {
      box-shadow: 0 0 0 0.4em rgba(94, 114, 228, 0.75), 0 0 0 3.6em transparent; } }
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* background: url('/assets/images/loader.svg') 50% 50% no-repeat rgb(249,249,249); */
    background:  rgb(249,249,249);
  background-size: 160px;
    opacity: .88;
    text-align: center;
  }

.navbar-horizontal .navbar-brand img {
    max-width: 100%;
    max-height: 4rem !important;
    height:inherit !important ;
}
.active .nav-link
{
    color: rgba(255, 255, 255, .65);
}
.error
{

    color: #fb6340;
    font-size:13px;
}
.modal-backdrop {
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(5px);
}

/*****Toaster********/
.alert-wrapper .alert.alert-success {
    background: rgba(145,118,211,0.9);
    border-radius: 4px;
    border: 1px solid #8d72d0e6;
    margin-top: 50px;
    margin-left: -12px;
}
.alert-wrapper .alert.alert-danger {
    background: rgba(214,59,59,0.8);;
    border-radius: 4px;
    border: 1px solid #de5858;
    margin-top: 50px;
    margin-left: -12px;
}
.alert-wrapper .alert.alert-error {
    background: rgba(214,59,59,0.8);;
    border-radius: 4px;
    border: 1px solid #de5858;
    margin-top: 50px;
    margin-left: -12px;
}
.alert-wrapper .alert .icon
{
    top: 15px;
}
/**********************/
.footer .justify-content-lg-end
{
    color: #dedede !important;
}
.footer .footer-link, .footer .nav .nav-item .nav-link,.text-lg-left
{
    color: #fff !important;
}


.bg-gradient-primary
{background: none !important;}
.login_bg
{
    min-height: 100vh;
    background-image: url(../images/login_bg_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-wrap {
    position: relative;
    background: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%);

    /* border-bottom: 3px solid #5e72e4;
    border-top: 3px solid #5e72e4; */
    border-bottom: 5px solid #a7a7a7;
    border-top: 3px solid #959595;
    border-right: 1px solid #a7a7a7;
    border-left: 1px solid #a7a7a7;
}
.login-wrap .icon {
    width: 80px;
    height: 80px;
    background: #5e72e4;
    /* background: #CC3300; */
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.login-wrap .icon span
{
color: #fff;
}
.login-wrap h3 {
    font-weight: 700;
    font-size: 24px;
    color: #5e72e4;
    /* color: #CC3300; */
    /* border-bottom: 2px solid #b3beff; */
    margin: 0 auto;
    width: 126px;
    line-height: 1.6;
    margin-bottom: 5px;

}
.border_bottom
{
    border-bottom: 2px solid #5e72e4;

    margin: 0 auto;
    line-height: 2;
}
.form-group {
    position: relative;
}
.form-group {
    margin-bottom: 1rem;
}
.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.form-control {
    height: 48px;
    background: rgba(0, 0, 0, 0.05);
    color: #000;
    font-size: 14px;
    /* -webkit-box-shadow: none;
    box-shadow: none; */
    border: 1px solid transparent;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    box-shadow: inset 0px 5px 6px -7px #ddd !important;
}

.rounded-left {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}
.w-50 {
    width: 50% !important;
}
.form-group .submit {
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -30px;
    width: 140px;
}

.btn.btn-primary {
    background: #5e72e4 !important;
    border: 1px solid #5e72e4 !important;
    /* background: #CC3300 !important;
    border: 1px solid #CC3300 !important; */

    color: #fff !important;
}
a:hover, a:focus {
    text-decoration: none !important;
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}
.checkbox-primary {
    color: #5e72e4;
}

.checkbox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    /* margin-bottom: 12px; */
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.checkmark {
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 18px;
}
button, input {
    overflow: visible;
}

.checkbox-wrap input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox-wrap input:checked ~ .checkmark:after {
    display: block;
    content: "\f14a";
    font-family: "FontAwesome";
    color: rgba(0, 0, 0, 0.2);
}
.checkbox-primary input:checked ~ .checkmark:after {
    color: #5e72e4;
    /* color: #CC3300; */
}
.checkbox-primary {
    color: #5e72e4;
    /* color: #CC3300; */
}

.checkbox-wrap {
    display: block;
    position: relative;
    /* padding-left: 30px; */
    /* padding-left: 52px; */
    /* margin-bottom: 16px; */
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.checkmark:after {
    content: "\f0c8";
    font-family: "FontAwesome";
    position: absolute;
    color: rgba(0, 0, 0, 0.1);
    /* font-size: 20px;
    margin-top: -4px; */
    font-size: 14px;
    margin-top: -2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.login-icon-top
{
    margin-top: -84px !important;
    border: 2px solid #fff;
}
@media (min-width: 768px)
{
.d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

}

.login_submit
{
    border: none !important;
    border-radius: 30px !important;

}
.login_submit:hover:before {
    opacity: 1;

}


.login_submit::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    /* border-radius: 6px; */
    top: 0;
    left: 0;
    /* background: #a64bf4; */
    /* background: -webkit-linear-gradient(
45deg
,#00dbde,#fc00ff);
    background: -o-linear-gradient(45deg,#00dbde,#fc00ff);
    background: -moz-linear-gradient(45deg,#00dbde,#fc00ff);
    background: linear-gradient(
45deg
,#00dbde,#fc00ff); */
    background: -webkit-linear-gradient(45deg ,#0ccaff,#454fba);
    background: -o-linear-gradient(45deg ,#0ccaff,#454fba);
    background: -moz-linear-gradient(45deg ,#0ccaff,#454fba);
    background: linear-gradient( 45deg ,#0ccaff,#454fba);
    opacity: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    border-radius: 30px !important;
}



.btn:not(.btn-icon-only) {
    border-radius: 30px !important;
}
.swal2-popup
{
    border-radius: 20px !important;
}
   /* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }

  @-webkit-keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      -webkit-transform: translate3d(0, -100%, 0);
      transform: translate3d(0, -100%, 0);
    }
    100% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
    }
  }

  /* Simple CSS3 Fade-in Animation */
  @-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
  @keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

  .fadeIn {
    opacity:0;
    -webkit-animation:fadeIn ease-in 1;
    -moz-animation:fadeIn ease-in 1;
    animation:fadeIn ease-in 1;

    -webkit-animation-fill-mode:forwards;
    -moz-animation-fill-mode:forwards;
    animation-fill-mode:forwards;

    -webkit-animation-duration:1s;
    -moz-animation-duration:1s;
    animation-duration:1s;
  }

  .fadeIn.first {
    -webkit-animation-delay: 0.4s;
    -moz-animation-delay: 0.4s;
    animation-delay: 0.4s;
  }

  .fadeIn.second {
    -webkit-animation-delay: 0.6s;
    -moz-animation-delay: 0.6s;
    animation-delay: 0.6s;
  }

  .fadeIn.third {
    -webkit-animation-delay: 0.8s;
    -moz-animation-delay: 0.8s;
    animation-delay: 0.8s;
  }

  .fadeIn.fourth {
    -webkit-animation-delay: 1s;
    -moz-animation-delay: 1s;
    animation-delay: 1s;
  }

  /* Simple CSS3 Fade-in Animation */
  .underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
  }

  .underlineHover:hover {
    color: #0d0d0d;
  }

  .underlineHover:hover:after{
    width: 100%;
  }


/**************************/


.input-group-text
{
    color: #adb5bd;
    border: 1px solid transparent;
    background: #f2f2f2;
    /* border-bottom: 1px solid #eaeaea; */
}

.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    /* border-bottom: 1px solid #eaeaea; */
}

.footer .footer-link:hover, .footer .nav .nav-item .nav-link:hover {
    color: #e0e0e0 !important
}
.nav-footer .nav-link {
    font-size: .795rem;
    /* font-size: .745rem; */
    text-align: center;
}
.nav
{
    display: inline-flex;
}


.footer .copyright {
    font-size: .795rem;
    /* font-size: .745rem; */
}



.copyright
{
    /*color: #fff;*/
    color: #dedede;
}


.select2-container .select2-selection--single
{
    background: rgba(0, 0, 0, 0.05);
    font-size: 14px;
    border: none;
}
.select2-container .select2-selection--single:focus
{
    color: #8898aa;
    border: 1px solid #5e72e4 !important;
}
.select2-search--dropdown .select2-search__field
{
    outline: 0;
    border: 1px solid #e5e5e5;
}
.globalLogin .custom-toggle-slider
{
    padding: 9px;
    height: 13px;
}
.globalLogin .custom-toggle-slider:before
{
    bottom: 2px;
    left: 3px;
    width: 13px;
    height: 13px;
}
.globalLogin .custom-toggle input:checked+.custom-toggle-slider:after
{

    top: -3px;
    font-size: 11px;
}
.globalLogin .custom-toggle-slider:after{
    top: -3px;
    font-size: 11px;
}
.globalLogin .custom-toggle input:checked+.custom-toggle-slider:before {
    transform: translateX(31px);
    background: #5e72e4;
}

.select2-results__option
{
    color: #575757;
}
.select2-results__option:focus, .select2-results__option:hover
{
    color: #4b4b4b;
}


 .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #5e72e4;
    color: white;
}

.toast-success {
    /* border-color: #5e72e4;
    background-color: #5e72e4; */
    border-color: #8b9bf1;
    background-color: #6d81f1;
}
#toast-container > div
{
    -webkit-box-shadow: 0 0 10px -2px #5e72e4;
    /* box-shadow: 0 0 10px -2px #5e72e4; */
    box-shadow:0 0 10px -2px #272e38;
    opacity: 0.9;
    border-radius: 30px;
}
.toast-close-button
{
    right: 0em;
    top: 0em;
}

.loadmask-msg
{
    border-radius: 30px;
}
.form-control
{
    border-radius: 30px;
}
.input-group-append .input-group-text,.input-group-prepend .input-group-text
{
    border-radius: 30px;

}
.select2-container:not(.select2-container--open) .select2-selection--single, .select2-container--default:not(.select2-container--open) .select2-search--dropdown .select2-search__field, .select2-container--default:not(.select2-container--open) .select2-selection--multiple, .select2-container--default.select2-container--focus:not(.select2-container--open) .select2-selection--multiple
{
    border-radius: 30px;
}
.globalRemindmeWrapper
{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rememberMeCheck
{
    width: 150px;
}


/* .input-group-prepend .input-group-text
{
    padding: .625rem 0.95rem !important;
} */
  /***********Hover shine effect******/
  @keyframes shineFlash {
    0% {
      left: -100%;
    }
    50% {
      left: 100%;
    }
    100% {
      left: 100%;
    }
  }
  .ribbon-shine:hover::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: shineFlash 2s infinite;
  }


  @keyframes ribbonFlash {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.6;
    }
  }

  .ribbon-flash {
    animation: ribbonFlash 1.5s ease-in-out infinite;
  }
  .shine-flash::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: shineFlash 4s ease-in-out infinite;
  }

      /* shine effect */
      .shine_effect {
        background-repeat: no-repeat;
        background-position: -120px -120px, 0 0;
        background-image: -webkit-linear-gradient(
          top left,
          rgba(255, 255, 255, 0.2) 0%,
          rgba(255, 255, 255, 0.2) 37%,
          rgba(255, 255, 255, 0.8) 45%,
          rgba(255, 255, 255, 0.0) 50%
        );
        background-image: -moz-linear-gradient(
          0 0,
          rgba(255, 255, 255, 0.2) 0%,
          rgba(255, 255, 255, 0.2) 37%,
          rgba(255, 255, 255, 0.8) 45%,
          rgba(255, 255, 255, 0.0) 50%
        );
        background-image: -o-linear-gradient(
          0 0,
          rgba(255, 255, 255, 0.2) 0%,
          rgba(255, 255, 255, 0.2) 37%,
          rgba(255, 255, 255, 0.8) 45%,
          rgba(255, 255, 255, 0.0) 50%
        );
        background-image: linear-gradient(
          0 0,
          rgba(255, 255, 255, 0.2) 0%,
          rgba(255, 255, 255, 0.2) 37%,
          rgba(255, 255, 255, 0.8) 45%,
          rgba(255, 255, 255, 0.0) 50%
        );

        -moz-background-size: 250% 250%, 100% 100%;
        background-size: 250% 250%, 100% 100%;
        -webkit-transition: background-position 0s ease;
        -moz-transition: background-position 0s ease;
        -o-transition: background-position 0s ease;
        transition: background-position 0s ease;

        /* transition: all .15s ease; */
      }

      .shine_effect:hover {
        background-position: 0 0, 0 0;
        -webkit-transition-duration: 0.5s;
        -moz-transition-duration: 0.5s;
        transition-duration: 0.5s;

        /* transition: all .15s ease; */
        /* transform: translateY(-4px); */
      }

      .shine_effect_light:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 100%;
        background-color: rgba(255,255,255,0.3);
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
      }
      .shine_effect_light:hover:after,.card-out:hover  .shine_effect_light:after,.card-campaign-out:hover  .shine_effect_light:after,.shine_effect:active,.shine_auto_load {
        width: 100%;
        background-color: rgba(255,255,255,0);
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
      }

    /**********************************/
@media (max-width: 360px)
{
    .checkbox-wrap
    {
        font-size: 12px !important;
    }
    .rememberMeCheck {
        width: 140px !important;
    }
}

@media (max-width: 768px)
{
    .text-xs-center
    {
        text-align: center !important;
    }
    .login-icon-top
    {
        /* margin-top: -64px !important; */
        margin-top: -90px !important;
    }
    .checkbox-wrap
    {
        padding-left: 28px;
    }
    .nav-footer .nav-link {

        font-size: .700rem;
    }
    .footer .copyright {
        font-size: .700rem;
    }
}
@media (max-width: 992px) {
.text-xs-center
    {
        text-align: center !important;
    }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1380px)
{
    .pt-lg-9, .py-lg-9 {
        padding-top: 4rem!important;
    }
}


/* @media (min-width: 1367)
{
    .pt-lg-9, .py-lg-9 {
        padding-top: 10rem!important;
    }
}
@media only screen and (max-width: 1366) and (min-width: 992px)
{
    .pt-lg-9, .py-lg-9 {
        padding-top: 4rem!important;
    }
} */
/***Theme**/
/*a
{
    /* color: #CC3300; */
/*}
/********/
/*

@import url(https://fonts.googleapis.com/css?family=Audiowide);

::-moz-selection {
    background: #cc0000;
    text-shadow: none;
}

::selection {
    background: #cc0000;
    text-shadow: none;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

html,body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background: #1b1b1b;
  color: #FFF;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 12px;
  line-height: 1;
}

.background-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.background {

  background-position: center;
  background-size: cover;
  filter: blur(10px);
  height: 105%;
  position: relative;
  width: 105%;
  right: -2.5%;
  left: -2.5%;
  top: -2.5%;
  bottom: -2.5%;
}

* {
  box-sizing: border-box;
  cursor: default;
  outline: none;
}

form {
  background: #111;
  border: 1px solid #191919;
  border-radius: .4em;
  bottom: 0;
  box-shadow: 0 5px 10px 5px rgba(0,0,0,0.2);
  height: 280px;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: relative;
  right: 0;
  top: 0;
  width: 300px;
  z-index: 99;
}

form:after {
  background: linear-gradient(to right, #111111, #444444, #b6b6b8, #444444, #2F2F2F, #272727);
  content: "";
  display: block;
  height: 1px;
  left: 50px;
  position: absolute;
  top: 0;
  width: 150px;
}

form:before {
  border-radius: 50%;
  box-shadow: 0 0 6px 4px #fff;
  content: "";
  display: block;
  height: 5px;
  left: 34%;
  position: absolute;
  top: -7px;
  width: 8px;
}

.inset {
  border-top: 1px solid #19191a;
  padding: 20px;
}

form h1 {
  font-family: 'Audiowide';
  border-bottom: 1px solid #000;
  font-size: 18px;
  padding: 15px 0;
  position: relative;
  text-align: center;
  text-shadow: 0 1px 0 #000;
}

form h1 {
  color: #FFbb00;
  font-family: Audiowide;
  font-weight: normal;
}

form h1.poweron {
  color: #ffffff;
  transition: all 0.5s;
  animation: flicker 1s ease-in-out 1 alternate, neon 1.5s ease-in-out infinite alternate;
  animation-delay: 0s, 1s;
}

form h1:after {
  position: absolute;
  width: 250px;
  height: 180px;
  content: "";
  display: block;
  pointer-events: none;
  top: 0;
  margin-left: 138px;
  transform-style: flat;
  transform: skew(20deg);

  background: -moz-linear-gradient(top, hsla(0,0%,100%,0.1) 0%, hsla(0,0%,100%,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,hsla(0,0%,100%,0.2)), color-stop(100%,hsla(0,0%,100%,0)));
  background: -webkit-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
  background: -o-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
  background: -ms-linear-gradient(top, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#42ffffff', endColorstr='#00ffffff',GradientType=0 );
  background: linear-gradient(to bottom, hsla(0,0%,100%,0.1) 0%,hsla(0,0%,100%,0) 100%);

}

input[type=text], input[type=password] {
  background: linear-gradient(#1f2124,#27292c);
  border: 1px solid #222;
  border-radius: .3em;
  box-shadow: 0 1px 0 rgba(255,255,255,0.1);
  color: #FFF;
  font-size: 13px;
  margin-bottom: 20px;
  padding: 8px 5px;
  width: 100%;
}

input[type=text]:disabled, input[type=password]:disabled {
	color: #999;
}

label[for=remember] {
  color: #bbb;
  display: inline-block;
  height: 20px;
  line-height: 20px;
  vertical-align: top;
  padding: 0 0 0 5px;
}

.p-container {
  padding: 0 20px 20px;
}

.p-container:after {
  clear: both;
  content: "";
  display: table;
}

.p-container span {
  color: #0d93ff;
  display: block;
  float: left;
  padding-top: 8px;
}

input[type=submit] {
  background: #fb0;
  border: 1px solid rgba(0,0,0,0.4);
  border-radius: .3em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 10px 10px rgba(255,255,255,0.1);
  color: #873C00;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  height: 40px;
  padding: 5px 20px;
  width: 100%;
}

.denied {
  color: white !important;
  text-shadow: 0 0 1px black;
  background: #EE0000 !important;
}

input[type=submit]:hover, input[type=submit]:focus {
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -10px 10px rgba(255,255,255,0.1);
}

input[type=text]:hover:not([disabled]),
input[type=text]:focus,
input[type=password]:hover:not([disabled]),
input[type=password]:focus,
label:hover ~ input[type=text],
label:hover ~ input[type=password] {
  background: #27292c;
}

input[type="checkbox"] {
  opacity: 0;
  background: red;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

.checkboxouter {
  height: 20px;
  width: 20px;
  border-radius: 3px;
  background-color: #000;
  position: relative;
  display: inline-block;
  border: 2px solid #555;
}

.checkbox {
  position: absolute;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  background-color: transparent;
  height: 10px;
  width: 5px;
  margin: auto;
  left: 50%;
  transform: rotate(45deg);
  transform-origin: -35% 30%;
  transition: all 0.2s;
}

input[type="checkbox"]:checked ~ .checkbox {
  transition: all 0.3s;
  border-bottom: 2px solid #ffcc00;
  border-right: 2px solid #ffcc00;
}

@keyframes neon {
  from {
    text-shadow:
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  to {
      text-shadow:
      0 0 3px #fff,
      0 0 7px  #fff,
      0 0 13px  #fff,
      0 0 17px  #B6FF00,
      0 0 33px  #B6FF00,
      0 0 38px  #B6FF00,
      0 0 48px #B6FF00,
      0 0 63px #B6FF00;
    }
}

@keyframes flicker {
  0% {
    text-shadow:
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  2% {
    text-shadow: none;
  }

  8% {
    text-shadow:
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  10% {
    text-shadow: none;
  }

  20% {
    text-shadow:
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  22% {
    text-shadow: none;
  }

  24% {
    text-shadow:
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  28% {
    text-shadow: none;
  }

  32% {
    text-shadow:
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }

  34% {
    text-shadow: none;
  }

  36% {
    text-shadow: none;
  }

  42% {
    text-shadow: none;
  }

  100% {
    text-shadow:
    0 0 2.5px #fff,
    0 0 5px #fff,
    0 0 7.5px #fff,
    0 0 10px #B6FF00,
    0 0 17.5px #B6FF00,
    0 0 20px #B6FF00,
    0 0 25px #B6FF00,
    0 0 37.5px #B6FF00;
  }
} */

/* .main-bg {
    background: url(../images/mutakamela_images/7.jpeg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
} */
