@font-face {
  font-family: "Outfit";
  src: url("font/Outfit-VariableFont_wght.ttf") format("truetype");
}
body {
  background: #fff;
  position: fixed;
  height: 100%;
  width: 100%;
}

body * {
  font-family: "Outfit";
}

[box-left] {
  background-image: url(split.png);
  background-position: top left;
  background-repeat: repeat;
  position: fixed;
  height: 100%;
}
[box-right] {
}
.container {
  width: 920px;
  margin-right: 0px;
}
.container [logo] {
  padding: 40px 0px;
}
.container [logo] img {
  width: 300px;
  height: 73px;
}

.container [wellcome] {
}
.container [wellcome]:before {
  content: "";
}
.container [wellcome]:after {
  content: "";
}
.container [wellcome] > div[bgc] {
  background: #2d9040;
  width: 400px;
  height: 400px;
  display: block;
  margin-bottom: -400px;
  margin-left: -40px;
  margin-top: 37px;
  border-radius: 50%;
  overflow: hidden;
}
.container [wellcome] > div[bgc] > div {
  width: 408px;
  height: 433px;
  background: #349a47;
  border-radius: 50% 0px 0px 50%;
  margin-left: 44px;
  margin-top: 40px;
}
.container [wellcome] > div[bgc]:before {
  content: "";
}
.container [wellcome] > div[bgc]:after {
  content: "";
}
.container [wellcome] > div[nbgc] {
  width: auto;
  background: transparent;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  z-index: 99 !important;
}
.container [wellcome] > div[nbgc]:before {
  content: "";
  /*width: 500px;
    height: 500px;
    background: #2d9040;
    position: absolute;
    z-index: 1;
    border-radius: 50%;*/
}
.container [wellcome] > div[nbgc]:after {
  /*content: ""; 
	width: 500px;
    height: 500px;
    background: #349a47;
    position: absolute;
    z-index: 2;
    border-radius: 50%;*/
}
.container [wellcome] > div[nbgc] p {
  margin: 0px 0px;
  line-height: normal;
  color: #fff;
}
.container [wellcome] > div[nbgc] p:nth-child(1) {
  font-size: 30px !important;
  color: rgb(255 255 255 / 91%);
}
.container [wellcome] > div[nbgc] p:nth-child(2) {
  font-size: 125px !important;
  font-weight: bold;
  margin-top: -7px;
  margin-bottom: -15px;
  font-family: arial;
  letter-spacing: 8px;
  margin-left: -8px;
}
.container [wellcome] > div[nbgc] p:nth-child(3) {
  font-size: 20px !important;
  color: rgb(255 255 255 / 56%);
}

.container [form] {
}
.container [form] form {
  background: #fff;
  width: 335px;
  padding: 32px 32px;
  border-radius: 12px;
  box-shadow: 0px 0px 8px 3px rgb(0 0 0 / 12%);
}
.container [form] form > p {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #61b070;
  padding-bottom: 10px;
}
.container [form] form .form-group {
  margin-bottom: 7px;
}
.container [form] form .form-group > label,
.container [form] form .form-group > .input-group > label {
  font-size: 14px;
  padding-left: 15px;
}
.container [form] form .form-group > .error,
.container [form] form .form-group > .input-group > .error {
  font-size: 12px;
  padding-left: 15px;
}
.container [form] form input.form-control {
  padding: 7px 14px;
  height: 34px;
  border-radius: 5px !important;
  font-size: 16px !important;
  background: rgb(238 238 238 / 42%);
  color: #000 !important;
  font-weight: bold;
}
.container [form] form .input-group .error {
  display: block !important;
  margin-bottom: -25px;
  font-size: 12px;
}
.container [form] form .error {
  line-height: normal;
  /*padding-bottom: 23px;*/
}
.container [form] form .input-group input.form-control {
  border-radius: 5px 0px 0px 5px !important;
  border-right: 0px;
}
.container [form] form .input-group .input-group-addon:last-child {
  background: #f8f8f8;
  border-radius: 0px 5px 5px 0px;
}
.container [form] form input.form-control:focus {
  background: #fff;
  /* color: #0abd27 !important; */
  border-color: #0abd27;
}
.container
  [form]
  form
  input.form-control:focus
  + .input-group-addon:last-child {
  background: #fff;
  border-color: #0abd27;
  font-weight: normal;
}
.container [form] form input.form-control::-webkit-input-placeholder {
  font-size: 12px !important;
  color: rgb(0 0 0 / 25%);
  font-weight: normal;
}
.container [form] form input.form-control:-ms-input-placeholder {
  font-size: 12px !important;
  color: rgb(0 0 0 / 25%);
  font-weight: normal;
}
.container [form] form input.form-control::placeholder {
  font-size: 12px !important;
  color: rgb(0 0 0 / 25%);
  font-weight: normal;
}
.container [form] [box_captcha] {
  border: 1px solid rgb(221 221 221 / 43%);
  padding: 10px 4px 10px 10px;
  border-radius: 5px;
}
.container [form] [box_captcha] > span {
  display: none;
}
.container [form] [box_captcha] [img_cp] {
  text-align: left;
  padding: 5px 15px 0px 0px;
  background: #fff;
  border: 0px;
}
.container [form] [box_captcha] [img_cp]:before {
  content: "Berapakah Jumlah";
  display: block;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 6px;
}
.container [form] [box_captcha] [img_cp] img {
  width: 55px;
}
.container [form] form [box_captcha] .input-group [inp_cp] {
  border: 1px solid #ddd !important;
  border-radius: 5px !important;
  margin-top: 5px;
}
.container [form] form [box_captcha] .input-group [inp_cp]:active {
  border-color: #0abd27 !important;
}

