body{
    background: #151517;
}

.new-wrapper{
    min-height: 100vh;
}
.new-wrapper .flex-wrapper{
    display: flex;
    justify-content: space-between;
}
.flex-w-left{
    padding: 20px;
    flex: 1;
    height: 100vh;
    overflow: hidden;
}
.flex-w-left .sub-wrap img{
    height: 100%;
}
.flex-w-right{
    flex: 1;
    height: 100%;
    color: #fff;
}
.new-wrapper .logo{
    width: 100px;
}
.web{
    width: 250px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    font-size: 18px;
    padding: 5px 5px;
    margin:  0 auto;
    border-radius: 15px;
}
.web div{
    padding: 5px 25px;
    cursor: pointer;
    border-radius: 10px;
}
.active-web{
    background-color: #242427;
}
.langs:hover{
    background-color: #fff;
    color: #151517;
}
.sign-inputs{
    display: flex;
    flex-direction: column;
}
.up-inputs label sup, label sup,
.sign-inputs label sup{
    color: red;
}
.sign-inputs input, .forget-form input{
    padding: 12px 10px;
    border-radius: 10px;
    color: #fff;
    outline: none;
    background-color: #151517;
    border: none;
}
.up-inputs div{
    display: flex;
    justify-content: space-between;
    background-color: #151517;
    width: 100%;
    border-radius: 12px;
}
.up-inputs input {
    background: none;
    outline: none;
    border: none;
}
.up-inputs .dup-btn{
    background-color: #FCD436;
    color: #151517;
    font-weight: 600;
    border-radius: 12px;
    width: 40%;
    cursor: pointer;
}
.p-inputs input{
    background-color: #151517;
    border: none;
    border-radius: 12px;
}
a.login-btn{
    color: #fff;
    margin-top: 20px;
    background-color: #FCD436;
    padding: 10px;
    border-radius: 12px;
    width: 100%;
    text-decoration: none;
    text-align: center;
    display: block;
    font-weight: 700;
}
.pass-title h4{
    color: #fff;
}
.pass-title{
    border-bottom: 1px solid gray;
    padding-bottom: 15px;
}

.forget-notice{
    background-color: #2C2C2F;
    margin: 20px 0;
    padding: 15px;
    display: flex; 
    align-items: center;
    border-radius: 12px;
    gap: 20px;
}
.forget-notice i{
    color: gray;
    font-size: 24px;
}
.forget-notice h5{
    color: #B7B7B7;
}
.forget-notice p{
    margin: 0;
    color: #F9F9F9;
}
.flex-btns-home{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #151517;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
}
.flex-btns-home div{
    padding: 10px;
    text-align: center;
    width: 50%;
    border-radius: 10px;
}


@media screen and (max-width: 767px) {
    .flex-w-left{
        display: none;
    }
    .login-page .humberger__open{
        display: none;
    }
    .login-page .header__logo{
        padding: 0;
    }
    .join-page .header__logo{
        padding: 5px;
    }
}