.form-label{
    margin-bottom: 0px;
    margin-top: .5rem;
}

.details{
    /* border: 1px solid gray; */
    background-color: rgb(224, 222, 222);
}

.bgimg{
    height: 200px;
}

@media (max-width: 768px) {
    .bgimg{
        height: 310px;
    }
}


.formlogo{
    height: 80px !important;
    width: 260px !important;
}

.mar-top{
    margin-top: 20px;
}

@media (max-width: 768px) {
    .formlogo{
        height: 60px !important;
        width: 200px !important;
    }
    .mar-top{
        margin-top: 12px;
    }
}

.wdth{
    width: 1100px;
}

@media (max-width: 568px) {
    .wdth{
        width: 500px;
    }
}