.login-btn {
    /* background-color: #1a84d8 !important; */

    font-size: 16px !important;
    margin-left: 0px !important;
    margin-top: 10px !important;
    line-height: 0.35 !important;
    border-radius: 30px;
    height: 30px !important;
    margin-bottom: 19px;
    font-family: 'Poppins', sans-serif !important;
}

.slider {
    display: block;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .magin-tagg {
        margin: 0px 50px 0px 10px !important;
    }

    .slider {
        display: none;
    }

    .login-outer {
        display: block !important;
    }

    .main-outer-div-inner {
        overflow-x: hidden;
        overflow-y: scroll;
    }
}

.user-svg img {
    background-color: #9cdabe00;
    /* padding: 15px 15px; */
    border-radius: 25PX;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ffffff;
    position: absolute;
    z-index: 10;
    top: 4px;
    left: 4px;
    width: 35px;
    height: 35px;
}

.usernameinput {
    padding-left: 52px !important;
    border: 1px solid #a61325 ;
    border-radius: 30px !important;
}


.div-space {
    display: flex;
    justify-content: space-between;
    margin-top: 7px;
}


.n-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

    .n-logo img {
        width: 180px;
        height: auto;
    }

.login-outer {
    border-radius: 20px !important;
    background-color: #ffffff !important;
}

.login_new_padding {
    max-width: 420px !important;
    background: #ffffff ;
    padding: 13px 30px 0px 30px;
    border-radius: 20px !important;
    margin: 0px !important;
    /* border: 13px solid #ffffff45; */
}

.ihits_logo {
    display: flex !important;
    justify-content: center !important;
    width: 30% !important;
    align-items: center !important;
    top: -50px !important;
    margin-left: 0px !important;
}


.login_new_padding .mt-9 {
    margin-top: 0rem !important;
}

.login_new_padding .mt-10 {
    margin-top: 0rem !important;
}

.slider {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.items {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-bottom: 56.25%;
}

.item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.6s ease-in-out;
}

    .item.current {
        opacity: 1;
    }

    .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.buttons {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.button {
    width: 32px;
    height: 32px;
    border: none;
    outline: none;
    padding: 0;
    background: transparent center no-repeat;
    cursor: pointer;
    opacity: 0.4;
}

    .button.prev {
        background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32.png);
    }

    .button.next {
        background-image: url(https://codeisle.info/blog/wp-content/uploads/2018/12/ico_next_b32-1.png);
    }

    .button:hover {
        opacity: 0.8;
    }

.dots {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.dot {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    background: #777;
    cursor: pointer;
    opacity: 0.5;
    transition: opacity 0.4s ease-in-out;
}

    .dot:nth-child(n+2) {
        margin-left: 5px;
    }

    .dot.current {
        opacity: 1;
    }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


@media only screen and (min-width: 1400px) and (max-width: 1699px) {
    .n-logo img {
        width: 250px !important;
        height: auto;
    }

    .login_new_padding .mt-9 {
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    .usernameinput {
        margin-bottom: 20px !important;
    }

    .mt-p {
        margin-top: 10px;
    }

    .login_new_padding {
        padding: 10px 20px 0px 20px;
    }

    .mr-n {
        margin: 0px 0px !important;
    }

    .user-svg img {
        top: 4px !important;
    }
}



@media only screen and (min-width: 992px) and (max-width: 1399px) {

    .mt-p {
        margin-top: 20px;
    }

    .main-outer-div-inner {
        overflow: scroll !important;
        height: 650px !important;
    }

    .user-svg img {
        top: 4px !important;
    }
}

.formc-f {
    font-size: 10px !important;
    padding: 3px 12px;
    height: 38px !important;
    margin-top: 10px;
}

.h30 {
    height: 38px;
}

#grpCmpDiv select {
    border-radius: 30px !important;
}
