 @media(max-width: 1400px) {
    .welcome {
        padding: 60px;
        padding-bottom: 0;
    }
    .form-section img.team {
        position: fixed;
    }
    .welcome img.logo {
        width: 160px;
    }
    .welcome h1 { 
    font-size: 80px; 
    line-height: 80px; 
    }
    .welcome p { 
        font-size: 30px; 
        line-height: 40px;
        padding-bottom: 50px;
    }
    img.form-img {
        width: 100%;
        margin-top: 30px;
    }
    .form-style h2 {
        font-size: 34px;
     } 
     .content-login .or {
        margin-top: 30px;
     } 
     .form-section img.team { 
    top: -3%; 
    right: -7%;
    box-shadow: 0px 0px 0px 70px rgba(146,132,177,1);
    -webkit-box-shadow: 0px 0px 0px 70px rgba(146,132,177,1);  
    width: 63%;
    }
    form.content-login.login {
        z-index: 1111;
        position: relative;
    }
 }
 @media(max-width: 1200px) {
    .footer img {
        width: 160px;
    } 
    .form-section img.team {
        position: fixed;
    }
    .welcome-text h1 {
        font-size: 40px;
    }
}
 @media(max-width: 992px) {
    .form-style {
    flex-direction: column-reverse;
    flex-wrap: wrap;
    }
    .welcome-text h5 {
        font-size: 22px;
    }
    .welcome-text h1 {
        font-size: 50px;
     } 
     .form-section img.team,.form-section img.line {
        display: none;
     }
    .footer {
     
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    }
    .welcome,.content-login {
        width: 100%;
    }
    
    img.form-img {
        width: auto; 
        margin: auto;
    }  
}
 @media(max-width: 767px) {
     
    .social-media-link {
gap: 10px;
        flex-wrap: wrap;
    }
    img.form-img {
        width: 100%; 
    }
    .footer ul { 
        gap: 20px; 
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer ul li:before {
        display: none;
    }
}
@media(max-width: 480px) { 
    .welcome-text h5 {
        font-size: 18px;
    }
    .welcome-text h1 {
        font-size: 40px;
     } 
    .welcome h1 {
        font-size: 60px;
        line-height: 60px;
        padding-top: 40px;
    }
    .welcome p {
        font-size: 22px;
        line-height: 30px;
        padding-bottom: 30px;
    }
    button.btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .content-login .social-media-link .btn {
        padding: 0 27px;
    }
    .welcome-text h1 {
        font-size: 32px;
        padding-top: 26px;
    }
    .welcome {
        padding: 30px;
        padding-bottom: 0;
     }
     section {
        padding: 40px 0;
    }
     .welcome-text img {
        width: 120px;
    }
}
 