@import url('https://fonts.googleapis.com/css2?family=Exo:ital,wght@1,700;1,900&display=swap');

body {
    background-image: url(../images/bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
}

.regbtn {
    color: #fff;
    border: 1px solid #cc54a3;
    font-weight: 600;
    transition: 0.5s all;
    padding: 5px 100px;
    /* width: 260px; */
    outline: none;
    text-transform: uppercase;
    background-color: #cc54a3;
    border-radius: 5px;
    /* background-image: linear-gradient(to right, rgb(152, 24, 28), rgb(235, 28, 35),rgb(152, 24, 28)); */
}

.form-wrap {
    padding: 20px;
    background: #d4d8d4;
    margin: 25px;
    border-radius: 12px;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.form-group {
    margin-bottom: 0.8rem;
}

.form-control {
    background-color: #e4edc0;
    border: 1px solid #63c2b1;
}

p {
    margin: 3px 0;
}

.footer {
    position: absolute;
    bottom: 0;
}

.foottext {
    font-size: 0.8em;
    text-align: center;
}

.footer_strip {
    background-color: #b356a0;
    text-align: center;
}

.footstrip {
    color: #fff;
    font-family: 'Exo', sans-serif;
    ;
}


.banr_title {
    position: absolute;
    top: 34%;
    left: 0%;
    font-size: 4em;
    font-weight: 800;
    color: #b356a0;
    line-height: 1;
    font-family: 'Exo', sans-serif;

}

.logo-wrap {
    position: absolute;
    right: 0;
    width: 12%;
}

.lady {
    margin-top: 25%;
}

.form-center {
    height: 90vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.captext{
    font-size: 26px ;
    margin: 12px 0;
    -webkit-text-stroke: 1.2px rgb(27, 27, 27);
    color:transparent;
    
    
}

/* @media only screen and (min-device-width: 320px) and (max-device-height: 480px) and (orientation: portrait) {
    .form-center {
    
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 90vh;
    }
} */

@media only screen and (min-width: 320px) and (max-width: 375px) and (orientation: portrait) {

    body {
        height: auto;
        background-size: auto;
    }

    .form-wrap {
        padding: 10px 20px;
        background: #d4d8d4;
        margin: 25px 9px;
        border-radius: 12px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .banr_title {
        position: absolute;
        top: 40%;
        margin-top: 7%;
        left: 6%;
        font-size: 1.2em;
        font-weight: 800;
        color: #b356a0;
        line-height: 1;
        /* margin: auto; */
        font-family: 'Exo', sans-serif;
    }

    .logo-wrap {
        position: relative;
        width: 35%;
        margin-left: auto;
    }

    .footer {
        position: relative;
        bottom: 0;
    }


    .form-center {
        /* height: auto; */
        display: flex;
        justify-content: center;
        flex-direction: column;
        height: 61vh;
    }

    .regbtn {

        padding: 5px 70px;
    }
    .lady {
        margin-top: 0%;
        width:30%;
    }
    .form-control {
        height: calc(1.2em + 0.75rem + 2px);
    }
    .lady_wrap{
        text-align: right;
    }
}

@media only screen and (min-width: 376px) and (max-width: 760px) and (orientation: portrait) {
    body {
        height: 100vh;
    }

    .form-wrap {
        padding: 10px 20px;
        background: #d4d8d4;
        margin: 25px 9px;
        border-radius: 12px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .banr_title {
        position: absolute;
        top: 40%;
        margin-top: 7%;
        left: 6%;
        font-size: 1.1em;
        font-weight: 800;
        color: #b356a0;
        line-height: 1;
        /* margin: auto; */
        font-family: 'Exo', sans-serif;
    }

    .logo-wrap {
        position: relative;
        width: 35%;
        margin-left: auto;
    }

    .footer {
        position: absolute;
        bottom: 0;
    }

    .form-center {
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
        /* height: 51vh; */
    }

    .regbtn {

        padding: 5px 70px;
    }
    .lady {
        margin-top: 0%;
        width: 28%;
    }
    .form-control {
        height: calc(1.2em + 0.75rem + 2px);
    }
    .lady_wrap{
        text-align: right;
    }

}

@media only screen and (min-width: 768px) and (max-width: 1180px) and (orientation: portrait) {
    .form-wrap {
        padding: 30px;
        background: #d4d8d4;
        margin: 17px;
        border-radius: 12px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .banr_title{
        font-size: 3em;
    }
    .lady {
        margin-top: 50%;
    }
    .lady_wrap{
        display: flex;
        align-items: center;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) and (orientation: landscape) {
    body {
        height: auto;
    }

    .regbtn {
        color: #fff;
        border: 1px solid #cc54a3;
        font-weight: 600;
        transition: 0.5s all;
        padding: 1px 50px;
        /* width: 260px; */
        outline: none;
        text-transform: uppercase;
        background-color: #cc54a3;
        border-radius: 5px;
        /* background-image: linear-gradient(to right, rgb(152, 24, 28), rgb(235, 28, 35),rgb(152, 24, 28)); */
    }

    .form-wrap {
        padding: 15px 15px;
        background: #d4d8d4;
        margin: 17px;
        border-radius: 12px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    .banr_title {
        font-size: 2.8em;
    }

    .footer {
        position: relative;
        bottom: 0;
    }

    .form-center {
        height: auto;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .lady{
        width: 80%;
        float: right;
    }
}


@media screen and (device-width: 1920px) and (device-height: 1080px) {

    .banr_title {
        font-size: 6em;
    }

    .txt1 {
        right: 35px;
        bottom: 110px;
        font-size: 1.8em;
    }

    .txt2 {
        font-size: 1.8em;
        bottom: 80px;
    }

    .form-wrap {
        padding: 55px 20px;
        background: #d4d8d4;
        margin: 16%;
        border-radius:12px;
        text-align: center;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        width: 75%;
    }
}