/* CSS for Sign In page start from here */
.tmgl-signin-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }
.tmgl-signin-logo {
  margin: 0 0 30.8px 1px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.tmgl-signin-logo {
  width: auto;
  height: auto;
}
.tmgl-signin-heading {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmgl-signin-heading .site-logo {
  max-width: 220px;
}
.tmgl-signin-heading span {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #212125;
}
.tmgl-signin-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-form-fields {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-form-row {
  margin-bottom: 8px;
  box-sizing: border-box;
}
.tmgl-form-input input[type="text"],
.tmgl-form-input input[type="email"],
.tmgl-form-input input[type="password"],
.tmgl-form-input select {
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    border: 1px solid #D0D5DD;
    box-sizing: border-box;
    width: 100%;
    background: #FFFFFF;
    background-color: transparent;
    font-size: 16px;
    line-height: 20px;
    outline: none;
}
.tmgl-sign-in-button {
    border-radius: 8px;
    /* background: #663D1B; */
    display: flex;
    justify-content: center;
    padding: 13.5px 0;
    width: 368px;
    height: fit-content;
    box-sizing: border-box;
    margin-top: 20px;
    /* border: 1px solid #663D1B; */
}
.tmgl-signin-actions {
  margin-top: 28px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 368px;
  box-sizing: border-box;
}
.tmgl-signin-separate-line {
  margin-left: 1.1px;
  /* display: flex;
  justify-content: center;
  width: 257.1px; */
  box-sizing: border-box;
}
.tmgl-forgot-your-password {
  margin-right: 12px;
  /* width: 145.5px; */
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #212125;
}
.tmgl-find-password {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: underline;
}
.tmgl-separate-line {
  margin-bottom: 28px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-line-9 {
  background: #DDDDDD;
  margin: 10px 12px 9px 0;
  width: 165px;
  height: 1px;
}
.tmgl-or {
  margin-right: 12.1px;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.429;
  color: #333333;
}
.tmgl-line-10 {
  background: #DDDDDD;
  margin: 10px 0 9px 0;
  width: 165px;
  height: 1px;
}
.tmgl-login-with-google {
  border-radius: 24px;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  display: flex;
  flex-direction: row;
  padding: 11px 0;
  width: 368px;
  box-sizing: border-box;
  justify-content: center;
}
.tmgl.apple {
  margin-right: 16px;
  width: 24px;
  height: 24px;
}
.tmgl-sign-in-with-google {
  margin: 2px 0;
  display: flex;
  margin-bottom: 28px;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-decoration: none;
}
.tmgl-sign-in-with-google:hover .tmgl-login-with-google{
  border-color: #333;
}
.tmgl-separate-line-2 {
  margin-right: 0px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-dont-have-account-yet {
  margin-right: 13px;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.tmgl-signup {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmgl-sign-up-link {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: underline;
}
.tmgl-form-row-invalid{
  display:none;
  text-align: center;
  margin-top: 10px;
}
span.tmgl-invalid-credentials {
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 12px;
  color: #DC1A1A;
}
.disabled-btn {
  background-color: #ccc !important;
  color: #999 !important;
  cursor: auto !important;
  border-color: #ccc !important;
}
/* CSS for Sign In page end here */

/* CSS for Sign Up page start from here */
.tmgl-signup-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.tmgl-signup-heading {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmgl-signup-heading span {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #212125;
}
.tmgl-signup-form-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-form-input label {
  margin-bottom: 6px;
  font-size: 14px;
  display: inline-block;
  align-self: flex-start;
  overflow-wrap: break-word;
  color: #46464A;
  vertical-align: middle;
  display:flex;
}
.tmgl-sign-up-button {
    border-radius: 8px;
    /* background: #663D1B; */
    display: flex;
    justify-content: center;
    padding: 13.5px 0;
    width: 368px;
    height: fit-content;
    box-sizing: border-box;
    margin-top: 20px;
    /* border: 1px solid #663D1B; */
}
.tmgl-signup-actions {
  margin-top: 28px;
    margin-bottom: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 368px;
  box-sizing: border-box;
}
.tmgl-signup-separate-line {
  margin-left: 1.1px;
  display: flex;
  justify-content: space-between;
  width: 257.1px;
  box-sizing: border-box;
}
.tmgl-separate-line-signup {
  margin-top: 20px;
  margin-bottom: 28px;
  display: flex;
  flex-direction: row;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-signin {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmgl-sign-in-link {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 14px;
  text-decoration-line: underline;
}
.tmgl-form-input input[type="checkbox"] {
  margin-right: 10px;
  border-radius: 6px;
  border: 1px solid #D0D5DD;
  background-color: #fff;
  width: 20px;
  height: 20px;
  cursor: pointer;
  outline: none !important;
}
.tmgl-form-row.tos-checbox .tmgl-form-input {
  display: flex;
  align-items: center;
}
.tmgl-form-row.tos-checbox {
  margin-top: 18px;
}
.tmgl-form-row.tos-checbox label {
  margin-bottom: 0px;
}

.tmgl-signup-container-sucess {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.tmgl-signup-logo {
  margin: 0 0 30.8px 1px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
img.tmgl-signup-logo {
  width: auto;
  height: auto;
}
.tmgl-signup-complete-heading {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmgl-signup-complete-heading span{
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.5;
  color: #212125;
}
a#tmgl-edit-your-password {
  border-radius: 8px;
  /* background: #663D1B; */
  display: flex;
  justify-content: center;
  padding: 13.5px 0;
  width: 368px;
  height: fit-content;
  box-sizing: border-box;
  margin-top: 20px;
  color:#fff;
  text-decoration: none;
  border: 1px solid;
}
a#tmgl-edit-your-password:hover {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.user-signup-email {
  display: inline-block;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
  margin-top: 16px;
}
.singup-success-message {
  display: block;
  text-align: center;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #46464A;
  margin-bottom: 16px;
  margin-top: 16px;
}
.tmgl-signup-container-sucess{
  display:none;
}
.tmgl-signup-container-sucess .tmgl-form-button {
  text-align: center;
}

/* CSS for Sign Up page end here */

/* CSS for Forgot Pass page start from here */
.tmgl-forgot-pass-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.tmgl-forgot-pass-logo{
  margin: 0 0 30.8px 1px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.tmgl-forgot-pass-logo {
  width: auto;
  height: auto;
}
.tmgl-forgot-pass-heading{
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmgl-forgot-pass-heading span {
  overflow-wrap: break-word;
  font-weight: 700;
  font-size: 50px;
  line-height: 1.5;
  color: #212125;
}
.tmgl-forgot-pass-form-container{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-forgot-pass-form-fields {
  display: flex;
  flex-direction: column;
  width: fit-content;
  box-sizing: border-box;
}
.tmgl-forgot-pass-form-row{
  box-sizing: border-box;
}
.tmgl-forgot-pass-button{
  border-radius: 8px;
  /* background: #663D1B; */
  display: flex;
  justify-content: center;
  padding: 13.5px 0;
  width: 368px;
  height: fit-content;
  box-sizing: border-box;
  margin-top: 20px;
  /* border: 1px solid #663D1B; */
}
.tmgl-forgot-pass-container-sucess {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
}
.tmgl-forgot-pass-logo {
  margin: 0 0 30.8px 1px;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
img.tmgl-forgot-pass-logo {
  width: auto;
  height: auto;
}
.tmgl-forgot-pass-complete-heading {
  margin-bottom: 22px;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}
.tmgl-forgot-pass-complete-heading span{
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 50px;
  line-height: 1.5;
  color: #212125;
}
.tmgl-forgot-pass-container-sucess{
  display:none;
}
.tmgl-forgot-pass-container-sucess .tmgl-form-button {
  text-align: center;
}
.user-forgot-pass-email {
  display: inline-block;
  overflow-wrap: break-word;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  /* color: #663D1B; */
  margin-bottom: 16px;
  margin-top: 16px;
}
/* CSS for Forgot Pass page end here */


@media only screen and (max-width: 600px) {
  .tmgl-sign-in-button {
    width: 100%;
  }
  .tmgl-login-with-google {
    width: 300px;
  }
  .tmgl-line-9, .tmgl-line-10 {
    width: 130px;
  }
  .tmgl-forgot-pass-button {
    width: 100%;
  }
  .tmgl-sign-up-button {
    width: 100%;
  }
  .tmgl-form-input label {
    font-size: 12px;
  }
  .tmgl-form-input input[type="checkbox"] {
    width: 16px;
    height: 16px;
  }
  a#tmgl-edit-your-password {
    width: 100% !important;
    padding: 13.5px !important;
  }
}
/**
  * All of the CSS for your public-facing functionality should be
  * included in this file.
*/

/* CSS codes for layout targeting forgot password, sign in, and sign up starts here */
.tmgl-signin-container, .tmgl-signup-container, .tmgl-signup-container-sucess, .tmgl-forgot-pass-container, .tmgl-forgot-pass-container-sucess {
  /* 40px = 100px (space in figma) - 40px (.inside-article padding) - 20px (.site-main margin) */ 
  margin-top: 40px;
}
/* Use approximation for margin button since the Figma design has different spaces in the bottom. The better way should be applying min-height to #page but it affected other pages too. */
.tmgl-signin-container{
  margin-bottom: 180px;
}
.tmgl-signup-container, .tmgl-signup-container-sucess{
  margin-bottom: 240px;
}
.tmgl-forgot-pass-container, .tmgl-forgot-pass-container-sucess{
  margin-bottom: 360px;
}
/* CSS codes for layout targeting forgot password, sign in, and sign up ends here */

.tmgl-signin-heading span:after,.tmgl-signup-heading span:after ,.tmgl-forgot-pass-heading span:after  {
  content: '';
  display: block;
  width: 35px;
  height: 3px;
  margin: 0 auto;
  margin-top: 30px;
}
.tmgl-form-fields label.error {
    font-size: 12px;
    color: #DC1A1A;
    padding-left: 7px;
    margin: 10px 5px;
}

.tmgl-form-row input.error {
    border-color: #DC1A1A;
}


.tmgl-signin-form-container.processing {
    position: relative;
    zoom: 1;
}
.tmgl-signin-form-container.processing::after {
    z-index: 1000;
    border: none;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: rgb(255, 255, 255);
    opacity: 0.6;
    cursor: wait;
    position: absolute;
    content: "";
}