

/* sgds */
@font-face {
    font-family: 'sgds-icons';
    src: url('../fonts/sgds-icons.woff') format('woff'), url('../fonts/sgds-icons.ttf') format('truetype'), url('../fonts/sgds-icons.svg') format('svg');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'),url('../fonts/glyphicons-halflings-regular.woff') format('woff'),url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    color: #8d7249;
    font-size: 8px;
    -moz-osx-font-smoothing: grayscale
}

.banner-content:first-child {
    margin-right: min(12%,200px);
}

/*.collapse {
    display: none
}*/

.banner-content {
    float: left;
    display: inline-flex;
    max-width: min(40%,504px);
    padding-right: 15px;
    padding-left: 15px;
}

.banner-icon {
    float: left;
    margin-right: 12px;
    align-self: flex-start;
    margin-top: 9px;
    height: 18px;
}

.banner-content div {
    font-size: 16px;
    line-height: 36px;
    letter-spacing: 0;
}

.banner-content p {
    line-height: 24px;
    font-size: inherit;
}

.banner-content-text {
    display: contents;
    font-size: inherit;
}

.inline-banner-icon {
    height: 13px;
    display: inline;
}

.dropdown-header-button {
    cursor: pointer;
    font-size: 12px;
    color: #2f60ce;
}

.sgds-masthead-button-text {
    text-decoration: underline;
}

.dropdown-header-button:hover {
    color: #23489b;
}

.drop-down-panel {
    background-color: #f0f0f0;
    padding-top: 22px;
    padding-bottom: 16px;
}

.external-link-icon {
    line-height: 24.8px;
    font-size: 16px;
    padding-left: 2px;
}

.govt-icon-inline {
    height: 13px;
    display: inline;
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

[aria-expanded=false] .glyphicon-chevron-up {
    display: none;
}

[aria-expanded=true] .glyphicon-chevron-down {
    display: none;
}
/* End */

.empty-state {
    align-items: center;
    background: #fbfafa;
    color: #717171;
    font-size: 1rem;
    font-style: italic;
    font-weight: 400;
    height: 148px;
    line-height: 1.5rem;
    padding: 24px;
    text-align: center
}

.empty-state, .login__banner {
    display: flex;
    justify-content: center
}

.login__banner {
    background: linear-gradient(90deg,#000000c7 42.71%,#0000),url(../images/login-banner.70eb726be1619ed2c3ac.jpeg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-direction: column;
    height: fit-content;
    width: 100%
}

.login__banner-content {
    margin: 48px auto;
    max-width: 1200px;
    padding: 0 8px;
    width: 100%
}

.login__banner-title {
    color: #fff;
    font-size: 3rem;
    font-weight: 600;
    line-height: 3.5rem;
    margin-bottom: 10px
}

@media screen and (max-width:768px) {
    .login__banner-title {
        font-size: 2rem;
        line-height: 2.375rem
    }
}

.login__banner-subtitle {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2rem
}

@media screen and (max-width:768px) {
    .login__banner-subtitle {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

.login__singpass {
    margin-bottom: 27px;
    margin-top: 30px
}

    .login__singpass .button__primary-filled {
        fill: #fff;
        background-color: #cf0b15;
        border: 1px solid #cf0b15;
        color: #fff
    }

        .login__singpass .button__primary-filled:hover {
            background-color: #f4333d
        }

.login__body {
    column-gap: 24px;
    display: flex;
    padding: 32px 0
}

.login__body-title {
    color: #4a4a4a;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 2rem;
    margin-bottom: 20px
}

@media screen and (max-width:768px) {
    .login__body-title {
        font-size: 1.25rem;
        line-height: 1.625rem
    }
}

.login__semibold {
    font-weight: 600
}

.login__announcement-wrapper {
    width: 884px
}

.login__announcement-title {
    color: #4a4a4a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5rem;
    margin-bottom: 8px
}

.login__announcement-content {
    color: #717171;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 16px;
    white-space: pre-wrap
}

.login__resources-wrapper {
    width: 284px
}

    .login__resources-wrapper .button-with-title {
        margin-bottom: 20px
    }
