
img{
    width: 100%;
}
.tHeading{
    font-size:22px;
    color: #eb008b;
}
.navbar-bg-color{
    background-color: black !important;
    border-radius: 0px;
}
.text {
    font-size: 11px;
    font-weight: 700;
    line-height: 19px;
    color: #0f0f0f;
}
.img-responsive {
    display: block;
}
.img-responsive.mobile {
    display: none;;
}
.form-group {
    margin-bottom: 8px;
}
.home-form2{
    background: white;
    margin: 10px;
    padding: 10px;
}

.sidebox{
    background-color: #0d1215;
}
.logoImg{
    width: 50%;
}

.error-message {
            color: #dc3545;
            font-size: 12px;
            margin-top: 3px;
            display: none;
        }
.form-control.error {
            border: 1px solid #dc3545;
        }
.form-control.valid {
            border: 1px solid #28a745;
        }

@media screen and (min-width: 768px) {
    .img-responsive {
        display: block;
        height: 100vh;
    }
    .img-responsive.mobile {
        display: none;
    }
    .home-form2{
        margin: 50px  10px  10px  10px ;
        /* position: fixed;*/
    }       
}

@media screen and (max-width: 767px) {
    .img-responsive {
        display: none;
    }
    .img-responsive.mobile {
        display: block;
        /* height: 200px; */
    }
    .sidebox{
        background-color: #fff;
    }
    .text {
        font-size: 10px;
        font-weight: 700;
        line-height: 16px;
        color: #0f0f0f;
    }
}
