* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: OPTIMA;
    src: url(img/Font/OPTIMA.TTF);
}

@font-face {
    font-family: impact;
    src: url(img/Font/impact.ttf);
}
input[type=text]:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
    background: transparent;
}
.form-control:focus {

 outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

select:focus {
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}
.body {
    /* background-color: #921004; */
    background-image: url("bg.png");
    background-color: #F7FAFD;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.mainimgd{
    width: 90%;
}
/* .top {
    background-image: url("banner.png");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 200px;
} */

.outerbody {
    /* margin: 2% !important; */
    /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}

.row {
    margin-right: 0%;
    padding-right: 0%;
}

.coll {
    margin-right: 0%;
    padding-right: 0%;
}

.colr {
    padding-bottom: 20px;
}

.mainImg {
    width: 100%;
}

.form-control {
    margin-bottom: 15px;
    background: transparent;
}

.formdiv {
    width: 95%;
    text-align: end;
    background-color: #eef8fe;
    border: 1px solid #b3e1f8;
    border-radius: .9em;
    padding: 20px;
}

.form-group label {
    color: #0b5386;
    font-weight: 500;
}

.logbtn {
    border: none;
    padding: 3px 10px;
    color: #fff;
    background-color: #2eafe4;
    border-bottom-left-radius: 16px;
    border-top-left-radius: 16px;
}

.logbtn1 {
    border: none;
    padding: 3px 10px;
    color: #fff;
    border-bottom-right-radius: 16px;
    border-top-right-radius: 16px;
    background-color: #04a0dc;
}

#row {
    margin-top: 3%;
}

.form-control {
    margin-bottom: 7px !important;
    background: transparent;
    border: 1px solid #bce5f9;
    background-color: #fff;
}

.toptext {
    color: #fff;
    text-align: center;
    font-weight: 800;
    padding-top: 2%;
    font-size: 4rem;
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
.logo{
    display: block;
    text-align: end;
}
.logo1{
    display: none;
}

@media only screen and (min-width:1000px) {
    .row {
        margin-right: 0%;
        padding-right: 0%;
    }
    .coll {
        margin-right: 0%;
        padding-right: 0%;
    }
    .colr {
        padding-bottom: 0px;
    }
    .mainImg {
        width: 100%;
    }
}

@media only screen and (min-width:1360px) {
    .row {
        margin-right: 0%;
        padding-right: 0%;
    }
    .coll {
        margin-right: 0%;
        padding-right: 0%;
    }
    .colr {
        padding-bottom: 20px;
    }
    .mainImg {
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .mainimgd{
        width: 100%;
    }
    .logo1{
        display: block;
    }
    .logo{
        display: none;
    }
    .formdiv {
    text-align: start;
    margin-bottom: 50px;
    }
    .colr {
        padding: 0px!important;
    }
    .form-control {
        display: block;
        width: 100%;
        padding: 0px!important;
        font-size: 1rem;
        padding: 0px 0px 0px 3px!important;
    }
    .form-select {
        display: block;
        width: 100%;
        padding: 0px 0px 0px 3px;
    }
    .row {
        --bs-gutter-x: 0rem!important;
    }
    .toptext {
        color: #fff;
        text-align: center;
        font-weight: 700;
        padding-top: 2%;
        font-size: 2rem;
        text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    }
    /* .top {
        background-image: url("Top.png");
        background-repeat: no-repeat;
        width: 100%;
        height: 100px;
    } */
}