@import url('../../common/css/layout.css');

.logo {
    width: 216px;
    height: 50px;
    background: url(../svgs/logo.svg) left center no-repeat;
    background-size: contain;
}
.loginAfterLogo {
    width: 216px;
    height: 50px;
    background: url(../svgs/loginAfterLogo.svg) left center no-repeat;
    background-size: contain;
    margin: auto 10px auto 10px;
}
.quickExit {
    position: fixed;
    width: auto;
    height: 20px;
    border: 0 none;
    right: -31px;
    top: 116px;
    z-index: 999;
    transform: rotate(90deg);
}
.quickExit span {
    display: inline-block;
    width: 80px;
    height: 20px;
    color: #fff;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.6);
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    font-weight: 600;
}

/* ========== PC Font Styles (min-width: 768px) ========== */
@media screen and (min-width: 768px) {
    .quickExit span {
        font-family: OpenSans-SemiBold, Arial, Helvetica, sans-serif;
    }
}

/* ========== Mobile Font Styles (max-width: 768px) ========== */
@media screen and (max-width: 768px) {
    .quickExit span {
        font-family: STIXTwoText-SemiBold, Arial, Helvetica, sans-serif;
    }
}