body {
    color: rgb(51 51 51 / 60%);
    font-family: Outfit-Light;
    font-size: 14px;
    background: linear-gradient(to top, #fff, #fff5f6);
    height: 100%;
}

@font-face {
    font-family: Outfit-Regular;
    src: url(../webfonts/Outfit-Regular.ttf);
}

@font-face {
    font-family: Outfit-Medium;
    src: url(../webfonts/Outfit-Medium.ttf);
}

@font-face {
    font-family: Outfit-Light;
    src: url(../webfonts/Outfit-Light.ttf);
}

label {
    color: #545454;
    font-weight: 600;
}

html {
    height: 100%;
}


/*Scrollbar  */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: #3c2d2d;
}

::-webkit-scrollbar-thumb {
    background-color: #ed3237;
    border-radius: 10px;
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c9090f;
}

.form-control {
    appearance: auto;
    height: 48px;
}


/*Scrollbar  */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #2D2D2D;
    font-family: Outfit-Medium;
}

.form-group {
    margin-bottom: 15px;
}

.login-row {
    margin: 0;
    height: 100vh;
    background: #f6f5f3;
}

.login-left {
    padding: 0;
}

.login-right {
    background: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 4%);
    position: relative;
}

.logo-bx {
    text-align: center;
    margin-bottom: 30px;
}

.logo-bx img {
    width: 170px;
}

.login-right-ht {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.border-dg {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    position: relative;
    margin-bottom: 30px;
}

.border-dg span {
    background: #fff;
    padding: 0 20px;
    display: inline-block;
    position: relative;
    color: #000000;
}

.border-dg:before {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    width: 100%;
    background: #DBDBDB;
    height: 1px;
    left: 0;
}

.position-input {
    position: relative;
}

.position-input .form-control {
    padding-left: 40px;
}

.show-password {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.password-txt .form-control {
    padding-right: 40px;
}

.user-pic {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.login-btn {
    height: 50px;
    font-weight: 600;
}

.img-login-bg {
    position: absolute;
    left: -120px;
    bottom: 0;
    height: 100%;
}

.login-heading {
    position: relative;
    text-align: center;
    margin-top: 100px;
    z-index: 1;
    font-size: 50px;
    font-weight: 500;
    /* visibility: hidden; */
}

.login-heading span {
    color: #ED3237;
}

.login-form .fa-solid {
    color: #545454;
}