.navbar-brand{
padding: 0px;
}
.navbar-brand > img{
max-width:230px;
}#pt-user-modal .modal-body {
padding-top: 56px;
}
#pt-user-modal button.close {
align-items: center;
background: #cc0000 !important;
border: 0;
border-radius: 50%;
box-shadow: 0 2px 10px rgba(0, 0, 0, .25);
color: #fff !important;
cursor: pointer;
display: flex;
font-size: 24px;
font-weight: 700;
height: 34px;
justify-content: center;
line-height: 1;
opacity: 1;
padding: 0;
position: absolute;
right: 14px;
text-shadow: none;
top: 14px;
width: 34px;
z-index: 5;
}
#pt-user-modal button.close span {
display: block;
line-height: 30px;
margin-top: -2px;
}
@media (max-width: 480px) {
#pt-user-modal .modal-body {
padding: 52px 22px 30px;
}
#pt-user-modal .modal-footer {
padding-left: 16px;
padding-right: 16px;
}
}