.tt-canhan form input:not([type='radio']){
    display: block;
    width: 100%;
    margin: 10px 0px;
    padding: 10px;
    outline: none;
    box-shadow: none;
    border: 1px solid #ECEDEE;
}
.tt-canhan, .anhdaidien{
    margin-bottom: 30px;
    padding-right: 20px;
}
.tt-canhan form input:not([type='radio']):focus{
    border-color: #FFDD7F;
    box-shadow: none;
    outline-offset: -2px;
} 
.status-bar{
    text-align: left;
}
.tt-canhan form, .anhdaidien .box{
    background: #fff;
    padding: 20px;
}
.tt-canhan .btn-rad{
    display: inline-block;
    margin-right: 10px;
}
.btn-save button{
    padding: 10px 15px;
    background: #464C55;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
    box-shadow: none;
    border: 1px solid #464C55;
}
.btn-save button:hover{
    background: #fff;
    color: #464C55 ;
}
.anhdaidien .img{
    width: 100%;
    text-align: center;
}
.anhdaidien .img img{
    width: 196px;
    height: 196px;
    border-radius: 200px;
}
.anhdaidien .box p{
    text-align: center;
    color: #BDC0C3;
    font-size: 14px;
    padding: 0;
    margin: 10px 0px;
}
.anhdaidien .btn-change-avt{
    width: 100px;
    display: block;
    margin: 0 auto;
    border: 1px solid #A2A5AA;
    color: #A2A5AA;
    text-align: center;
    padding: 5px 10px;
    border-radius: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.anhdaidien .btn-change-avt:hover{
    text-decoration: none;
    background: #464C55;
    color: #fff;
}
@media only screen and (max-width: 992px){

.my-row{
	width: 100%;
	margin: 0 auto;
}
.logo-style{
	font-size: 14px;
}
.logo-style>span{
	width: 20px;
	height: 20px;
	top: 5px;
	left: 50px;
}
.status-bar{
    text-align: center;
}
}

