
.body-item{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-image: url(./web/frontend/images/login.webp);
    background-repeat: no-repeat;
    background-size: cover;
    /* margin: 50px 50px; */
}

.body-item .form{
    width: 450px;
    min-height: 400px;
    display: flex;
    background: rgba(0, 0, 0, 0.344);
    border-radius: 20px;
    box-shadow: 0 0 10px #eee;
    color: #fff !important;
    justify-content: center;
    padding: 20px;

}

.form{
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
}

.body-item .form h1{
    font-size: 32px;
    padding-top: 15px;
    color: #eee;
    padding-bottom: 5px;

}

.body-item .form p{
    font-size: 20px;
    padding-bottom: 20px;
}

.body-item .form .input input{
    width: 100%;
    padding: 15px;
    border-radius: 10px;
    outline: none;
    margin: 10px 0;
    z-index: 1;
    border: 3px solid #fff;
    background: rgba(255, 255, 255, 0.1);
    font-size: 18px;
    font-weight: 700;

}

.body-item .form .input{
    position: relative;

}

.body-item .form .input label{
    top: 25px;
    position: absolute;
    left: 0;
    border-radius: 5px;
    font-size: 20px;
    padding: 0 10px;
    font-weight: 700;

    pointer-events: none;
    z-index: 1000;
    transition: .5s;
}
.body-item .form .input input:focus ~ label,
.body-item .form .input input:valid ~ label{
    top: 0;
    left: 10px;
    background: #fff;
    color: #000;
}

.body-item .form .help{
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 15px 0;
    align-items: center;
    flex-wrap: wrap;
}

.body-item .form .help input[type="checkbox"]{
    padding: 10px;
    width: 25px;
    height: 15px;
    border: none;
    outline: none;
}

.body-item .form .help label{
    font-size: 16px;
    font-weight: 500;
}

.body-item .form .help .text2 p{
    color: #f00;
    letter-spacing: 1px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    margin-bottom: 0;
    padding-bottom: 0;
    margin-left: 20px;
}

.body-item .form .tizim{
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px 0;
}

.tizim .battan-item{
    position: relative;
    width: 100%;
    text-decoration: none;
    text-align: center;
    background: -webkit-linear-gradient( 293deg, #fd4b3d 0%, rgba(253, 44, 121, 0.99608) 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    z-index: 1;
    overflow: hidden;
}

.tizim .battan-item::after,
.tizim .battan-item::before{
    content: '';
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    width: 100%;
    height: 0%;
    background: #f00;
    top: -15px;
    left: 0;
    border-radius: 10px;
    transition: .5s;
}

.tizim .battan-item::after{
    content: 'Tizimga Kirish';
    transition-delay: .3s;
}

.tizim .battan-item::before{
    content: '';
    background: rgba(255, 55, 55, 0.393);
}

.tizim .battan-item:hover::after,
.tizim .battan-item:hover::before{
    height: 100%;
    top: 0;
}

.hisob{
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}
.hisob h3{
    font-size: 18px;
    color: #eee;
    text-transform: capitalize;
    padding-top: 6px;
}

.hisob a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #f00;
    display: flex;
    justify-content: center;
    align-items: center;
}
.checkbox{
    padding-left: 20px;
}


.batabsil{
    display: flex;
}

.csliderrr{
    width: 100%;
}
