.profile_detail{
    display: flex;
}
.profile_detail div{
    text-align: left;
    width:49%;
    padding:10px;
    border: transparent solid 1px;
    border-radius: 10px;
}
.profile_detail img{
    width:50%;
    box-shadow: rgb(218,165, 32) 0px 1px 3px;
}
.profile_detail div h5{
    font-size: 16px;
}
.register_info{
    padding:10px;
    text-align: left;
}
.register_info h4{
    text-align: center;
}
.platforms_bank_accounts{
    border: solid 1 px transparent;
    border-radius: 10px;
    padding: 5px;
    box-shadow: rgb(218, 165, 32) 0px 1px 6px;
}
.bank_numbers{
    text-align: center;
    display: flex;
}
.bank_numbers h6{
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: white;
    background-color: rgba(255, 255, 255, 0.089);
    border: transparent solid 1px;
    border-radius:2px;
}
.bank_numbers h5{
    font-weight: bold;
    color: white;
}
.kapitalbank,.unibank,.azerturkbank{
    width:48%;
    margin:5px;
    text-align: center;
    border:rgb(255, 255, 255) solid 1px;
    border-radius: 10px;
    padding-top:3px;
    word-wrap:break-word;
}
.kapitalbank{
    background-color: rgb(236, 38, 38);
    box-shadow: rgb(236, 38, 38) 0px 1px 6px;
}
.unibank{
    background-color: rgb(255, 94, 0);
    box-shadow: rgb(255, 94, 0) 0px 1px 6px;
}
.azerturkbank{
    background-color: rgb(90, 19, 223);
    box-shadow: rgb(90, 19, 223) 0px 1px 6px;
}
.wait_login{
    padding:10px;
    border: transparent solid 1px;
    border-radius: 20px;
}
.wait_login h6{
    text-align: center;
}
.repair_passwd_img{
    background-color: transparent;
    color:rgb(255, 255, 255);
    border:  rgb(255, 255, 255) solid 1px;
    box-shadow: rgb(255, 255, 255)  0px 1px 4px;
    text-align: center;
    width:60px;
    height:auto;
    margin-left:38%;
    border-radius:50%;
}
.password_repair{
    background-color: rgba(17, 17, 17, 0.658);
    padding:6px;
    border: solid rgba(255, 255, 255, 0.226) 1px;
    border-radius: 10px;
}
@media screen and (max-width:770px) {
    .profile_detail{
        display:block;
    
    }
    .profile_detail div{
        width:100%;
        margin-bottom:10px;
        margin-right:0;
    }
}
@media screen and (max-width:350px) {
    .bank_numbers h6{
        font-size: 15px;
    }
    .bank_numbers h5{
        font-size: 15px;
    }
}
@media screen and (max-width:500px) {
    .bank_numbers{
        text-align: center;
        display:block;
    }
    .kapitalbank,.unibank,.azerturkbank{
        width:97%;
    }
}