@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@300;400;500;600;700&family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
html {
    -webkit-tap-highlight-color: transparent;
    scroll-behavior: smooth;
    overflow-x: hidden!important
}

body {
    margin: 0;
    font-family: "Poppins", 'IBM Plex Sans Thai', "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 1.4em;
    color: #444444;
    background-color: #f0f2fa;
}

.page-center {
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sign-up__logo {
    max-width: 300px;
    max-height: 68px;
    margin: 0 auto 1.5rem auto;
    display: block;
}

.sign-up__subtitle,
.sign-up__title {
    text-align: center;
    margin-bottom: 20px;
}

.sign-up__title {
    font-size: 32px;
    line-height: 1.06;
    letter-spacing: 1px;
    color: #171717;
    margin-bottom: 0.5rem;
}

.sign-up__subtitle {
    max-width: 424px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #767676;
    margin-bottom: 2rem;
}

.form {
    -webkit-box-shadow: 0 5px 10px rgba(160, 163, 189, .1);
    box-shadow: 0 5px 10px rgba(160, 163, 189, .1);
    border-radius: 10px;
    padding: 35px 35px 56px;
    background-color: #fff;
    text-align: left;
}

.form-label-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
}

.form-label {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    color: #171717;
    cursor: pointer;
    margin-bottom: 5px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.form-input {
    border-radius: 8px;
    border-width: 0;
    margin-bottom: 15px;
    padding: 5px 16px;
    height: 44px;
    width: 280px;
    background: #eff0f6;
}

.forget-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.43;
    border-bottom: dashed 1px transparent;
}

.forget-link:hover {
    color: #2f49d1;
    border-color: #2f49d1;
}

.form-checkbox-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    cursor: pointer;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
}

.form-checkbox-label {
    font-size: 14px;
    line-height: 1.71;
    color: #767676;
}

.form-checkbox {
    margin-right: 12px;
}

.form-btn {
    width: 100%;
}

.primary-default-btn,
.primary-white-btn,
.secondary-default-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: 4px;
    padding: 10px 20px;
}

.transparent-btn {
    background-color: transparent;
    border: 2px solid transparent !important;
}

.primary-default-btn {
    color: #fff;
    border-color: #4fc9da;
    background-color: #4fc9da;
}

.primary-default-btn:hover {
    color: #fff;
    border-color: #30a6b6;
    background-color: #30a6b6;
}