.container [form] form .sign-footer .btn-success {
  padding: 7px 10px;
  font-weight: bold;
  border-radius: 5px !important;
  background: #39af4f;
  border-color: #39af4f;
  font-size: 16px;
}
.container [form] form .sign-footer .btn-success:active {
  box-shadow: inset 0px 4px 10px -2px rgb(0 0 0 / 50%);
  border-color: rgb(0 0 0 / 24%);
  color: rgb(255 255 255 / 58%);
}
.container [form] form .sign-footer a {
  text-decoration: none;
  font-size: 11px;
  color: #636e7b;
}
.container [form] form .sign-footer a:hover,
.container [form] form .sign-footer a:focus,
.container [form] form .sign-footer a:active {
  text-decoration: none;
  color: #39af4f;
}
[cpr] {
  position: fixed;
  z-index: 999999;
  bottom: 10px;
  color: rgb(255 255 255 / 53%);
  font-size: 13px;
  left: 0px;
  font-weight: normal;
  line-height: normal;
  width: 100%;
  text-align: center;
}

[cpr] a {
  color: rgb(255 255 255 / 53%);
  text-decoration: none;
}
[fmg_password] .input-group-addon .fa {
  cursor: pointer;
}

input::-ms-reveal,
input::-ms-clear {
  display: none;
}

@media (min-width: 480px) and (max-width: 768px) {
  body {
    /*background: blue;*/
  }
  [box-left] {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .container [logo] {
    text-align: center;
  }
  .container [form] form {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  body {
    /*background: yellow;*/
  }
  .container [wellcome] {
    display: block !important;
    width: 50% !important;
    opacity: 0.7;
  }
  .container [form] form {
    margin-left: -55px;
  }
}
@media (min-width: 850px) and (max-width: 992px) {
  body {
    /*background: orange;*/
  }
  .container [wellcome] {
    display: block !important;
    width: 50% !important;
  }
  .container [form] form {
    margin-left: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  body {
    /*background: red;*/
  }
  .container {
    padding-left: 70px;
  }
  .container [wellcome] {
    display: block !important;
    width: 50% !important;
  }
  .container [form] form {
    margin-left: 125px;
  }
}
@media (max-width: 360px) {
  .container [form] form {
    margin-left: -22px;
  }
}

@media (min-width: 375px) {
  .container [form] form {
    margin-left: -16px;
  }
}

@media (min-width: 390px) {
  .container [form] form {
    margin-left: -6px;
  }
}

@media (min-width: 412px) {
  .container [form] form {
    margin-left: 5px;
  }
}

@media (min-width: 540px) {
  .container [form] form {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  [cpr] {
    display: none;
  }
}
