@font-face {
    font-family: "Proxima Nova";
    size-adjust:100%;src: url("./fonts/proximanova/proximanova-regular-webfont.woff2") format("woff"),url("./fonts/proximanova/proximanova-regular-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "Proxima Nova SemiBold";
    size-adjust:100%;src: url("./fonts/proximanova/proximanova-semibold-webfont.woff2") format("woff"),url("./fonts/proximanova/proximanova-semibold-webfont.woff2") format("woff2");
}
@font-face {
    font-family: "Proxima Nova Bold";
    size-adjust:100%;src: url("./fonts/proximanova/proximanova-bold-webfont.woff2") format("woff"),url("./fonts/proximanova/proximanova-bold-webfont.woff2") format("woff2");
}

@font-face {
    font-family: "Source Sans Pro";
    size-adjust:100%;src: url("./fonts/SourceSansPro-Regular.ttf") format("truetype");
}

.unity-landing-page {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}

.unity-landing-page.fade-img {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), center / cover no-repeat url("./images/png/login-background.png");
}

body {
    padding: 0;
    margin: 0;
    font: normal 14px 'Source Sans Pro';
}

.unity-landing-page .pane {
    flex: 0;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    width: 100%;
    min-width: 20rem;
    max-width: 20rem;
    height: calc( 100% - 48px );
    padding: 24px;
    background-color: white;
}

.unity-landing-page .pane .suite-link{
    display: flex;
    align-items: center;
    gap: 16px;
}

.unity-landing-page .pane .suite-link img {
    height: 32px;
}

hr{
    border: 1px solid black;
    width: 75%;
    margin-left: 0;
    /* margin: -10px 0 -10px 0; */
}

.unity-landing-page .pane .title{
    font-family: 'Proxima Nova';
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0px;
    /* line-height: 133.3%; */
    line-height: 32px;
    text-align: left;
    vertical-align: top;
    color: #000000;
}

.unity-landing-page .pane .suite-link .suite-desc{
    font-family: 'Proxima Nova';
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0px;
    /* line-height: 133.3%; */
    line-height: 16px;
    text-align: left;
    vertical-align: center;
    color: rgba(0,0,0,0.93);
    cursor: pointer;
}

.footer{
    padding: 0 15px 0 0;
    color: black;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    border-top: 1px solid rgba(120,130,140,0.13);
    background: #fff;
}

.footer div{
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.footer-img{
    vertical-align: middle;
    border-style: none;
    height: 51px;
}

.unity-landing-page .pane .suite-link .suite-desc a{
    color: inherit;
    text-decoration: none;
}

.unity-landing-page .pane .suite-link .suite-desc a:hover{
    text-decoration: underline;
}