@import "webflow-base.css";
@import "login-fonts.css";

.login-wrapper {
    position: relative;
    z-index: 3;
    display: flex;
    width: auto;
    height: auto;
    padding: 2em 1.5em;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 16px;
}
.login-wrapper.sign-up-success {
    text-align: center;
    align-items: center;
}
.login-logo {
    position: relative;
    display: flex;
    height: 64px;
    margin-bottom: 16px;
    flex-direction: row;
    align-items: center;
}
.text-block {
    display: flex;
    height: 32px;
    align-items: center;
    font-family: Satoshi, sans-serif;
    color: #1e1e1e;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
}
.form-wrapper {
    position: relative;
    z-index: 50;
    display: flex;
    overflow: visible;
    width: 100%;
    max-width: 360px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}
.social-btn {
    position: relative;
    margin-bottom: 10px;
    padding: 12px 40px 12px 15px;
    border-style: solid;
    border-width: 1px;
    border-color: #dcdce5;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(220, 220, 230, 0.5);
    transition: border-color 200ms ease, box-shadow 200ms ease;
    color: #000;
    font-size: 15px;
    font-weight: 300;
    text-decoration: none;
}
.social-btn:hover {
    border-color: #374252;
    box-shadow: none;
}
.social-btn:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #000;
}
.social-btn::-moz-placeholder {
    color: #6e6e6e;
}
.social-btn::-ms-input-placeholder {
    color: #6e6e6e;
}
.social-btn::placeholder {
    color: #6e6e6e;
}
.social-btn.google {
    display: flex;
    max-height: 48px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
.social-btn.google:hover {
    border-color: #3073f5;
}
.social-content {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-column-gap: 20px;
}
.social-text {
    font-family: Satoshi, sans-serif;
    color: #1e1e1e;
    font-size: 14px;
    font-weight: 700;
}
.disconnect-link {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    padding: 13px;
    text-align: right;
    text-decoration: underline;
}
.disconnect-link:hover {
    color: #000;
}
.disconnect-image {
    width: 16px;
}
.form-divider {
    display: flex;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    letter-spacing: 2px;
}
.form-div-line {
    width: 40%;
    height: 0.8px;
    background-color: #e4e4e4;
}
.form-div-text {
    min-width: 33%;
    flex: 0 0 auto;
    text-align: center;
}
.flex-row-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.link {
    color: #3073f5;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
}
.link:hover {
    -webkit-text-stroke-color: #225ed2;
    text-decoration: underline;
}
.button {
    display: flex;
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #434de7;
    box-shadow: 0 1px 20px 0 rgba(34, 34, 34, 0.16);
    transition: background-color 200ms ease, box-shadow 200ms ease;
    font-size: 16px;
    font-weight: 400;
}
.button:hover {
    background-color: #272d88;
    box-shadow: 0 5px 30px 0 rgba(34, 34, 34, 0.16);
}
.button-wrapper {
    width: 100%;
    text-align: center;
}
.email-form {
    display: flex;
    overflow: hidden;
    margin: 10px -20px 20px;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: border-color 200ms ease, box-shadow 200ms ease;
}
.login-page-signup-link {
    margin-top: 24px;
    letter-spacing: .2px;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
}
.field-label {
    margin-bottom: 5px;
    color: #374252;
    font-size: 14px;
    font-weight: 600;
}
.text-field-wrapper {
    display: flex;
    width: 100%;
    margin-bottom: 8px;
    flex-direction: column;
}
.text-field {
    height: 40px;
    margin-bottom: 0px;
    border-style: solid;
    border-width: 1px;
    border-color: #ccc;
    border-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(220, 220, 230, 0.5);
    transition: border-color 200ms ease, box-shadow 200ms ease;
    color: #000;
    font-size: 14px;
    font-weight: 300;
}
.text-field:hover {
    border-color: rgba(0, 0, 0, 0.8);
    box-shadow: 0 1px 4px 0 rgba(220, 220, 229, 0.9);
}
.text-field:focus {
    border-style: solid;
    border-width: 1px;
    border-color: #434de7;
}
.text-field::-moz-placeholder {
    color: #6e6e6e;
}
.text-field::-ms-input-placeholder {
    color: #6e6e6e;
}
.text-field::placeholder {
    color: #6e6e6e;
}
.field-description {
    margin-top: 3px;
    color: rgba(0, 0, 0, 0.6);
    font-size: 12px;
    font-weight: 300;
}

/* Register */
.form-container {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0px;
}
.form-kategori {
    margin-top: 8px;
    margin-bottom: 16px;
}
.login {
    display: flex;
    align-items: flex-start;
}
.login-area {
    display: flex;
    width: 50%;
    height: auto;
    min-height: 100vh;
    padding-top: 2em;
    padding-bottom: 2em;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.login-image {
    position: fixed;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: flex;
    overflow: hidden;
    width: 50%;
    height: 100%;
    min-height: 100vh;
    justify-content: center;
    align-items: center;
    background-image: url("../images/643647b3f636467556a62f39_silas-baisch-PvBECXDZw84-unsplash.jpg");
    background-position: 50% 50%;
    background-size: cover;
}
.login-logo-text {
    display: flex;
    height: 32px;
    align-items: center;
    font-family: Satoshi, sans-serif;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    white-space: normal;
}
.login-heading {
    margin-top: 0px;
    margin-bottom: 24px;
    font-family: Satoshi, sans-serif;
    font-size: 24px;
    font-weight: 700;
}
.login-heading.sign-up-success {
    margin-bottom: 8px;
}
.form-group {
    width: 360px;
}
.textfield {
    height: 40px;
    margin-bottom: 8px;
    border-radius: 24px;
}
.textfield:hover {
    border: 1px solid #3073f5;
}
.textfield:focus {
    border: 1px solid #3073f5;
}
.textfield.textfield-password {
    padding-right: 40px;
}
.textfield-container {
    position: relative;
}
.icon-eye-password-container {
    position: absolute;
    top: 11px;
    right: 15px;
}
.fs-combobox_dropdown {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    border-radius: 20px;
}
.select2-container {
    display: flex;
    min-height: 40px;
    padding: 0.5rem 0.75rem 0.5rem 1rem;
    flex-direction: row;
    justify-content: space-between;
    grid-column-gap: 0.5rem;
    grid-row-gap: 0.5rem;
    border-radius: 24px;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #dadada;
    border-radius: 20px;
}
.select2-container .selection {
    width: 100%;
}
.combobox-select-container-multiple .select2-container {
    height: auto;
}
.combobox-select-container-multiple .select2-container .select2-search.select2-search--inline {
    vertical-align: sub;
}
.combobox-select-container-multiple .select2-container .select2-search.select2-search--inline textarea {
    caret-color: transparent;
}

.select2-selection {
    width: 100%;
    border: 0 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #ccc;
}
.combobox-select-container .select2-container {
    border: 1px solid #dadada;
}
.select2-container--open {
    border: 0;
}
.form-nested-group {
    margin-bottom: 10px;
}
.form-field-dynamic {
    display: none;
    margin-bottom: 16px;
    padding-bottom: 8px;
    flex-direction: column;
    grid-row-gap: 8px;
    border-bottom: 1px solid #e5e5e5;
}
.form-field input.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
.form-field label.error {
    color: #a94442;
    margin-bottom: 20px;
}
.form-field select.error  ~ .select2-container{
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
select.error ~ label.error {
    margin-bottom: 5px;
}
/* Success Register */
.paragraph-14-normal {
    text-align: left;
    letter-spacing: .2px;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    position: static;
}
.paragraph-14-normal.sign-up-success {
    text-align: center;
    margin-bottom: 24px;
}
.paragraph-14-normal.sign-up-success.sign-up-success-mobile {
    display: none;
}
.w-button {
    color: #fff;
    line-height: inherit;
    cursor: pointer;
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    padding: 9px 15px;
    text-decoration: none;
    display: inline-block;
}
.btn-blue-small {
    background-color: rgb(48, 115, 244);
    border-radius: 100px;
    padding: 8px 24px;
    font-family: Satoshi, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
}
.btn-blue-small:hover {
    background-color: #272d88;
    box-shadow: 0 5px 30px 0 rgba(34, 34, 34, 0.16);
}
.submit-button {
    height: 48px;
    margin-top: 10px;
    border-radius: 24px;
    background-color: #3073f5;
    font-family: Satoshi, sans-serif;
    font-weight: 700;
}
.submit-button:hover {
    background-color: #2262e0;
}

/* BREAKPOINT */
@media screen and (min-width: 1280px) {
    .login-wrapper {
        justify-content: center;
        font-family: Satoshi, sans-serif;
    }
    .login-logo {
        margin-bottom: 32px;
    }
    .social-btn.google {
        border-radius: 24px;
    }
    .link {
        text-decoration: none;
    }
    .button {
        margin-top: 2px;
        margin-bottom: 0px;
        border-radius: 24px;
        background-color: #3073f5;
        font-size: 14px;
        font-weight: 700;
    }
    .text-field {
        border-radius: 24px;
    }
    .text-field.email-field {
        border-radius: 24px;
    }
    .field-description {
        font-weight: 400;
    }
    .btn-blue-small {
        background-color: rgb(48, 115, 244);
        font-size: 12px;
        line-height: 24px;
    }
}

@media screen and (max-width: 479px) {
    .login-logo {
        padding-left: 0px;
    }
    .header {
        height: 100vh;
      }

      .wrapper {
        grid-row-gap: 16px;
        overflow: hidden;
      }

      .hero-content {
        align-items: flex-start;
        margin-top: 0;
        padding-left: 16px;
        padding-right: 16px;
      }

      .heading-48-center.skew-up {
        text-align: left;
        font-size: 26px;
        line-height: 36px;
      }

      .heading-48-center.skew-up.hero-text-desktop {
        display: none;
      }

      .heading-48-center.skew-up.hero-text-mobile {
        display: block;
      }

      .paragraph-16.skew-up {
        text-align: left;
        font-size: 15px;
        line-height: 24px;
      }

      .navbar-homepage {
        z-index: 999;
      }

      .nav-link {
        padding-left: 0;
        padding-right: 0;
      }

      .nav-logo {
        padding-left: 0;
      }

      .container {
        padding-left: 16px;
        padding-right: 0;
      }

      .hero-foreground-bird {
        display: none;
      }

      .nav-menu {
        z-index: 9999;
        height: auto;
        text-align: left;
        background-color: #fff;
        padding: 12px 20px 20px;
        box-shadow: 0 2px 5px rgba(0, 0, 0, .08);
      }

      .section {
        padding-left: 0;
        padding-right: 0;
        overflow: visible;
      }

      .section-content {
        padding-left: 16px;
        padding-right: 16px;
      }

      .section-content-2 {
        border-radius: 0;
        padding: 64px 16px;
      }

      .section-content-1 {
        border-radius: 0;
        align-items: flex-start;
        padding: 64px 16px;
      }

      .heading-24-center.skew-up {
        width: 100%;
        text-align: left;
        font-size: 18px;
        line-height: 28px;
      }

      .heading-24-left.skew-up {
        font-size: 18px;
        line-height: 28px;
      }

      .container-maps {
        display: none;
      }

      .btn-primary {
        flex-direction: column;
        align-items: flex-start;
      }

      .section-content-4 {
        border-radius: 0;
        padding-left: 16px;
        padding-right: 16px;
      }

      .section-content-5 {
        padding: 64px 16px;
      }

      .paragraph-14-normal.sign-up-success {
        display: none;
      }

      .paragraph-14-normal.sign-up-success.sign-up-success-mobile {
        display: block;
      }

      .social-media {
        flex-direction: row;
        align-items: flex-start;
      }

      .social-foreground-komodo {
        display: none;
      }

      .social-foreground-coconut {
        width: 184px;
        height: 270px;
        top: -20%;
        right: -17%;
      }

      .footer {
        padding-left: 16px;
        padding-right: 16px;
      }

      .footer-foreground-coral {
        width: 100%;
        height: 190px;
      }

      .heading-48-left.skew-up {
        font-size: 32px;
        line-height: 40px;
      }

      .footer-content {
        grid-row-gap: 24px;
        flex-direction: column;
        padding-top: 48px;
        padding-left: 0;
        padding-right: 0;
      }

      .brand-footer {
        padding-left: 0;
      }

      .footer-foreground-kura {
        display: none;
      }

      .footer-right-content {
        width: 100%;
        grid-row-gap: 48px;
        padding-top: 0;
        padding-bottom: 100px;
      }

      .footer-content-contact {
        border-bottom: 1px solid rgba(0, 0, 0, .16);
        padding-bottom: 16px;
      }

      .footer-content-link {
        grid-row-gap: 16px;
        border-bottom: 1px solid rgba(0, 0, 0, .16);
        padding-bottom: 16px;
      }

      .paragraph-14-normal-footer {
        font-size: 13px;
      }

      .footer-right-container {
        grid-row-gap: 16px;
        flex-direction: column;
      }

      .komitmen-foreground-rafles, .komitmen-foreground-kupu {
        display: none;
      }

      .wrapper-footer {
        overflow: hidden;
      }

      .accordion-item, .accordion-parent {
        width: 100%;
      }

      .sosmed.sosmed-fb-desktop {
        display: none;
      }

      .sosmed.sosmed-fb-mobile, .sosmed.sosmed-ig-mobile {
        display: block;
      }

      .sosmed.sosmed-ig-desktop, .sosmed.sosmed-tw-desktop {
        display: none;
      }

      .sosmed.sosmed-tw-mobile {
        display: block;
      }

      .nav-mobile-menu {
        padding: 20px;
      }

      .nav-mobile-menu:active {
        background-color: #fff;
      }

      .nav-mobile-menu:focus {
        color: #252525;
      }

      .nav-mobile-menu.w--open {
        color: #2e2e2e;
        background-color: #fff;
      }

      .btn-black-outline {
        display: none;
      }

      .heading-24-bold.skew-up {
        font-size: 18px;
        line-height: 28px;
      }

      .login-wrapper {
        width: 100%;
        text-align: left;
        padding: 1em;
      }

      .form-divider {
        width: 100%;
      }

      .login-logo {
        padding-left: 0;
      }

      .section-content-7 {
        align-items: flex-start;
        padding: 80px 16px;
      }

      .form-group {
        width: 100%;
      }

      .login-area {
        width: 100%;
        height: 60%;
        min-height: 0;
        flex-direction: row;
        justify-content: flex-start;
        padding-top: 1em;
        padding-bottom: 0;
      }

      .login-image {
        width: 100%;
        height: 140px;
        min-height: auto;
        position: relative;
      }

      .login {
        height: 100%;
        flex-direction: column-reverse;
      }

      .login-heading {
        width: 100%;
        text-align: center;
      }

      .login-logo-copy {
        padding-left: 0;
      }

      .heading-16-bold.skew-up, .heading.skew-up {
        font-size: 18px;
        line-height: 28px;
      }

      .btn-black-outline-mobile {
        text-align: center;
        margin-top: 12px;
        display: block;
      }
}