/*SWEET ALERT*/
.sweet-alert {
  background-color: rgba(0,0,0,0) !important;
}
.sweet-alert .sa-icon.sa-custom {
  width: 100% !important;
  height: 200px !important;
}
.mw-footer-logo {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  text-align: center;
}

body::-webkit-scrollbar {
  cursor: pointer;
  width: 8px;
  height: 8px;
  background: rgba(0,0,0,0);
}
body::-webkit-scrollbar-track {
  cursor: pointer;
  background: rgba(0,0,0,0);
}
body::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: white;
}
.mw-body-login {
    /*background-image: url('/assets/admin/images/login_bg.png');*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #097184;
}

@media screen and (max-width: 766px) {
    .mw-body-login {
        background-image: none;
    }
}

.mw-text-error {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}
.mw-brand-text {
  color: #F7BA30;
}
.mw-brand-img-mobile {
  width: 30%
}

.mw-page-brand-info {
    margin-top: 100px !important;
}

/*COLOR*/
.mw-white {
    color: white !important;
}
.mw-color {
    color: #097184 !important;
}
.mw-bg-color {
    background-color: #F7BA30 !important;
}
/*BUTTON COLOR*/
.btn-color {
    color: white;
    background-color: #097184;
    border: 1px solid #097184;
}
.btn-color.btn-outline {
    color: #F7BA30;
    background-color: transparent;
 }
.btn-color.btn-outline:hover,
.btn-color.btn-outline:focus,
.btn-color.btn-outline.focus {
    background: #F7BA30;
    color: #ffffff;
}
.radio-color input[type="radio"] + label::after {
    background-color: #F7BA30;
}
.radio-color input[type="radio"]:checked + label::before {
    border-color: #F7BA30;
}
.radio-color input[type="radio"]:checked + label::after {
    background-color: #F7BA30;
}

