* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  margin: 0;
}

.flex_row {
  display: flex;
  align-items: center;
}

.register_background {
  background-image: url(../../images/login_images/login/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 60px;
  position: relative;
}

.register_logo {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.bubble {
  position: relative;
  top: 40px;
}

.logo {
  z-index: 2;
}

.form {
  width: 100%;
  display: block;
  max-width: 600px;
  margin: 0 auto;
}

.cloud {
  background: url("../../images/login_images/login/cloud.png") no-repeat top left/cover;
  width: 100%;
  height: 900px;
  position: absolute;
  bottom: 0px;
}

.register_title {
  color: #68aaff;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: left;
}

input[type=text],
input[type=password],
input[type=email],
input[type=number],
textarea {
  height: 50px;
  align-items: center;
  padding: 0 20px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  border: none;
  display: block;
  border-radius: 10px;
  margin-top: 10px;
  background: #f0f0f0;
}

.input_normal {
  width: 100%;
}

.input_country_code {
  width: 100px;
  height: 50px;
  align-items: center;
  padding: 0 20px 0 20px;
  color: rgba(0, 0, 0, 0.5);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: normal;
  border: none;
  display: block;
  border-radius: 10px;
  background: #f0f0f0;
}

.input_contact_number {
  width: 70%;
}

.register_input {
  margin-top: 20px;
}

.form_box_flex {
  display: flex;
  position: relative;
  max-width: 100%;
}

.form_box {
  position: relative;
  max-width: 100%;
}

.password_view_1,
.password_view_2 {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  cursor: pointer;
}

.hide_password_1,
.hide_password_2 {
  background: url(../../images/login_images/login/icon_mata_garis.svg) no-repeat center/contain;
  height: 18px !important;
  width: 24px !important;
}

.show_password_1,
.show_password_2 {
  background: url(../../images/login_images/login/icon_mata.png) no-repeat center/contain;
}

.flex_space_between {
  display: flex;
  justify-content: space-between;
}

.button_container {
  width: 50%;
}

.register_button_cancel {
  cursor: pointer;
  margin-top: 20px;
  display: block;
  width: 95%;
  height: 50px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #68aaff;
  line-height: 50px;
  text-decoration: none;
}

.register_button_next {
  cursor: pointer;
  margin-top: 20px;
  margin-left: 8px;
  display: block;
  width: 95%;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background: #68aaff;
  border: none;
  text-decoration: none;
}

.register_button_text_cancel {
  color: #68aaff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}

.register_button_text {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register_terms {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: left;
}

.register_terms_a {
  color: #000;
}

.register_sign_in {
  margin-top: 20px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.register_sign_in_a {
  text-decoration: none;
  color: #68aaff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.register_form_wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 380px;
  margin: 20px auto 0;
}

.checkbox_container {
  margin-top: 5px;
  margin-right: 9px;
}

.lines_container {
  display: flex;
  justify-content: space-around;
  margin-top: 10px;
}

.step_line {
  display: block;
  width: calc((100% - 30px) / 4);
  margin-right: 10px;
  height: 5px;
  background-color: rgba(104, 170, 255, 0.25);
  border-radius: 2px;
}

.step_line:last-child {
  margin-right: 0;
}

.step_line.active {
  background-color: #68aaff;
}

.select_box .select2-container--default .select2-selection--single {
  background: #f0f0f0;
  border-radius: 10px;
  border: none;
}

.select_box .select2 {
  width: 100px !important;
  font-family: "Montserrat", sans-serif;
  background: #f0f0f0;
  border-radius: 10px;
}

.select_box .select2-container .select2-selection--single {
  height: 50px;
  border: none;
}

.select_box .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 48px;
}

.select_box .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 14px;
}

.select_box .selectbox .country_name {
  display: none;
}

.select_box .areacode {
  font-size: 12px;
}

.selectbox .country_name {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
  font-family: "Montserrat", sans-serif;
}

.selectbox .areacode {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
}

.select2-container--open {
  width: 100% !important;
  max-width: 440px;
}

.select2-container--open .select2-dropdown--below {
  width: 100% !important;
  max-width: 380px;
}

.container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50px;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
  background-color: #2196f3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

footer {
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 0;
  text-align: center;
  width: 100%;
  font-size: 10px;
  font-family: "Montserrat", sans-serif;
}

@media only screen and (max-width: 767px) {
  .form {
    padding: 0 20px;
  }
  .line_container {
    width: 20%;
  }
  .input_country_code {
    width: 80px;
  }
}
@media only screen and (max-width: 374px) {
  .register_title {
    color: #68aaff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: left;
  }
  .input_country_code {
    width: 85%;
  }
  .input_contact_number {
    width: 90%;
  }
}/*# sourceMappingURL=register.css.map */