
.signup-sec{
    background-image: url(../images/signup-gradient.png);
    background-position: top right;
    background-repeat: no-repeat;
}
.welcome-screen{
    background-image: url(../images/login-splash.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 40px);
    border-radius: 24px;
    padding: 40px 20px;
    text-align: center;
    font-family: "Poppins", sans-serif;
        display: flex;
    align-items: center;
    justify-content: center;
}
.welcome-screen h1{
    color: #000;
    text-align: center;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.913px; /* 137.5% */
    margin-bottom: 45px;
}
.welcome-screen img{
    height: 310px;
    width: 310px;
    margin-bottom: 20px;
}
.welcome-screen h5{
    color: #000;
    text-align: center;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 0;
    
}

@Media (max-width:1200px){
    .welcome-screen h1 {
    font-size: 24px;
    line-height: 34.913px;
    margin-bottom: 30px;
}
.welcome-screen img {
    height: 250px;
    width: 250px;
    margin-bottom: 20px;
}
.welcome-screen h5{
    font-size: 20px;
}
}
@Media (max-width:991px){
    .welcome-screen h1 {
    font-size: 22px;
    line-height: 26.913px;
    margin-bottom: 24px;
}
.welcome-screen img {
    height: 250px;
    width: 250px;
    margin-bottom: 20px;
}
.welcome-screen h5{
    font-size: 18px;
}
}
@media (max-width:768px){
    .welcome-screen{
        min-height: auto;
        padding: 20px 12px;
    }
    .welcome-screen img {
    height: 120px;
    width: 120px;
    margin-bottom: 12px;
}
.welcome-screen h5 {
    font-size: 14px;
}
.signup-sec{
    padding: 20px 4px;
    background-size: 160px;
}
.welcome-screen h1 {
    font-size: 18px;
    line-height: 22.913px;
    margin-bottom: 16px;
}
.outer-bg-signup h5 {
    font-size: 14px;
    margin-bottom: 30px;
}
.outer-bg-signup .form-label{
    font-size: 14px;
}
.welcome-screen{
    display: none;
}
}