/* here you can put your own css to customize and override the theme */


.page-header .page-header-top .page-logo {
    height: 100px !important;
}

.admin-portrait {
    width: 230px;
    height: 230px;
    overflow: hidden;
    border-radius: 100%;
    border: 7px solid #ffffff;
    position: relative;
    box-shadow: 0 7px 21px rgba(0, 0, 0, 0.3);
    margin: 0 auto;
}

.admin-portrait img {
    max-width: 100%;
}