@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url("https://fonts.googleapis.com/css?family=Montserrat+Alternates:700|Montserrat:400,600");
/* The following line is used to measure usage of this code. You can remove it if you want. */
@import url("https://px.animaapp.com/64c3cab29589bb3b646eb538.64c3cab29589bb3b646eb53b.ZOm0HlO.hcp.png");



.screen a {
  display: contents;
  text-decoration: none;
}

.valign-text-middle {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

* {
  box-sizing: border-box;
}

.login-container::before {
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  background: linear-gradient(153deg, rgba(248, 240, 240, 1) 0%, rgba(61, 129, 224, 1) 31%, rgba(129, 169, 230, 1) 52%, rgba(103, 154, 228, 1) 85%);
  border-radius: 28.46px;
  content: "";
  inset: 0;
  mask-composite: exclude;
  padding: 2px;
  pointer-events: none;
  position: absolute;
  z-index: 1;
}

.logo-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 80px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.logo {
  height: 56px;
  object-fit: cover;
  position: relative;
  width: 150px;
}

.form-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 24px;
  height: 400px;
  position: relative;
  width: 100%;
}

.welcome-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 80px;
  position: relative;
  width: 100%;
}

.welcome-text-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 32px;
  position: relative;
  width: 100%;
}

.welcome-text-inner-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 4px;
  position: relative;
  width: 100%;
}

.welcome-text-inner-container-item {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  position: relative;
  width: 100%;
}

.welcome-message {
  color: var(--white);
  flex: 1;
  font-family: var(--font-family-montserrat_alternates);
  font-size: var(--font-size-xxl);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.sign-in-message {
  color: #9cbfe2;
  flex: 1;
  font-weight: 400;
  line-height: 14.4px;
  margin-top: -1.00px;
  position: relative;
  text-align: center;
}

.input-fields-container {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 52px;
  position: relative;
  width: 100%;
}

.x-container {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  position: relative;
  width: 100%;
}

.x-inner-container {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  position: relative;
  width: 100%;
}

.x-label-container {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  padding: 0px 10px;
  position: relative;
  z-index: 1;
}

.x-label-inner-container {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: center;
  padding: 0px 4px;
  position: relative;
}

.x-label {
  color: var(--white);
  font-weight: 400;
  line-height: 16.8px;
  margin-top: -1.00px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.input-container {
  align-items: flex-start;
  align-self: stretch;
  background-color: var(--white);
  border: 0.5px solid;
  border-color: var(--nobel);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
  position: relative;
  width: 100%;
  z-index: 0;
  font-family: 'Montserrat';
}

.input-inner-container {
  align-items: center;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
  width: 100%;
}

.text {
  flex: 1;
  letter-spacing: 0;
  line-height: 15.6px;
  margin-top: -1.00px;
  position: relative;
}

.remember-me-container {
  align-items: flex-start;
  align-self: stretch;
  display: flex;
  flex: 0 0 auto;
  gap: 8px;
  position: relative;
  width: 100%;
}

.remember-me-inner-container {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 8px;
  position: relative;
}

.select-button {
  border: 1px solid;
  border-color: #aeb6bf;
  border-radius: 4px;
  height: 17px;
  position: relative;
  width: 17px;
}

.remember-me-text-container {
  align-items: center;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 10px;
  justify-content: center;
  position: relative;
}

.remember-me-text {
  color: var(--white);
  flex: 1;
  font-weight: 400;
  line-height: 16px;
  margin-top: -1.00px;
  position: relative;
}

.button {
  align-items: center;
  align-self: stretch;
  background-color: var(--royal-blue);
  border-radius: 10px;
  display: flex;
  gap: 8px;
  height: 42px;
  justify-content: center;
  padding: 10px 20px;
  position: relative;
  width: 100%;
      font-family: 'Montserrat';
    color: white;
}

.continue {
  color: #f9f9f9;
  font-weight: 600;
  line-height: 16.8px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}