* {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  height: 100%;
  background-color: var(--brandColor);
}

body section {
  padding: 0;
  margin: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
}

body section .login-ct {
  background-color: #ffffff;
  width: 320px;
  vertical-align: middle;
  box-shadow: 0px 0 10px black;
  margin: 100px auto;
  border-radius: 10px;
  height: 410px;
  background-color: var(--brandColor);
}

body section .dashboard {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: calc(100% - 350px);
}

@media only screen and (max-width: 769px) {
  body section .dashboard {
    display: none;
  }

  body section .login-ct {
    width: 100%;
    margin: 30px 50px;
  }
}

body section .dashboard .back {
  background-color: var(--brandColor);
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

body section .dashboard .back .svg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
}

body.login_users .login {
  margin: auto;
  text-align: center;
}
body.login_users .login .header-card {
  background-color: white;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 100px;
}
body.login_users .login .body-card {
padding: 30px 40px;
}

body.login_users .login .icon {
  font-size: 2.5rem;
  font-weight: bold;
  color: #0bb9b9;
  /* color: #09acac; */
  text-shadow: 2px 1px 3px rgb(49, 49, 49);
  margin-bottom: 30px;
  font-family: "Righteous", cursive;
  text-decoration-line: underline;
}

body.login_users .login .icon-user {
  color: gray;
}

body.login_users .login .log {
  font-size: 1.25rem;
  font-weight: bold;
  color: #2880ce;
}

body.login_users .login .nama-daerah {
  color: rgb(255, 255, 255);
  text-shadow: 1px 0 10px rgb(0, 0, 0);
  font-size: 1.5em;
  font-weight: bold;
}

body.login_users .login .fotter {
  font-size: 0.75em;
}
.background-image{
  background-color: var(--brandColor);
  width: 100;
  height: 100vh;
  opacity: .90;
}
section.menu-card{
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.bt-login {
  width: 100%;
  border-radius: 15px !important;
  background-color: rgb(21, 169, 228) !important;
  margin: 40px auto !important;
}
body.login_users .login .fotter a{
  color: white !important;
}
body section .dashboard .back h4 {
  padding-top: 12rem;
  color: rgb(250, 250, 232);
  font-weight: bold;
  font: 3rem Viga;
  text-shadow: 1px 0 15px rgb(20, 20, 20);
}

/* => ALERT */
.input-grp-li input[type="text"],
.input-grp-li input[type="password"] {
  border: none;
  border-radius: unset;
  border-bottom: 1.5px solid rgb(110, 110, 110);
  padding: 0 4px !important;
  height: 35px;
  font-family: "Raleway", sans-serif;
}

.input-grp-li label {
  font-family: "Raleway", sans-serif;
  font-size: 11pt;
  color: rgb(160, 160, 160);
}

.input-grp-li input[type="text"]:focus,
.input-grp-li input[type="password"]:focus {
  border-bottom: 2px solid var(--brandColor);
  box-shadow: unset;
  transition: 0.1s;
  outline: none;
}

form input::placeholder {
  color: rgb(177, 177, 177);
  font-size: 0.75em !important;
  font-style: italic;
}

.error-msg {
  color: rgb(218, 7, 7);
  font-family: "Raleway", sans-serif;
  text-align: center;
}

form input.inp-error,
form input.inp-error:focus {
  border: none;
  box-shadow: none;
  border-bottom: 1.75px solid rgb(245 13 13) !important;
}

a {
  text-decoration: none;
}

#pass {
  font-size: 16px;
}

#conten-body {
  background-repeat: no-repeat;
  background-color: #18b5cad8;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
}

#forgot-pass {
  color: #2dbd6e;
  font-family: "Raleway", sans-serif;
  font-size: 10pt;
  margin-top: 3px;
  text-align: center;
}

#card {
  background: white;
  border-radius: 8px;
  box-shadow: 1px 2px 8px rgba(0, 0, 0, 0.65);
  height: 425px;
  margin: 5.65rem auto 8.1rem auto;
  width: 329px;
}

#card-content {
  padding: 12px 24px;
}

/* ::ALERT */

/* => Validation */

/* ::Validation */
