.text-extension {
  padding-left: 20px;
  font-family: "Google Sans", sans-serif;
}

.authenticationButtonContainer {
  margin: 0px 20px;
  padding: 20px 0 10px 0;
}

.authenticationButtonContainer button {
  background-color: white;
}

.authenticationContainer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 300px;
  margin: auto;
}

.authenticationContainerSocial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.item-brand {
  margin-bottom: 20px;
  height: 60px;
}


.authenticationContainerText {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  line-height: 1.2;
  color: #3c4043;
  font-size: 14px;
  position: relative;
  text-align: center;
}

.authenticationContainerRegister {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 470px;
  margin: auto;
}

.buttonContainer {
  cursor: pointer;
  width: 308px;
  height: 38px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #dadce0;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.buttonContainer svg {
  margin-left: 10px;
}

.buttonContainer p {
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #3c4043;
  font-size: 14px;
  position: relative;
  left: 20%;
}

.buttonContainer:hover {
  background-color: #F8FAFE;
}

.logo-container {
  position: fixed;
  height: auto;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding: 10px;
}

.logo-container img {
  height: 50px;
}

.login-email-container {
  cursor: pointer;
  margin: 0 18px;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  background-color: rgb(204, 75, 6);
  color: white;
  border-radius: 5px;
  width: 310px;
  padding: 0 !important;
}

.login-email-container:hover {
  background-color: #f26c25;
}

.login-email-container p {
  padding-left: 10px;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
}

.stroke {
  stroke: white;
}

.addition-text-container {
  margin: 10px 0 0 15px;
}

.addition-text-container p {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
}

.addition-text-container a {
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
}

.mt-10 {
  margin-top: 10px;
}

.login-form-container {
  display: flex;
  flex-direction: column;
}

.login-form-container label[class*='error'] {
  margin-top: 3px;
  color: red;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.login-form-container input {
  margin-top: 10px;
  height: 40px;
  border: 0.1px solid #757575;
  border-radius: 5px;
}

.login-form-container input::placeholder {
  color: #757575;
}

.login-form-container input[type="text"] {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}

.login-form-container input[type="password"] {
  padding-left: 5px;
  font-size: 14px;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}

.policy-checkbox-container {
  display: flex;
  align-items: flex-end;
  margin-bottom: 5px;
}

.policy-checkbox-container p {
  padding-left: 5px;
  font-family: "Google Sans", sans-serif;
  line-height: 1.4;
  color: #757575;
  font-size: 11px;
}

.error-text {
  margin-left: 19px;
  margin-bottom: 10px;
  color: red;
  font-family: "Google Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.title-container {
  margin-left: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.title-container svg {
  cursor: pointer;
}

.title-container p {
  padding-left: 10px;
}

.stroke-left-icon {
  color: #212121;
}

/* Success screen */
.centerContainerSuccess {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 300px;
  margin: auto;
}

.successContainerScreen {
  display: flex;
  flex-direction: column;
}

.success-text {
  text-align: center;
  margin: 10px 0;
}

.success-text p {
  margin: 0 0 10px 0;
  font-family: "Google Sans", sans-serif;
}

.success-title {
  color: rgb(33, 33, 33);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}

.success-copy-text {
  color: #424242;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
}

.button-container {
  width: 100%;
  text-align: center;

}

.done-button {
  font-weight: bold;
  cursor: pointer;
  height: 40px;
  outline: none;
  padding: 0px 16px;
  background: none;
  box-shadow: none;
  transition: all 0.2s ease 0s;
  text-shadow: none;
  user-select: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}


/* Login with social */

/* Success screen */
.centerContainerSuccess {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 300px;
  margin: auto;
}

.successContainerScreen {
  display: flex;
  flex-direction: column;
}

.success-text {
  text-align: center;
  margin: 10px 0;
}

.success-text p {
  margin: 0 0 10px 0;
  font-family: "Google Sans", sans-serif;
}

.success-title {
  color: rgb(33, 33, 33);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}

.success-copy-text {
  color: #424242;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
}

.button-container {
  width: 100%;
  text-align: center;

}

.done-button {
  font-weight: bold;
  cursor: pointer;
  height: 40px;
  outline: none;
  padding: 0px 16px;
  background: none;
  box-shadow: none;
  transition: all 0.2s ease 0s;
  text-shadow: none;
  user-select: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

/* Register with extension */


.policy-checkbox-container input[type="checkbox"] {
  margin-top: 0;
  height: 20px;
}


/* Success screen */
.centerContainerSuccess {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 300px;
  margin: auto;
}

.successContainerScreen {
  display: flex;
  flex-direction: column;
}

.success-text {
  text-align: center;
  margin: 10px 0;
}

.success-text p {
  margin: 0 0 10px 0;
  font-family: "Google Sans", sans-serif;
}

.success-title {
  color: rgb(33, 33, 33);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}

.success-copy-text {
  color: #424242;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
}

.button-container {
  width: 100%;
  text-align: center;

}

.done-button {
  font-weight: bold;
  cursor: pointer;
  height: 40px;
  outline: none;
  padding: 0px 16px;
  background: none;
  box-shadow: none;
  transition: all 0.2s ease 0s;
  text-shadow: none;
  user-select: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

/* register with social */

/* Success screen */
.centerContainerSuccess {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 350px;
  height: 300px;
  margin: auto;
}

.successContainerScreen {
  display: flex;
  flex-direction: column;
}

.success-text {
  text-align: center;
  margin: 10px 0;
}

.success-text p {
  margin: 0 0 10px 0;
  font-family: "Google Sans", sans-serif;
}

.success-title {
  color: rgb(33, 33, 33);
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  font-family: "Google Sans", sans-serif;
}

.success-copy-text {
  color: #424242;
  display: flex;
  flex-direction: column;
  font-size: 14px;
  font-weight: 500;
  font-family: "Google Sans", sans-serif;
}

.button-container {
  width: 100%;
  text-align: center;

}

.done-button {
  font-weight: bold;
  cursor: pointer;
  height: 40px;
  outline: none;
  padding: 0px 16px;
  background: none;
  box-shadow: none;
  transition: all 0.2s ease 0s;
  text-shadow: none;
  user-select: none;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
}

