/*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: 0;
  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/home/images/bg_login_2.png');
    /* background-repeat: no-repeat; */
    background-size: contain;
    background-position: center;
    background-color: white;
}

@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: #ef6453;
}
.mw-brand-img-mobile {
  width: 30%
}

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

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

