* {
    margin: 0;
    padding: 0;
    font-family: "DM Sans";
    user-select: none;
}

:root {
    --bprimary-color: #1818EF;
}

.thbf-lncta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.thbflog {
    height: 50px;
    max-width: 300px;
}

.thbf-btsklo {
    display: flex;
}

.thbf-btsklo a {
    text-decoration: none;
}

.thbf-btsklo button {
    padding: 14px 24px 14px 24px;
    background-color: white;
    border: var(--bprimary-color) solid 1px;
    color: var(--bprimary-color);
    border-radius: 80px;
    display: flex;
    align-items: center;
    margin-left: 4px;
}

.thbf-btsklo button svg {
    margin-left: 8px;
}

.thbf-btsklo button:hover,
.thbf-btsklo button.a {
    background-color: var(--bprimary-color);
    color: white;
    cursor: pointer;
}

.thbf-btsklo button.a svg path,
.thbf-btsklo button:hover svg path {
    stroke: #fff !important;
}

.thbflog img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

body {
    background-color: #E5E5F6;
    display: flex;
}

.inner-wrap-body {
    padding: 40px;
    background-color: #F7F7FF;
    border-radius: 40px;
    height: calc(100dvh - 80px);
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    width: -webkit-fill-available;
}

.sft-caklo,
.sft-caklo a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    color: #37373F !important;
}

.app-body {
    max-width: 600px;
    width: -webkit-fill-available;
    margin: auto;
}

.napp-cbtns {
    margin-top: 20px;
}

.napp-cbtns button {
    padding: 16px 0px;
    text-align: center;
    border: none;
    font-size: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--bprimary-color);
    color: white;
    user-select: none;
    outline: none;
    cursor: pointer;
    width: -webkit-fill-available;
    border-radius: 40px;
}

.napp-cbtns button:hover {
    background-color: rgb(245 212 45);
    color: black;
}

.mdjiop-wlcmo {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #000000 0%, #1818EF 100%);
    color: transparent;
    background-clip: text;
}

input::-webkit-input-placeholder {
    color: #CFCFE3 !important;
}



.msdkio-p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 40px;
}

.napp-inode {
    display: flex;
    flex-direction: column;
    margin-top: 4px;
}

.knlforoab {
    background-color: white;
    overflow: hidden;
    padding: 0px 24px;
    border: #CFCFE3 solid 1px;
}

.knlforoab.f {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 24px;
    border-top-left-radius: 24px;
}

.knlforoab.b {
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
}

.napp-inode label,
.napp-inode input {
    width: -webkit-fill-available;
}

.napp-inode label {
    font-size: 14px;
    margin-top: 15px;
    color: #37373F;
    font-weight: 500;
}

.napp-inode input {
    border: transparent !important;
    padding: 12px 0px;
    outline: none;
    font-size: 18px;
    line-height: 19px;
}

.lfbanner-src {
    flex-shrink: 0;
    width: 600px;
    height: -webkit-fill-available;
    background-image: url("/assets/signin.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    min-height: calc(100dvh - 8px);
    border-radius: 40px;
    overflow: hidden;
    margin: 4px;
}

@media screen and (max-width: 1280px) {
    .lfbanner-src {
        display: none !important;
    }

    .thbf-lncta {
        flex-wrap: wrap;
    }

    .thbf-btsklo {
        margin-left: auto;
    }
}

@media screen and (max-width: 600px) {
    .inner-wrap-body {
        padding: 40px 10px;
    }

    .thbflog {
        height: 40px;
        max-width: 180px;
    }

    .thbf-btsklo button {
        padding: 14px 10px 14px 12px;
    }

    .sft-caklo {
        flex-wrap: wrap;
    }
}

input:-internal-autofill-selected{
    background-color: white !important;
    -webkit-text-fill-color: black !important;
    color: black !important;
    transition: background-color 9999s ease-in-out 0s;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: white !important;
    -webkit-text-fill-color: black !important;
    color: black !important;
    transition: background-color 9999s ease-in-out 0s;
}
