* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.fat {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.icon1 {
    position: absolute;
    color: #8b8b8b;
    font-size: 18px;
    display: flex !important;
    align-items: center;
    justify-content: start;
    right: 10px;
    z-index: 1;
    bottom: 7px;
}

.eye {
    position: absolute;
}

#hide1 {
    display: none;
}

.lableText {
    color: #0a0b67;
}

.carousel-caption {
    color: #000000;
    position: relative;
    right: 0;
    left: 0;
}

    .carousel-caption h3 {
        padding-top: 20px;
        color: #d20000;
    }

    .carousel-caption p {
        margin: 0;
    }

.carousel-indicators li {
    background-color: #969a95;
}

.carousel-indicators .active {
    background-color: #5072d7;
}

/*.input-width {
    width: 90%;
    height: 38px;
    border: 1px solid #cbbebe;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}*/

.icon-width {
    width: 11px;
}

.btn-width {
    width: 92%
}

.verticalSpace {
    margin-top: 57px;
}

.input-new {
    width: 90%;
    height: 38px;
    border: 1px solid #cbbebe;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
}

.input-new-inner {
    border: 0;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 7px;
    border-top-right-radius: 7px;
}

@media only screen and (min-width: 320px) {
    .textSize label, .textSize a {
        font-size: 0.8em;
    }

    .input-new {
        width: 83% !important;
    }
}

@media only screen and (min-width: 425px) {
    .input-new {
        width: 85%;
    }
}

@media only screen and (min-width: 768px) {
    .textSize label, .textSize a {
        font-size: 1em;
    }

    .input-new {
        width: 90%;
    }
}

@media only screen and (min-width: 900px) {
    .input-new {
        width: 85%;
    }

    .verticalSpace {
        margin-top: 57px;
    }
}

@media only screen and (min-width: 1200px) {
    .input-new {
        width: 90%;
    }
}

@media only screen and (max-width: 768px) {
    .verticalSpace {
        margin-top: 10px;
    }
}
