﻿

.pul-layout__header-inner {
    background-color: #3c8dbca1;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: none;
    color: #fff;
    min-height: 48px;
}

.brand img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.brand__edition {
    text-align: center;
    font-size: 20px;
    vertical-align: middle;
}

.box {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.cursor-pointer:hover {
    cursor: pointer;
}

.login-page-header {
    padding: 7px 36px;
}

@media only screen and (max-width: 768px) {
    .login-box {
        margin: 50% auto;
    }
}

.login-page-header {
    display: flex;
    justify-content: center;
}
