body{
    /* overflow: hidden; */
    background-color: var(--bs-body-bg) !important;
}
.bg{
    width: 100%;
    height: 100vh;
}
.ring{
    position: relative;
    left: 10rem;
    bottom: 63.3rem;
}
.mesh{
    position: relative;
    left: 32rem;
    bottom: 49rem;
}
.triangle{
    position: relative;
    left: 30rem;
    bottom: 54rem;
}
.wrapper{
    /* display: flex;
    justify-content: flex-start; */
    /* box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px; */
    height: 100%;
    object-fit: cover;
    overflow: hidden;  
    width: 100%;
}
.wrapper .row{width: 100%;}
.content{
    padding: 0 4rem 0 2rem;
}

.logo-white{
    position: absolute;
    top: 2rem;
    left: 3rem;
    width: 120px;
}

.content h2{
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 38px;
    line-height: 64px;
    color: #162243;
    padding-top: 3rem;
}
.content h2 span{
    color: #4287FF;
}
.content p{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    color: rgba(38, 54, 98, 0.79);
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}
.form-control{
    border: 1px solid rgba(38, 54, 98, 0.3);
    box-sizing: border-box;
    border-radius: 83px;
    height: 50px;
    padding-left: 1.8rem;
}
.forgotPass{
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    text-decoration-line: underline;
    color: #4287FF;
    float: right;
    padding-top: .5rem;
}
.label{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 26px;
    color: #263662;
    padding-bottom: 4px;
    margin-bottom: 0
}
.sign-btn{
    background: #4287FF;
    box-shadow: 0px 11px 19px rgba(66, 135, 255, 0.25);
    border-radius: 56px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #FFFFFF;
    width: 100%;
    height: 50px;
    margin-top: 2rem;
}
.google-sign-btn{
    border: 1px solid rgba(38, 54, 98, 0.34);
    box-sizing: border-box;
    border-radius: 279px;
    font-family: Poppins;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #263662;
    width: 100%;
    height: 50px;
    margin-top: 1.5rem;
    background-color: #fff;
    cursor: pointer;
}
.google-sign-btn span{
    vertical-align: middle;
}
.signup{
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 15px !important;
    line-height: 26px;
    color: #263662;
    padding-top: 2rem;
    text-align: center;
}
.signup span a{
    color: #4287FF;
}
.demo{
    width: 4vh;
    height: 100%;
}

@media only screen and (max-width: 1400px) {
    
    .content h2{
        font-size: 34px;
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 1200px) {
    
    .content h2{
        font-size: 28px;
        padding-top: 1rem;
    }
}

@media only screen and (max-width: 767px){

    .wrapper{
        box-shadow: none;
        margin-top: 1rem !important;
        margin-bottom: 1rem !important;
        display: block;
    }
    .content h2{
        font-size: 24px;
        padding-top: 1rem;
        line-height: 1.7;
    }

    .content{
        padding-right: 2rem;
    }

    .content p{
        font-size: 14px;
    }
    
}