
.ml100 {
    margin-left: 100px;
}

.content {
    padding-top: 0px;
    padding-left: 23px;
}

.form-control-feedback-start .form-control {
    padding-left: 15px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000047 !important;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}


.loader {
    top: 40%;
    left: 46%;
    position: relative;
}
.ml32 {
    margin-left: 32px !important;
}
.mt50 {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .ml100 {
        margin-left: 0px;
    }
    .ml20 {
        margin-left: 20px;
    }
    .top {
        margin-top: 0px;
        margin-left: 15px;
    }

    .headTxt {
        color: white;
        text-align: center;
    }
    .logoSize {
        height: 76px !important;
        width: 200px !important;
        background-color: #ffffff00;
        background-blend-mode: color;
        filter: brightness(15);
    }
    .mt95{
        margin-top:95px;
    }
    .content {
        padding-left: 16px;
    }
    .mt15{
        margin-top:15px;
    }
}

@media (min-width: 1024px) {
    .ml100 {
        margin-left: 100px;
    }

    .top {
        margin-top: 120px;
        margin-left: 118px;
    }
    .top1 {
        margin-top: 55px;
        margin-left: 130px;
    }
    .headTxt {
        color:white;
        width: 390px;
        text-align: center;
    }
   
    .logoSize {
        height: 76px !important;
        width: 200px !important;
        background-color: #ffffff00;
        background-blend-mode: color;
        filter: brightness(15);
    }
}
