﻿*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-family: Roboto, serif, sans-serif, cursive, fantasy, monospace;
}

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 13, 110, 253;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 25, 135, 84;
    --bs-info-rgb: 13, 202, 240;
    --bs-warning-rgb: 255, 193, 7;
    --bs-danger-rgb: 220, 53, 69;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: Roboto, system-ui, -apple-system, "Segoe UI", "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
}

body {
    margin: 0;
    font-family: var(--bs-body-font-family);
    font-size: var(--bs-body-font-size);
    font-weight: var(--bs-body-font-weight);
    line-height: var(--bs-body-line-height);
    color: var(--bs-body-color);
    text-align: var(--bs-body-text-align);
    background-color: var(--bs-body-bg);
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.main-div {
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #333 url(/static/media/login-big.828eea41.jpg) no-repeat;
    background-size: cover;
}

.welcome-txt {
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(90deg, #32255e 0%, #68368b 32.52%, #194fa1 67.07%, #1a99b0 99.87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}
.txt{
    font-size:28px;
    font-weight:600;
}
.para-txt {
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #444854;
}

.logo-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 552px;
    height: 100vh;
    background: #fff;
}

.usr_input {
    color: #333;
    width: 50%;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    padding: 15px;
    height: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    position: absolute;
    bottom: 10px;
    width: -webkit-fill-available !important;
    width: -moz-available !important;
    width: fill-available !important;
    text-transform: none;
    border: 1px solid #ccc;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
    height: 40px;
}

.form-class {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 65vh;
}

.content-div {
    margin-bottom: 20px;
    height: 80px;
    width: 80%;
    margin: 20px auto 80px;
}

.inputs {
    position: relative;
    height: 80px;
    width: 80%;
    margin: 0 auto;
}

.css-1ke62yt {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 24px;
    border: none;
    z-index: 0;
}

.css-1ke62yt {
    position: relative;
    display: inline-block;
    width: 51px;
    height: 24px;
    border: none;
    z-index: 0;
}

.css-1ow7yis {
    position: absolute;
    margin-left: 10px;
    top: 3px;
}

element.style {
    width: 100%;
}

.submit-class {
    width: 100%;
    border: none;
    background: #EC1E28;
    padding: 10px;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
    font-weight: 500;
    padding-left: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

    .submit-class:hover {
        background-color: #ce000a;
    }


    button,
    select {
        text-transform: none;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button {
    border-radius: 0;
}

.btn-continue {
    margin-right: 10px;
}

.css-nl0yb {
    font-weight: bold;
}

.copyright-class {
    position: fixed;
    bottom: 0;
    left: 57px;
    right: 0;
    line-height: 54px;
    height: 50px;
    color: #444854;
    text-align: left;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.main-div {
    height: 100vh;
    width: 100vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background: #333 url(../Images/Lynx-image.jpg) no-repeat;
    background-size: cover;
}

.image {
    margin-top: 64px;
    margin-left: 54px;
    font-weight: 500;
    font-size: 30px;
    margin-right: 100px;
    margin-bottom: 80px;
    font-family: Sarabun, sans-serif;
}

img,
svg {
    vertical-align: middle;
}

a {
    color: inherit;
    text-decoration: none;
}

.css-c9hkgd {
    position: relative;
    height: 80px;
    width: 80%;
    margin: 0 auto;
    margin-top: -18px;
    color: red;
}

.err-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 8px;
    position: absolute;
    width: 314px;
    height: 82px;
    left: 56px;
    top: 290px;
    background: #FFF0F2;
    border-radius: 4px;
}
.err-div2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 8px;
    position: absolute;
    width: 314px;
    height: 74px;
    left: 56px;
    top: 290px;
    background: #FFF0F2;
    border-radius: 4px;
}
.err-div3 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 14px 16px;
    gap: 8px;
    position: absolute;
    width: 314px;
    height: 74px;
    left: 56px;
    top: 325px;
    background: #FFF0F2;
    border-radius: 4px;
}
.err-txt {
    margin-top: auto;
    width: 258px;
    height: 60px;
    font-family: var(--bs-body-font-family);
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    color: #444854;
    flex: none;
    order: 1;
    flex-grow: 0;
}
