﻿body.self-start {
    min-height: 100vh;
    background-color: #fff;
    height: 100%;
    font-family: "Noto Sans", sans-serif;
}
.self-start h2 {
    margin: 0px;
}
.self-start h3 {
    margin: 0px;
}
.self-start h4 {
    margin: 0px;
}
.self-start h5 {
    margin: 0px;
}
.self-start h6 {
    margin: 0px;
}
.self-start a {
    font-family: "Noto Sans";
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.self-start a:focus {
    outline: none !important;
}
.self-start a:hover {
    text-decoration: none;
    color: #4d005b;
}
.self-start a:focus-visible {
    outline: 3px solid #6517c9 !important;
    outline-offset: 2px;
}
.self-start button:hover {
  cursor: pointer;
}
.self-start button:focus-visible {
  outline: 3px solid #6517c9 !important;
  outline-offset: 2px;
}
.self-start button.button-solid-primary:disabled {
    opacity: 0.5;
    cursor: auto;
    background: #ffa479;
}
.self-start p {
  color: #45505f;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-family: "Noto Sans";
}
.self-start input[type="text"] {
  width: 100%;
  padding: 16px;
  margin: 5px 0;
  display: block;
  border: 1px solid #1c304b;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  color: #1c304b;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.004em;
  text-align: left;
}
.self-start input[type="text"]:focus {
  border: 1px solid #6517c9;
}
.self-start input[type="text"]::placeholder {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.004em;
  text-align: left;
  color: #5c6573;
}
.self-start input[type="tel"] {
  width: 100%;
  padding: 16px;
  margin: 5px 0;
  display: block;
  border: 1px solid #1c304b;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #fff;
  color: #1c304b;
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.004em;
  text-align: left;
}
.self-start input[type="tel"]:focus {
  border: 1px solid #6517c9;
}
.self-start input[type="tel"]::placeholder {
  font-family: Noto Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.004em;
  text-align: left;
  color: #5c6573;
}
.self-start ::-webkit-input-placeholder {
  color: #1c304b;
}
.self-start :-ms-input-placeholder {
  color: #1c304b;
}
.self-start .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100vh;
}
.self-start h1 {
  margin: 0 0 16px 0;
  color: #1c304b;
  font-size: 32px;
  line-height: 40px;
  font-family: "Noto Serif", serif;
  text-align: center;
}
.self-start .order_left {
  order: 2;
  padding: 40px;
  position: relative;
}
.self-start .order_right {
  order: 1;
  background: #d9d9d9;
  position: relative;
}
.self-start .center-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.self-start .no_overflow {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.mb-view{
    display: none;
}
.self-start .form {
  max-width: 453px;
}
.self-start .justify_space_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 30px 0 26px 0;
}
.self-start .order_left_logo {
  display: block;
  margin-bottom: 32px;
}
.self-start .button-solid-primary {
  width: 100%;
  background-color: #ff8f5b;
  padding: 16px 24px;
  color: #412413;
  border-radius: 8px;
  font-size: 14px;
  cursor: pointer;
  margin-top: 64px;
  margin-bottom: 20px;
  border: 4px solid transparent;
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Noto Sans', sans-serif;
  height: 56px;
}
.self-start .button-solid-primary{ 
  touch-action: manipulation;
}
.self-start .button-solid-primary:hover {
  box-shadow: none;
  background-color: #ffa479;
}
.self-start .button-solid-primary:active {
  box-shadow: none;
  background-color: #ff7a3d;
}
.welcome-screen button.button-solid-primary{
    margin-bottom: 156px;
}
.self-start .order_left_footer {
  position: absolute;
  bottom: 32px;
}
.self-start .order_left_footer a {
  color: #6517c9;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: uppercase;
}
.self-start .order_left_footer span {
  color: #5c6573 !important;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.004em;
  text-align: left;
  padding-left: 8px;
  padding-right: 8px;
  float: none !important;
}
.self-start .email {
  margin-top: 43px;
}
.self-start .phone {
  margin-top: 19px;
}
.self-start .update_btn {
  margin-top: 32px;
  margin-bottom: 18px;
}
.self-start .policy_section p {
  margin-bottom: 0px;
}
.self-start .policy_section p + p {
  margin-top: 8px;
}
.self-start .policy_section p + p a {
  color: #6517c9;
  text-transform: uppercase;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-align: left;
}
.self-start .policy_section p + p a:focus-visible {
  outline: 3px solid #6517c9 !important;
  outline-offset: 2px;
}
.self-start .img {
 /* height: auto;
  width: auto;
  object-fit: cover;
  max-width: auto;*/
   width: 100vw;
  height: 100%;
  object-fit: cover;
}
.self-start .thank-you-conformation-box img {
  margin-bottom: 24px;
}
.self-start .thank-you-conformation-box h5 {
  font-family: Noto Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: #1c304b;
}
.self-start .thank-you-conformation-box p {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #45505f;
  margin-top: 16px;
}
.self-start .expired-msg-box img {
  margin-bottom: 24px;
}
.self-start .expired-msg-box h5 {
  font-family: Noto Serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  color: #1c304b;
}
.self-start .expired-msg-box p {
  font-family: Noto Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  color: #45505f;
  margin-top: 16px;
}
.self-start .top_link {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
}
.self-start .form_label {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.015em;
  text-align: left;
  margin-bottom: 0;
  text-transform: uppercase;
}
.self-start .form_label span.asterisk_sign {
  color: #c70f00;
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.015em;
  text-align: left;
  padding-right: 4px;
}
.self-start .alert-validate_border {
  border: 1px solid #c70f00 !important;
  background: rgba(199, 15, 0, 0.04) !important;
}
.self-start .alert-validate {
  font-family: Noto Sans;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0.004em;
  text-align: left;
  color: #c70f00;
  margin-top: 8px;
}
.self-start .alert-validate::before {
  background: url("/Content/Images/SelfStart/warning_amber.svg");
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
.welcome-bg{
    background: url("/Content/Images/SelfStart/welcome-bg.jpg");
    content: "";
    width: 100vw;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.thankyou-bg{
    background: url("/Content/Images/SelfStart/thankYou-bg.jpg");
    content: "";
    width: 100vw;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}
.expired-bg{
    background: url("/Content/Images/SelfStart/expired-bg.jpg");
    content: "";
    width: 100vw;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.confirm-bg{
    background: url("/Content/Images/SelfStart/thanks-bg.jpg");
    content: "";
    width: 100vw;
    height: 100%;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
 
.preferred-language {
    margin-top: 19px;
}
 
.preferred-language .select2-container {
    margin: 5px 0 !important;
}
 
.preferred-language .select2-container.form-control {
    height: auto;
}
 
.preferred-language .select2-container .select2-choice{
    height: 60px !important;
    padding: 10px 4px;
}
 
.preferred-language .select2-container .select2-choice abbr {
    display: none !important;
}
 
.preferred-language .select2-container-active .select2-choice {
   border: 1px solid #6517c9 !important; 
   border-radius: 8px !important;
}
 
.preferred-language .select2-container .select2-choice .select2-arrow b, .preferred-language .select2-container .select2-choice div b {
    background-position: -6px 17px !important;
}
.select2-search input {
    border-color: #6517c9 !important;
    border-radius: 4px !important;
    color: #555555;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: white !important;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: none !important;
    line-height: 24px;
    padding: 8px 16px !important;
}
 
@media only screen and (max-width: 800px) {
    .self-start .grid {
        grid-template-columns: auto;
    }
    .self-start .order_left {
        order: 2;
        padding: 20px;
    }
    .self-start .order_right {
        display: none;
    }
    .self-start .center-item {
        align-items: center;
    }
    .self-start .no_overflow {
        align-items: flex-start;
    }
    .self-start .order_left_logo {
        margin-bottom: 32px;
        display: block;
    }
    .order_left_logo a img {
        width: 80px;
        height: 40px;
    }
    .self-start h4 {
        text-align: center;
    }
    .self-start .hide-sm {
        display: none;
    }
    .order_left_footer {
        padding: 0 10px;
    }
    .order_left_footer span {
        padding-left: 10px !important;
        padding-right: 10px  !important;
    }
    .self-start input, .self-start input:focus  {
        font-size: 16px;
    }
}
@media only screen and (max-width: 990px) {
    .desk-view{
        display: none !important;
    }
    .mb-view{
        display: block !important;
    }
    .copyright-span {
        text-align: center;
        margin-top: 8px;
    }
    .copyright-span span {
        padding: 0 !important;
    }
    .order_left_footer.mb-view {
        text-align: center;
    }
    .order_left_footer.mb-view a:first-child {
        padding-right: 8px;
    }
}
