.otp {
    margin: 1.5rem auto;
    outline: none;
    display: none;
    width: 100%;
    border: none;
    padding: 7px;
    font-size: 1.2rem;
    color: #000;
}

.carousel { /*margin-top:30px*/
}

.slider-images {
    border-radius: 30px;
}

.content {
    z-index: -20;
    text-align: center;
    padding: 20px 32px 30px 32px;
    width: 100%;
    /* transform: translate(-50%, -50%); */
}


.fa-eye, .fa-eye-slash {
    margin: 6px -24px;
    font-size: 12px !important;
}

.fa.fa-mobile {
    font-size: 17px;
    margin: 4px -22px;
}


.content header {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 35px 0;
    font-family: "Montserrat", sans-serif;
}

.field {
    position: relative;
    height: 45px;
    width: 100%;
    display: flex;
    background: rgba(255, 255, 255, 0.94);
}

    .field span {
        color: #222;
        width: 48px;
        line-height: 45px;
    }

    .field input {
        height: 100%;
        width: 100%;
        background: transparent;
        border: none;
        outline: none;
        color: #222;
        cursor: pointer;
        font-family: "Montserrat", sans-serif;
    }

.col-md-7 {
    padding-left: 0px
}

.row {
    /*margin-left: -50px !important;*/
}

.space {
    margin-top: 16px;
}

.show {
    position: absolute;
    right: 13px;
    font-size: 1rem;
    font-weight: 700;
    color: #222;
    display: none;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
}

.pass-key:valid ~ .show {
    display: block;
}



.pass a {
    color: white;
    text-decoration: none;
    font-family: "Peppins", sans-serif;
}

.pass:hover a {
    text-decoration: underline;
}

.field input[type="submit"] {
    background: #6B2efc;
    border: 1px solid #7741fd;
    color: white;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600;
    cursor: pointer;
    font-family: "Montserrat", sans-serif;
    transition: .3s ease;
}

    .field input[type="submit"]:hover {
        background: #4efde4f5;
    }

.login {
    color: white;
    margin: 20px 0;
    font-family: "Peppins", sans-serif;
}

#demo {
    display: none;
}

i span {
    margin-left: 8px;
    font-weight: 500;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: "Peppins", sans-serif;
}

/* forgot Password */
.formw {
    width: 100%;
    border-radius: 50px;
}

.modal-content {
    border-radius: 30px;
    background-color: #084ea6;
}

.modal {
    background-color: rgba(94, 90, 90, 0.9);
    width: 100%;
    height: 100%;
}

.btn-1 {
    display: none;
}

.login-image {
    width: 40%;
    margin-top: 7px;
}

.login-formt {
    margin: 0rem 0 2rem 0;
    /*  box-shadow: -1px 3px 4px 7px rgb(15, 57,52);*/
    box-shadow: 0px 6px 10px rgba(14, 31, 53, 0.12), 0px 12px 18px rgba(14, 31, 53, 0.2), 0px 10px 10px -1px rgba(14, 31, 53, 0.12);
    border-radius: 30px;
}

.LoginBtn {
    color: #000;
    background-color: #fff;
    border-radius: 5px;
}

.input-group {
    width: 90%;
    margin: 0px auto;
}

.contentmt {
    border-radius: 30px 30px 30px 30px;
}

.input-login {
    font-size: 14px;
    height: 32px;
    box-sizing: border-box
}

body {
    background-image: url(../images/v915-techi-056-cutout.png), linear-gradient(90deg, #2CD8D5 0%, #C5C1FF 56%, #fff2f4 100%);
    background-size: cover;
}

.footer {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
}

.containerm {
    background-color: rgba(244, 242, 255, 0.6) !important;
    line-height: 50px;
}

.footer {
    background-color: rgba(244, 242, 255, 0.6);
    color: #000;
    height: 40px;
    padding: 8px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
}

.btn-block {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

.btn-theme-primary {
    border-radius: 20px;
    color: #fff;
    background-color: #0271c2;
    border-color: #0271c2;
}

.btn-theme-primary {
    border-radius: 20px;
    color: #fff;
    background-color: #214594;
    border-color: #214594;
}

.btn-theme-success {
    border-radius: 20px;
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.footerlink {
    background-image: linear-gradient( to right, #000, #000 50%, #000 50% );
    background-size: 200% 100%;
    background-position: -100%;
    display: inline-block;
    position: relative;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease-in-out;
}

    .footerlink:before {
        content: '';
        background: #000;
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 0;
        height: 3px;
        transition: all 0.3s ease-in-out;
    }

    .footerlink:hover {
        background-position: 0;
    }

        .footerlink:hover::before {
            width: 100%;
        }