        body {
            overflow-x: hidden;
            width: 100%;
            position: relative;
            background-color: #1E1E1E;
            color: #E8E8E8;
            font-family: 'Sarabun' !important;
        }
        
        .login-page {
            padding-bottom: 0%;
            height: 100vh;
            color: #E8E8E8;
            font-family: 'Sarabun';
        }
        
        .register-form input {
            height: 48px;
            padding: 2% 2%;
            margin-bottom: 3%;
            border: none;
            float: left;
            margin-bottom: 5%;
            font-size: 14px;
            /* Back/Back pad brighter */
            background: #383839;
            /* Separator/Main separator */
            border: 1px solid #3D3D3E;
            box-sizing: border-box;
            border-radius: 6px;
            color: #E8E8E8;
        }
        
        .form-control:disabled,
        .form-control[readonly] {
            background-color: #383839;
            opacity: 1;
        }
        
        .register-form ::placeholder {
            color: #98999A;
            padding: 5% 5% 5% 5%;
        }
        
        .btn-register {
            margin-top: 5%;
            width: 105%;
            background: #1E75FF !important;
            border-color: #1E75FF !important;
            color: #E8E8E8;
            padding: 3% 0.5% !important;
            font-size: 16px;
            font-weight: 700;
            margin-right: 35%;
            margin-left: -9px;
            border-radius: 8px;
        }
        
        .horizontal-division {
            width: 40%;
            margin-top: 3.5%;
            max-height: 2px;
            margin-left: 8px;
        }
        
        .horizontal-text {
            padding-left: 12px;
            padding-right: 5px;
        }
        
        .register-first-column {
            padding: 0% 8% 0% 10%;
        }
        
        .register-second-column {
            background-color: #2B2B2B;
            height: 100vh;
        }
        
        .register-side-text {
            margin-top: 20%;
            font-size: 22px;
            line-height: 28.6px;
        }
        
        .fixed-btn-register-mobile {
            height: 100px;
            background-color: #2B2B2B;
            width: 100%;
            position: fixed;
            top: 86%;
            margin: 0% 0% 0% -10%;
        }
        
        .fixed-btn-register-mobile .btn-register {
            height: 50px;
            width: 96% !important;
            margin: 3% 3% 3% 2% !important;
        }
        
        .fixed-btn-register-mobile h4 {
            font-size: 14px !important;
            color: #98999A;
        }
        
        .register-form .form-row {
            margin-left: -14px;
        }
        
        .register-form-title h3 {
            margin-top: 10%;
            margin-bottom: 10%;
            font-size: 36px;
            font-weight: 800;
        }
        
        .register-form label {
            font-size: 14px;
        }
        
        .register-form .login-logo {
            width: 10%;
            margin: 0% 0% 0% 0%;
            margin-top: 5%;
        }
        
        .register-form h4 {
            margin: 3% 0% 3% 2% !important;
            font-size: 14px !important;
            color: #98999A;
        }
        
        .login-form input {
            color: #E8E8E8;
            height: 48px;
            padding: 2% 2%;
            margin-bottom: 3%;
            border: none;
            float: left;
            margin-bottom: 5%;
            font-size: 14px;
            /* Back/Back pad brighter */
            background: #383839;
            /* Separator/Main separator */
            border: 1px solid #3D3D3E;
            box-sizing: border-box;
            border-radius: 6px;
        }
        
        .login-form ::placeholder {
            color: #98999A;
            padding: 5% 5% 5% 5%;
        }
        
        .login-form .form-row {
            margin-left: -14px;
        }
        
        .login-form-title h3 {
            margin-top: 10%;
            margin-bottom: 10%;
            font-size: 36px;
            font-weight: 800;
        }
        
        .login-form label {
            font-size: 14px;
        }
        
        .login-form .login-logo {
            width: 10%;
            margin: 0% 0% 0% 0%;
            margin-top: 5%;
        }
        
        .login-form h4 {
            margin: 3% 0% 3% 2% !important;
            font-size: 14px !important;
            color: #98999A;
        }
        
        .negative-feedback-form {
            text-align: left;
            float: left;
            color: red;
            margin: 10px 0px 15px 10px;
            font-size: 0.89em;
            font-weight: bold;
            opacity: 0.75;
            margin: -10px 0px 25px 10px !important;
        }
        
        .auth-buttons {
            margin-top: 2%;
            margin-left: -8px;
        }
        
        .btn-google {
            margin-top: 5%;
            width: 110%;
            height: 48px;
            background: #1E1E1E;
            border-color: #98999A !important;
            color: #98999A;
            padding: 3% 0.5% !important;
            font-size: 16px;
            font-weight: 600;
            border-radius: 6px;
            margin-right: 50%;
            margin-left: -15px;
            margin-bottom: 25px;
        }
        /* .btn-google:before {
    background-image: url(http://icons.iconarchive.com/icons/fatcow/farm-fresh/16/accept-icon.png);
} */
        
        .extra-space {
            height: 100px;
        }
        
        .displayNone {
            display: none;
        }
        
        .field-icon {
            color: gray;
            padding: 0 5px;
            float: right;
            margin-left: -30px;
            margin-top: 15px;
            position: relative;
            z-index: 2
        }
        
        .not-confirmed-first-column {
            background-color: #2B2B2B;
        }
        
        .not-confirmed-second-column {
            background-color: #1E1E1E;
        }
        
        .not-confirmed-container {
            margin: 10% 10% 10% 20%;
            height: 100vh;
        }
        
        .not-confirmed-container .login-logo {
            width: 20%;
            margin: 0% 0% 0% 0%;
            margin-top: 5%;
        }
        
        .not-confirmed-title h3 {
            margin-top: 40%;
            margin-bottom: 10%;
            font-size: 24px;
            font-weight: 800;
            line-height: 31.2px;
            text-align: left;
        }
        
        .circle {
            height: 32px;
            width: 32px;
            border-radius: 50%;
            color: #E8E8E8;
            line-height: 0;
            position: relative;
            border: 1px solid;
        }
        
        .circle-disabled {
            height: 32px;
            width: 32px;
            border-radius: 50%;
            color: #656667;
            line-height: 0;
            position: relative;
            border: 1px solid;
        }
        
        .circle::after {
            content: "";
            display: block;
            padding-bottom: 100%;
        }
        
        .text-circle {
            position: absolute;
            bottom: 50%;
            width: 100%;
            text-align: center;
            color: #E8E8E8;
            font-size: 13px;
            font-weight: 700;
        }
        
        .text-circle-disabled {
            position: absolute;
            bottom: 50%;
            width: 100%;
            text-align: center;
            color: #656667;
            font-size: 13px;
            font-weight: 700;
        }
        
        .arrow-icon {
            height: 12px;
            width: 12px;
            margin-top: 3%;
            margin-left: 5%;
        }
        
        .vertical-line {
            height: 40px;
            width: 1px;
            margin-left: 7%;
            margin-top: 5%;
            margin-bottom: 5%;
        }
        
        .not-confirmed-steps {
            font-weight: 800;
            font-size: 12px;
            line-height: 16px;
            margin-left: 6%;
            margin-top: 2%;
        }
        
        .not-confirmed-steps-disabled {
            font-weight: 800;
            font-size: 12px;
            line-height: 16px;
            margin-left: 6%;
            margin-top: 2%;
            color: #656667;
        }
        
        .not-confirmed-subtext {
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #98999A;
        }
        
        .not-confirmed-side-subtext {
            margin: 0% 28% 1% 0%;
            font-size: 18px;
            line-height: 27px;
            font-weight: 400;
            color: #98999A;
        }
        
        .not-confirmed-side-text {
            margin: 10% 10% 1% 0%;
            font-size: 36px;
            line-height: 46.8px;
            font-weight: 800;
        }
        
        .not-confirmed-side-smalltext {
            margin: 0% 12% 1% 0%;
            font-size: 14px;
            line-height: 19.6px;
            font-weight: 400;
            color: #98999A;
        }
        
        .not-confirmed-resend {
            padding: 0% 3% 0% 3%;
            font-size: 16px;
            font-weight: 700;
        }
        
        .not-confirmed-title-mobile h3 {
            margin-top: 20%;
            margin-left: 5%;
            margin-bottom: 10%;
            font-size: 24px;
            font-weight: 800;
            line-height: 31.2px;
        }
        
        .not-confirmed-subtext-mobile {
            margin-left: 5%;
            font-size: 16px;
            line-height: 24px;
            font-weight: 400;
            color: #98999A;
        }
        
        .not-confirmed-email-mobile {
            font-size: 14px;
            line-height: 24px;
            font-weight: 400;
            color: #98999A;
        }
        
        .fixed-btn-not-confirmed-mobile {
            height: 100px;
            background-color: #2B2B2B;
            width: 100%;
            position: fixed;
            top: 88%;
            margin: 0% 0% 0% -4%;
        }
        
        .fixed-btn-not-confirmed-mobile .btn-register {
            height: 50px;
            width: 96% !important;
            margin: 3% 3% 3% 2% !important;
        }
        
        .not-confirmed-mobile {
            padding: 0% 6% 0% 5%;
        }
        
        .not-confirmed-subtitle-mobile h3 {
            padding: 10% 5% 5% 5%;
            font-size: 30px;
            font-weight: 600;
        }
        
        .not-confirmed-resend-mobile {
            padding: 0% 3% 0% 3%;
            font-size: 16px;
            font-weight: 600;
        }
        
        .not-confirm-resend-icon {
            margin-left: 3%;
        }
        
        .not-confirmed-input-mobile {
            height: 48px;
            padding: 2% 2%;
            margin-bottom: 3%;
            border: none;
            float: left;
            margin-bottom: 5%;
            font-size: 14px;
            /* Back/Back pad brighter */
            background: #383839;
            /* Separator/Main separator */
            border: 1px solid #3D3D3E;
            box-sizing: border-box;
            border-radius: 6px;
        }
        
        .not-confirmed-second-column-input {
            margin: 2% 29% 5% 0%;
            height: 48px;
            padding: 2% 2%;
            margin-bottom: 1% !important;
            border: none;
            float: left;
            margin-bottom: 5%;
            font-size: 14px;
            /* Back/Back pad brighter */
            background: #383839;
            /* Separator/Main separator */
            border: 1px solid #3D3D3E;
            box-sizing: border-box;
            border-radius: 6px;
            color: #E8E8E8;
        }
        
        .company-name {
            margin: 2% 29% 5% 0% !important;
        }
        
        .not-confirmed textarea {
            padding: 2% 2%;
            margin-bottom: 1% !important;
            border: none;
            float: left;
            margin-bottom: 5%;
            font-size: 16px;
            /* Back/Back pad brighter */
            background: #383839;
            /* Separator/Main separator */
            border: 1px solid #3D3D3E;
            box-sizing: border-box;
            border-radius: 6px;
            color: #E8E8E8;
        }
        
        .not-confirmed label {
            font-weight: bold;
            font-size: 14px;
            line-height: 18px;
            color: #E8E8E8;
        }
        
        .not-confirmed-second-column .link-text {
            font-weight: bold;
            font-size: 16px;
            line-height: 21px;
            color: #98999A;
        }
        
        .not-confirmed .select2-container--default .select2-selection--multiple {
            -webkit-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1) !important;
            -moz-box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 20px 1px rgba(0, 0, 0, 0.1);
            -webkit-appearance: none !important;
            -moz-appearance: none;
            appearance: none;
            background-color: #383839;
            height: 48px;
            background-position: right;
            background-size: 35px;
            /* padding: 2% 10%; */
            border-radius: 6px !important;
            border: none !important;
        }
        /* .not-confirmed-second-column .select2-container .select2-selection--multiple .select2-selection__rendered {
            display: block;
        } */
        
        .not-confirmed .select2-container--default .select2-selection--multiple .select2-selection__choice {
            background-color: #4C4C4D;
            border: 1px solid #4C4C4D;
            margin-top: 1.5%;
            font-size: 16px;
            line-height: 21px;
        }
        
        .not-confirmed .select2-container--default .select2-search--inline .select2-search__field {
            color: #E8E8E8;
            font-size: 16px;
            line-height: 21px;
        }
        
        .not-confirmed .select2-results__options {
            background: #4C4C4D;
            color: black;
        }