body {
    background-color: #E0E0E0;
}

.loginAndRegister-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -530px;
}

.inner-wrap {
    background-color: white;
    height: 75vh;
    width: 700px;
    box-shadow: 5px 5px 10px gray;
    transition-duration: 2s;
}

.secondBackg {
    background-color: #FAFAFA;
}

.imglogo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 620px;
}

.logo {
    width: 190px;
    border-radius: 50%;
}

.imglogo2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo2 {
    margin-top: 50px;
    width: 300px;
    height: 300px;
}

.bi-plus-circle-fill {
    font-size: 50px;
    margin-top: -50px;
    color: gray;
    text-shadow: 1px 1px 1px 5px gray;
}

.btn {
    border: none;
}

.btn-secondary {
    display: flex;
    margin: auto;
}


@media screen and (max-width: 990px) {
    .logo2 {
        margin-top: -30px;
        width: 160px;
        height: 160px;
    }

    .secondBackg {
        background-color: #E0E0E0;
        margin-top: -37px;
        box-shadow: rgb(0 0 0 / 50%) 0px -6px 6px -6px;
    }

    #upAndDown {
        bottom: -100%;
        position: fixed;
        min-height: 100%;
        z-index: 1;
        transition: 10s;

        
    }

    .imglogo2 {
        height: 200px;
        width: 100%;
    }
    .thirdbackg {
        margin-top: -40px;
        background-color: white;
        height: 100%;
        border-top-right-radius: 40px ;
        border-top-left-radius: 40px ;
    }
}

