@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
/* line 3, app/assets/stylesheets/layout/variables.scss */
:root {
  font-size: 16px;
  --sera-button-height: 42px;
  --sera-border-radius: 0.5rem !important;
  --sera-color-text-links: rgb(26,86,219) !important;
  /* bg-blue-700 */
  --sera-main-padding: 1.5rem;
}

/* line 11, app/assets/stylesheets/layout/variables.scss */
sera-checkbox {
  --sera-border-radius: 0.25rem !important;
  --sera-color-drop-shadows-white: rgb(243,244,246) !important;
  /* bg-gray-100 */
}

/* line 135, app/assets/stylesheets/layout/variables.scss */
:root {
  --text-color-ss: #353a3b;
  --cobalt-blue: #0f3b95;
  --primary-color-contrast: #ffffff;
  --secondary-color: #9ca4aa;
  --secondary-color-contrast: #000000;
  --marketing-yellow-color: yellow;
  --marketing-lime-green-color: #1BDA27;
  --medium-color-shade: #babdbf;
  --medium-color-tint: #d7dbdd;
  --light-color-shade: #d7d8da;
  --light-color-tint: #f5f6f9;
  --light-gray-border: #dee2e6;
  --dark-gray-border: #6d767d;
  --success-color: #00ae0b;
  --danger-dark-color: #a30000;
  --angel-blue: #ecf2fd;
  --border-light-color: #ededed;
  --border-dark-color: #e0e0e0;
  --border-gray-color: #dcdfe1;
  --pale-blue: #f3f7ff;
  --separator-gray: #cbd1df;
  --primary-accent-color: #7e8fb4;
  --primary-light-accent-color: #cbd1df;
  --angel-blue: #ecf2fd;
  --background-gradient: linear-gradient(0deg, #fff 0%, #d3d7d9 100%);
  --breakfast-orange: #f1911b;
  --background-task-enqueued: #9ca4aa;
  --background-task-processing: #f1911b;
  --background-task-ready: #00ae0b;
  --background-task-failed: #cc0000;
  --box-shadow: 0 4px 10px 0px rgba(0, 0, 0, 0.15);
  --danger-color-shade: #f7e5e5;
  --danger-color: #de0000;
  --darkblue: #2e4462;
  --field-error-border-color: #dc3545;
  --field-error-background-color: #f7e5e5;
  --field-success: #42DA4C;
  --font-color: #353a3b;
  --font-body-color: #6F767B;
  --font-title-color: #353A3B;
  --gold: #a38500;
  --gray-border-color: #d3d7d9;
  --gray: #6c757d;
  --light-color: #f4f5f5;
  --light-coral: #ff8585;
  --light-gray: #f2f4f6;
  --lightblue: #027db4;
  --pure-red: #de0000;
  --medium-color: #d3d7d9;
  --neutral-gray: #F4F5F5;
  --neutral-gray-100: #F4F5F5;
  --neutral-gray-400: #E1E2E3;
  --neutral-gray-600: #9CA4AA;
  --neutral-gray-700: #6F767B;
  --organic-green: #00ae0b;
  --pakistan-green: #006607;
  --pastelblue: #e2eeff;
  --primary-accent: #7e8fb4;
  --primary-color: #125AEB;
  --primary-light-accent: #cbd1df;
  --rufous: #a30000;
  --secondary-color: #9ca4aa;
  --shadow-color: #b9b9b9;
  --tertiary-color: #0f3b95;
  --text-links: #125AEB;
  --font-title-color: #353A3B;
  --uranian-blue: #bce3ff;
  --warning-yellow: #ffec99;
  --white: #ffffff;
  --yellow-crayola: #ffec99;
  --table-row-selected: #ccddff;
  --primary-shade-color: #bce3ff;
  --warning-color: #ffe15b;
  --sera-color-neutral-gray-light-gray-200: #F3F6F7;
  --sera-color-neutral-gray-light-gray-500: #838383;
}

/* line 3, app/assets/stylesheets/layout/login.scss */
.login {
  width: 400px;
  padding: 15px;
  margin: 100px auto 0;
  box-shadow: none;
  border-color: #e5e7eb;
  box-shadow: 0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;
}

/* line 10, app/assets/stylesheets/layout/login.scss */
.login img {
  width: 150px;
  height: 70px;
  display: block;
  margin: 0 auto;
  margin-top: 1rem;
}

/* line 17, app/assets/stylesheets/layout/login.scss */
.login input {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 22, app/assets/stylesheets/layout/login.scss */
.login .checkbox {
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 12px;
}

/* line 28, app/assets/stylesheets/layout/login.scss */
.login .checkbox label {
  display: flex;
  align-items: flex-end;
}

/* line 31, app/assets/stylesheets/layout/login.scss */
.login .checkbox label input.login-checkbox {
  margin-right: 0.5rem;
}

/* line 36, app/assets/stylesheets/layout/login.scss */
.login .btn-forgot {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 40, app/assets/stylesheets/layout/login.scss */
.login .login-label {
  width: 100%;
  color: #353a3b;
  font-weight: bold;
  margin-top: 1rem;
}

/* line 46, app/assets/stylesheets/layout/login.scss */
.login input.form-control {
  background-color: #ffffff !important;
  min-height: 35px !important;
  font-size: 14px;
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #353a3b;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

/* line 57, app/assets/stylesheets/layout/login.scss */
.login input.btn {
  border-radius: 4px;
  padding: 0px 25px;
}

/* line 61, app/assets/stylesheets/layout/login.scss */
.login .btn-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* line 66, app/assets/stylesheets/layout/login.scss */
.login .login-checkbox {
  height: 1.2rem;
  width: 1.2rem;
  background: white;
  color: white;
  cursor: pointer;
  transition: background 200ms ease-out;
  box-shadow: none;
}

/* line 77, app/assets/stylesheets/layout/login.scss */
.forgot_password {
  max-width: 430px;
}

/* line 81, app/assets/stylesheets/layout/login.scss */
.password_set {
  max-width: 530px;
}

/* line 85, app/assets/stylesheets/layout/login.scss */
.card {
  border-radius: 0.5rem;
}

/* line 89, app/assets/stylesheets/layout/login.scss */
.horizontal-divider {
  background: var(--medium-color);
  min-width: 15px;
  height: 2px;
  display: flex;
  align-self: center;
  margin: 10px 0;
}

/* line 98, app/assets/stylesheets/layout/login.scss */
.simple-banner {
  text-align: center;
  font-size: 0.86rem;
}

/* line 103, app/assets/stylesheets/layout/login.scss */
.login-body .toastify {
  color: #fff;
}
