
.login-user {
    width: 100%;
    height: 100%;
    background-image: linear-gradient(140deg, #a25e43, #E46431);
    position: relative;
    overflow: hidden;
    padding: 0 29px;
    
}

.from-file {
    display: flex;
    max-width: 980px;
    width:100%;
    align-items: center;
    height: 100vh;
     justify-content: center;
     position: relative;
     z-index: 2;
     margin: auto;
}

.form-list-file {
    width: 100%;
    position: relative;
    flex-direction: column;
    justify-content: center;
   
}
.form-text-user{
transform: translateY(-80px);
}


.admin {
    font-size: 25px;
    color: #fff;
}

.outer-text {
    font-size: 1rem;
    color: #FFFFFF80;
    padding-bottom: 20px;
}

.images-f {
    position: absolute;
    left: -70px;
    bottom: -40px;
    max-width: 800px;
    width: 100%;

    z-index: 1;
}

form {
    width: 100%;
}




.logo-items {
    margin-right: 150px;
}
.logo-items .logo{
    width: 400px;
}

.from-contorl{
    border: 0px !important;

    
}
.from-contorl:focus{
    border: 1px solid #000 !important;
    box-shadow: none !important;
}
.button-color{
    background-color: #000 !important;
}
@media screen and (max-width : 992px) {
    .from-file{
        flex-direction: column;
    }
    .logo-items {
        margin-right: 0px;
        transform: translateY(-20px);
    }
    .logo-items .logo{
        width: 200px;
    }
    .form-text-user{
        transform: translateY(-0px);
        }
        .images-f{

        }
}