/* 
    When providing you own styles the tkusercss.css is your starting point
    Consider to use @import to segment styles
    @import "assets/css/newstyle.css";

    Video intro: https://wiki.mdriven.net/index.php/MDriven_turnkey_Face_-_theme_-_styles_-_fashion

    Note that  styles for EXT_Components will load depending on their own rules - and do not need to be mentioned here
*/ 




html[turnkeyview="register-page"] #globalNavWrapper,
html[turnkeyview="login-page"] #globalNavWrapper,
html[turnkeyview=""] #globalNavWrapper,
html[turnkeyview="Index"] #globalNavWrapper {
    display: none;
  }
  
  
  @media screen and (max-width: 768px) {
    #bodyWrapper {
      background-color: #FF9933;
      grid-template-rows: 80px auto;
      font-family: 'Nunito', sans-serif;
      color: #454545;
    }
    .navbar {
        height: 80px;
        opacity: 0;
    }
  
    .tk-auth {
      border-top-left-radius: 50px;
      background-color: #fff;
      height: calc(100vh - 80px);
    }
  
  }
  
     p, input {
      font-family: 'Nunito', sans-serif;
    }
  
    h1 {
         font-family: 'Poppins', sans-serif;
    }
  
    button.tk-button__native.primary, 
    a.tk-button__native.primary {
      background: #FF9933 !important;
      color: white !important;
    }
  
    .tk-auth-form {
      padding:0px;
    }
    .tk-auth__inner {
        box-shadow: none;
        flex-direction: column;
        align-items: center;
        padding: 16px;
        max-width: 480px;
    }
  
    .tk-auth__header {
      font-size: 2rem;
      font-weight: 700;
      color: #454545;
      text-align:center;
      padding-bottom: 100px !important;
  }
  
    .tk-auth__action {
      padding: 16px;
      width: 100%;
    }
  
  @media screen and (min-width: 769px) {
    .tk-auth__action {
      min-width: 400px;
    }
      
  }
  
  
  
  .tk-auth-form__group.inline {
    display: flex;
      flex-direction: column;
      margin-top: 24px !important;
  }
  
  
  .tk-auth__advice > p {
      color: #454545;
      font-size: 14px;
      font-weight: 300 !important;
      display: flex;
      align-items: center;
      justify-content: center;
      font-family: 'Nunito', sans-serif;
  }
  
  
  
  .tk-auth__link {
      background: transparent;
      color: #2D9CDB;
      margin: 0;
      text-transform: none !important;
      padding: 0 4px;
      font-size: 14px;
      height: 1rem;
      font-weight: 300;
      text-decoration: underline;
      font-family: 'Nunito', sans-serif;
  }
  
  
    .tk-auth__info {
      background-color: transparent;
      width: 100%;
      padding: 16px;
    }
  
    .tk-auth-form__group button.tk-button__native {
      width: 100% !important;
      box-shadow: none;
      text-transform: none !important;
    }
  
  .tk-auth-form__twore {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }
  
  .reset-password__link {
      font-size: 14px;
      font-weight: 400;
      color: #2D9CDB;
      font-family: 'Nunito', sans-serif;
      margin-left: 4px;
  }
  
  .tk-auth-form__login {
    margin-top:24px
  }
  
  .tk-auth-form__input {
      display: flex;
      width: 100%;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      height:56px;
      background: #f7f7f7;
      border-radius: 20px;
      border-color: transparent;
      padding: 0.562rem 1.25rem;
      animation: all 400 ease-in-out;
  }
  
  input.tk-auth-form__input::placeholder {
    color: #bbbbbb;
  }
  
  .tk-auth-form__group + .tk-auth-form__group {
      margin-top: 12px;
  }
  
  .tk-auth-form__label {
      font-size: 14px;
      padding: 4px;
      font-weight: 500;
      visibility: unset;
  }
  
  .tk-auth-form__label {
    display:none !important;
  }
  
  .tk-auth__link {
      color: #FF9933;
      border: 1px solid #FF9933;
      font-weight: 600;
      min-width: 100%;
      padding: 20px;
      border-radius: 20px;
      margin-top: 10px;
      height: 56px;
      text-decoration: none;
      font-size: 16px;
  }
  
  .skip__link {
    color: #454545;
    font-weight: bold;
    font-size: 16px;
    padding: 16px;
  }
  
  .reset-password__link {
    color: #454545;
  }
  
  .tk-button__native.primary {
      box-shadow: none;
      border-radius: 20px;
      height: 56px;
      min-height: 56px;
      font-size: 16px;
      font-weight: 500;
      text-transform: none !important;
  }
