﻿
.name-mismatch-container {
    width: 280px;
    margin: auto;
    display: block;
}

.nmm-1 {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #000000;
    margin-top: 12px;
    display: block;
    margin-bottom: 20px;
}

.nmm-2 {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #000000;
    margin-top: 14px;
    display: block;
}

.wr-txt {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #F74242;
    font-weight: 400;
    display: block;
    margin-top: 10px;
}

.nm-img {
    margin: auto;
    display: block;
}
.stpl-cursor-pointer:disabled {
    color: #fff;
    background-color: #DADFEA;
    border-color: #DADFEA;
    cursor: not-allowed;
}
.stpl-cursor-pointer {
    cursor: pointer;
}
.stpl-line {
    display: none;
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.input-box.active-grey .input-1 {
    border: 1px solid #dadce0;
}

.input-box.active-grey .input-label {
    color: #80868b;
    top: -8px;
    background: #fff;
    font-size: 11px;
    transition: 250ms;
}

    .input-box.active-grey .input-label svg {
        position: relative;
        width: 11px;
        height: 11px;
        top: 2px;
        transition: 250ms;
    }

.input-box {
    position: relative;
}

    .input-box .input-label {
        position: absolute;
        color: rgb(0, 0, 0, .60);
        font-size: 16px;
        line-height: 24px;
        font-weight: 400;
        max-width: calc(100% - (2 * 8px));
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 8px;
        top: 13px;
        padding: 0 8px;
        transition: 250ms;
        user-select: none;
        pointer-events: none;
    }

        .input-box .input-label svg {
            position: relative;
            width: 15px;
            height: 15px;
            top: 2px;
            transition: 250ms;
        }


    .input-box .input-1 {
        box-sizing: border-box;
        height: 50px;
        width: 100%;
        border-radius: 4px;
        color: #202124;
        border: 1px solid rgb(0, 0, 0, .60);
        padding: 15px;
        transition: 250ms;
    }

        .input-box .input-1:focus {
            outline: none;
            border: 2px solid #1a73e8;
            transition: 250ms;
        }

    .input-box.error .input-label {
        color: #f44336;
        top: -7px;
        background: #F5F5F5;
        font-size: 12px;
        transition: 250ms;
        line-height: 16px;
    }

    .input-box.error .input-1 {
        border: 2px solid #f44336;
    }

    .input-box.error .v-t {
        color: red;
    }

    .input-box.focus .input-label,
    .input-box.active .input-label {
        color: #1a73e8;
        top: -7px;
        background: #F5F5F5;
        font-size: 12px;
        transition: 250ms;
        line-height: 16px;
    }

        .input-box.focus .input-label svg,
        .input-box.active .input-label svg {
            position: relative;
            width: 11px;
            height: 11px;
            top: 2px;
            transition: 250ms;
        }

    .input-box.active .input-1 {
        border: 2px solid #1a73e8;
    }

.common-btn {
    font-size: 20px;
    line-height: 16px;
    font-weight: 500;
    color: #fff !important;
    background-color: #1976D2;
    border-radius: 4px;
    display: block;
    padding: 16px 0px !important;
    text-align: center;
    margin-top: 30px;
    width: 100%;
    border: none;
}
.input-box .input-1 {
    box-sizing: border-box;
    height: 50px;
    width: 100%;
    border-radius: 4px;
    color: #202124;
    border: 1px solid rgb(0, 0, 0, .60);
    padding: 15px;
    transition: 250ms;
}

    .input-box .input-1:focus {
        outline: none;
        border: 2px solid #1a73e8;
        transition: 250ms;
    }
.v-t {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #707070;
    padding-left: 15px;
    margin-top: 2px;
    margin-bottom: 0px;
}
.input-box.error .v-t {
    color: red;
}
.astrk {
    color: #FF7171;
}
@media screen and (max-width: 767px) {
    .login-c {
        width: 310px !important;
    }

    .mobile-login-content {
        display: block;
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: #000000;
        margin: 20px 0px;
    }
    .mobilie-stpl-btn {
        font-size: 16px;
    }
    .stpl-line {
        width: 50px;
        margin: auto;
        display: block;
        height: 5px;
        background-color: #D2D3D4;
        border-radius: 20px;
    }
    .stpl-modal-header {
        display: none;
    }
}

.device-tnc {
    background: #e6f0ff;
    padding: 10px;
    border-radius: 0.8rem;
}

.device-sub-txt1 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}

.device-sub-txt2 {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.device-logout-btn {
    background-color: #1976d2;
    color: #fff !important;
    display: block;
    width: 100%;
    max-width: 349px;
    height: 38px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}