@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    color: #202020;
    background-color: #F9F9F9;
    font-weight: 400;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.d-flex {
    display: flex;
}

.align-items-center {
    align-items: center
}

.fw-bold {
    font-weight: bold;
}

.fw-semibold {
    font-weight: 600;
}

.text-purple {
    color: #775DA6;
}

.bg-purple {
    background-color: #775DA6;
}

.text-underline {
    text-decoration: underline;
}

a:hover {
    color: #775DA6;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #DCDCDC;
}

.btn.focus,
.btn:focus,
.btn:active:focus {
    outline: none;
    /* color: white; */
}

.header-section .navbar {
    background-color: #775DA6;
    color: white;
    padding: 22px 0px 18px;
    margin: 0;
    position: relative;
    z-index: 2;
}

.header-section .navbar ul li {
    margin-right: 65px;
}

.header-section .navbar ul li:last-of-type {
    margin-right: 0;
}

.header-section .navbar ul li a {
    /* height: 64px; */
    color: white;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    padding: 0 4px;
    transition: all 0.3s linear;
}

.header-section .navbar .nav {
    display: flex;
    justify-content: center;
    float: none;
}

.header-section .navbar ul li a:hover {
    background-color: transparent;
    position: relative;
    transform: scale(1.1);
    text-shadow: 0px 4px 10px oklab(0 0 0 / 0.25);
}

.login-section {
    /* height: calc(100vh - 66px); */
    height: calc(100vh - 162px);

}

.login-section h1 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.278;
    margin-top: 16px;
    margin-bottom: 5px;
}

.login-section h2 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2085;
    letter-spacing: 0px;
    text-align: left;
    margin: 0 0 8px;
}

.login-section .description-box p {
    color: #5A5A5A;
    max-width: 344px;
    line-height: 1.715;
}

.login-box {
    padding: 74px 24px 73px;
    background-color: white;
    max-width: 418px;
    width: 100%;
    margin-left: auto;
}

.btn-purple {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    text-align: center;
    padding: 16px;
    background-color: #775DA6;
    color: white;
    transition: all 0.3s linear;
    border-radius: 8px;
}

.btn-purple:hover {
    border: 1px solid #775DA6;
    background-color: transparent;
    color: #775DA6;
}

.login-box h2~p {
    margin-bottom: 32px;
}

.login-box h2~p a {
    margin-left: 4px;
}

.login-box input {
    padding: 15px 15px 16px;
    border: 1px solid #DCDCDC;
    height: 48px;
    color: #898989;
    line-height: 17px;
    width: 100%;
    border-radius: 8px;
}

.login-box .form-group {
    margin-bottom: 24px;
}

.login-box hr {
    margin: 18px -24px 16px;
}

.txt-forgot-pass {
    margin-bottom: 32px;
    display: block;
    line-height: 17px;
}

.form-g-pass {
    position: relative;
}

.form-g-pass img {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}

/* .floting-img {
    position: absolute;
    bottom: 20px;
    right: 23px;
} */

.ordio-img {
    text-align: right;
    margin-right: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
}