/* ==== Inter font family start ==== */

@font-face {
    font-family: 'Inter 18pt SemiBolt';
    src: url('fonts/Inter18pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt Black';
    src: url('fonts/Inter18pt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt Bold';
    src: url('fonts/Inter18pt-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt ExtraBold';
    src: url('fonts/Inter18pt-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt ExtraLight';
    src: url('fonts/Inter18pt-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt Light';
    src: url('fonts/Inter18pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt Medium';
    src: url('fonts/Inter18pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt Regular';
    src: url('fonts/Inter18pt-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt Thin';
    src: url('fonts/Inter18pt-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/* ==== Inter font family end ==== */


img {
    max-width: 100%;
}

input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="email"],
input[type="tel"],
textarea,
.input-checkbox {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

input:focus {
    outline: 0;
}

textarea:focus {
    outline: 0;
}

button:focus {
    outline: 0;
}

a {
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease;
}

a:focus,
a:hover {
    text-decoration: none;
    outline: 0;
}

.TC {
    text-align: center;
}

.TL {
    text-align: left;
}

.TR {
    text-align: right;
}

.margin_auto {
    margin: auto;
    float: none;
}

.padding {
    padding: 0;
}

.al {
    width: 100%;
    height: 100%;
    display: table;
}

.alm {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

abbr[title] {
    border-bottom: none !important;
    cursor: inherit !important;
    text-decoration: none !important;
}

body {
    font-family: 'Inter 18pt Regular';
    background-color: #fff;
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
}

/* ======== signin page one start ========= */

.touchlynk-login-page-main-container {
    width: 100%;
    height: 100vh;
    position: relative;
}

.touchlynk-login-page-image-main {
    width: 100%;
    height: 100%;
}

.touchlynk-login-page-image-main img {
    width: 100%;
    height: 100%;
}

.touchlynk-login-form-box-main {
    position: absolute;
    top: 60px;
    left: 60px;
    width: 96%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.touchlynk-logo-container {
    width: 140px;
    margin-bottom: 50px;
}

.touch-lynk-form-box-main {
    width: 100%;
    background-color: #0b1120cc;
    padding: 40px 32px;
    border-radius: 28px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.6);
    border: 1px solid #ffffff26;
    backdrop-filter: blur(20px);
}

.touch-lynk-form-box-main form {
    width: 100%;
}

.cstm-itp {
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    color: white;
    font-size: 16px;
    outline: none;
    transition: 0.3s;
    border: 1px solid #ffffff26;
    background-color: #ffffff14;
    margin-bottom: 18px;
    font-family: 'Inter 18pt Regular';
}

.cstm-itp {
    margin-bottom: 0px;
}

#Email {
    margin-top: 0px;
}

#Password {
    margin-top: 14px;
}

.cstn-hd-sw {
    position: relative;
    display: inline-block;
    width: 100%;
}

.toggle-password {
    position: absolute;
    right: 18px;
    top: 31px;
    color: #252121;
    cursor: pointer;
}

.cstm-itp-submit-button {
    width: 100%;
    padding: 13px;
    background-color: #0d6efd;
    color: white;
    border: none;
    border-radius: 14px;
    font-size: 16px;
    font-family: 'Inter 18pt Bold';
    cursor: pointer;
    transition: 0.3s;
    margin-bottom: 14px;
    margin-top: 12px;
}

.cstm-frgt-pass {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0d6efd;
    font-size: 14px;
    font-family: 'Inter 18pt Regular';
    text-decoration: none;
}

.divider {
    display: flex;
    align-items: center;
    margin: 25px 0;
    color: #c3c7cc;
    font-size: 11px;
    letter-spacing: 1px;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
}

.divider span {
    padding: 0 10px;
}

.rgstr-btn-box-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.rgstr-btn-box-main button {
    width: 48%;
    padding: 12px 5px;
    background: transparent;
    border: 1px solid #ffffff26;
    border-radius: 12px;
    color: #94A3B8;
    font-size: 13px;
    text-decoration: none;
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter 18pt Regular';
}

.lgn-frm-ftr-box {
    width: 100%;
    margin-top: 25px;
}

.lgn-frm-ftr-box p {
    text-align: center;
    color: #64748b;
    font-size: 14px;
    font-family: 'Inter 18pt Regular';
    margin-bottom: 0px;
}

.lgn-frm-ftr-box p a {
    color: #0d6efd;
    text-decoration: none;
}

.cstm-itp:focus {
    border-color: #0d6efd;
    background: #0d6dfd1f;
    box-shadow: 0 0 0 4px #0d6dfd54;
}

.cstm-itp-submit-button:hover {
    background-color: #0d6efde6;
    transform: translateY(-2px);
    box-shadow: 0 10px 20px #0d6dfd54;
}

.rgstr-btn-box-main button:hover {
    border-color: #0d6efd;
    color: #0d6efd;
    background: #0d6dfd14;
}

.touchlynk-text-image-one {
    position: absolute;
    top: 60px;
    right: 120px;
    width: 550px;
}

/* ======== signin page one end ========= */

/* ======== signin page two start ========= */

.two {

    .touchlynk-logo-container {
        position: fixed;
        top: 60px;
        left: 60px;
    }

    .touchlynk-login-form-box-main {
        position: absolute;
        top: 40%;
        left: 15%;
    }

}

/* ======== signin page two end ========= */

/* ======== signin page three start ========= */

.three {
    overflow-x: hidden;
}

.touchlynk-red-circle-box {
    position: absolute;
    right: -200px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    border: 20px solid #c80000;
}

.three {

    .touchlynk-login-form-box-main {
        top: 12%;
        left: 10%;
    }

    .touchlynk-logo-container {
        width: 200px;
        margin-bottom: 16px;
    }

}

/* ======== signin page three end ========= */

/* ======== signin page four start ========= */

.four {

    overflow-x: hidden;

    .touchlynk-logo-container {
        position: fixed;
        left: -35vh;
        background: rgba(255, 255, 255, 0.32);
        width: 80vh;
        height: 80vh;
        display: flex;
        align-items: center;
        justify-content: end;
        border-radius: 50%;
        padding-right: 8vh;
        top: 70px;
        bottom: 0px;
        margin: auto;
    }

    .touchlynk-logo-container img {
        width: 32vh;
    }

    .touchlynk-login-form-box-main {
        position: absolute;
        top: 160px;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        height: fit-content;
    }

    .touchlynk-text-image-one {
        left: 40px;
        top: 40px;
        width: 58vw;
    }


}

/* ======== signin page four end ========= */

/* ======== signin page five start ========= */

.five {

    .touchlynk-logo-container {
        background-color: #9e9e9ea3;
    }

    .touchlynk-text-image-one {
        left: 60px;
        top: 16px;
        width: 26vw;
    }

    .touchlynk-logo-container {
        top: unset;
        bottom: -24px;
    }

}

/* ======== signin page five end ========= */

/* ======== signin page six start ========= */

.six {

    .touchlynk-logo-container {
        background-color: #9e9e9ea3;
        top: -60px;
        bottom: unset;
        padding-right: 10vh;
        padding-top: 18vh;
        align-items: flex-start;
    }

    .touchlynk-logo-container img {
        width: 26vh;
    }

    .touchlynk-login-form-box-main {
        position: absolute;
        top: unset;
        left: 40px;
        right: unset;
        bottom: 20px;
        margin: auto;
        height: fit-content;
    }

    .touchlynk-text-image-one {
        width: 590px;
        top: 100px;
        left: 0;
        right: 0;
        margin: auto;
    }

}

/* ======== signin page six end ========= */

/* ======== signin page seven start ========= */

.seven {

    .touchlynk-text-image-one {
        width: 465px;
        left: 0;
        right: 0;
        top: unset;
        bottom: 560px;
        margin: auto;
    }

    .touchlynk-login-form-box-main {
        top: unset;
        bottom: 30px;
    }

    .touchlynk-logo-container {
        top: -70px;
        bottom: unset;
        background-color: #9e9e9ea3;
    }

}

/* ======== signin page seven end ========= */

/* ======== signin page eight start ========= */

.eight {

    .touchlynk-logo-container {
        background: #d52f2570;
        right: 0;
        left: unset;
        top: -310px;
        bottom: unset;
        padding: 0px 0px 190px 80px;
        align-items: end;
        justify-content: flex-start;
        width: 728px;
        height: 728px;
    }

    .touchlynk-logo-container img {
        width: 132px;
    }

    .touchlynk-text-image-one {
        left: unset;
        top: 105px;
        width: 408px;
        right: 78px;
        z-index: 1;
    }

    .touchlynk-login-form-box-main {
        position: absolute;
        top: 215px;
        left: unset;
        right: 70px;
        bottom: unset;
        margin: auto;
        height: fit-content;
    }

}

/* ======== signin page eight end ========= */

/* ======== signin page nine start ========= */

.nine {

    .touchlynk-logo-container {
        width: fit-content;
        height: fit-content;
        background-color: transparent;
        left: unset;
        padding: 0px;
        right: 620px;
        top: 74px;
        bottom: unset;
    }

    .touchlynk-logo-container img {
        width: 170px;
    }

    .touchlynk-text-image-one {
        left: unset;
        top: 110px;
        width: 460px;
    }

    .touchlynk-logo-container img {
        width: 140px;
    }

    .red-circle-nine-page-box {
        position: absolute;
        background: #d52f2570;
        right: -35vh;
        left: unset;
        top: 0px;
        border-radius: 50%;
        bottom: 0px;
        padding: 0px 0px 190px 80px;
        margin: auto;
        width: 75vh;
        height: 75vh;
    }

    .touchlynk-login-form-box-main {
        left: unset;
        right: 120px;
    }

}

/* ======== signin page nine end ========= */

/* ======== signin page ten start ========= */

.ten {

    .touchlynk-logo-container {
        background-color: #d52f2570;
    }

}

/* ======== signin page ten end ========= */

/* ======== signin page eleven start ========= */

.eleven {

    overflow-y: hidden;
    overflow-x: auto;

    .touchlynk-login-form-box-main {
        left: 0;
        right: 0;
        top: unset;
        bottom: 28px;
    }

    .red-circle-nine-page-box {
        left: 0;
        right: 0;
        top: unset;
        bottom: -446px;
        width: 1100px;
        height: 1100px;
    }

    .touchlynk-text-image-one {
        left: 0;
        right: 0;
        top: unset;
        bottom: 516px;
        margin: auto;
    }

    .touchlynk-logo-container {
        left: 0;
        right: 0;
        top: 5%;
    }

}

/* ======== signin page eleven end ========= */

/* ======== signin page twelve start ========= */

.twelve {

    .red-circle-nine-page-box {
        left: 0;
        right: 0;
        top: -460px;
        bottom: unset;
        width: 800px;
        height: 800px;
    }

    .touchlynk-text-image-one {
        left: 0;
        right: 0;
        top: 185px;
        bottom: unset;
        margin: auto;
        width: 360px;
    }

    .touchlynk-logo-container {
        left: 0;
        right: 0;
        top: 30px;
    }

    .touchlynk-logo-container img {
        width: 108px;
    }

    .touchlynk-login-form-box-main {
        left: 0;
        right: 0;
        top: 400px;
        bottom: unset;
    }

}

/* ======== signin page twelve end ========= */

/* ======== signin page thirty start ========= */

.thirty {

    .red-circle-nine-page-box {
        background-color: #9b9999a6;
        backdrop-filter: blur(6px);
        left: 0;
        right: 0;
        top: -514px;
        bottom: unset;
        width: 900px;
        height: 900px;
    }

    .touchlynk-login-form-box-main {
        left: 0;
        right: 0;
        top: 300px;
        bottom: unset;
    }

}

/* ======== signin page thirty end ========= */

/* ==== error msg text start ==== */

.error-msg {
    text-align: center;
    color: red;
    font-family: 'Inter 18pt Medium';
    font-size: 18px;
    margin-bottom: 18px;
     font-weight: bold;
}

#wrgMsg,
#inactMsg {
    /* display: none; */
}

.six {

    .touch-lynk-form-box-main {
        zoom: 0.90;
    }

}

.eleven {
    .touchlynk-login-form-box-main {
        zoom: 0.90;
    }
}

span#Email-error {
    color: red;
     font-weight: bold;
}

span#Password-error {
    color: red;
     font-weight: bold;
}

/* ==== error msg text end ==== */

/* ===== Exact Loader Like Image ===== */
.cstm-itp-submit-button.loading-active {
    pointer-events: none;
    opacity: 1;
    position: relative;
    color: #fff;
}

.cstm-itp-submit-button.loading-active::before {
    content: "";
    width: 14px;
    height: 14px;
    border: 2px solid rgba(255,255,255,0.35);
    border-top: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
    animation: btnSpin 0.7s linear infinite;
}

@keyframes btnSpin {
    100% {
        transform: rotate(360deg);
    }
}
.btn-loader{
    position:absolute;
    margin-left:-110px;
    margin-top:13px;
    z-index:999;
}

button.btn.btn-primary.w-100.btn-block.loading.mb-3.mt-3 {
    border-radius: 12px;
        height: 45px;
}