﻿html {
    font-family: 'proximanova-regular' !important;
    text-size-adjust: 100%
}

@font-face {
    font-family: 'proximanova-regular';
    src: url('/fonts/proximanova-regular-webfont.eot');
    src: url('/fonts/proximanova-regular-webfont.ttf') format('truetype'), url('/fonts/proximanova-regular-webfont.svg') format('svg'), url('/fonts/proximanova-regular-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Proxima Nova Rg';
    src: url('/fonts/ProximaNova-Bold.eot');
    src: url('/fonts/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/ProximaNova-Bold.woff2') format('woff2'), url('/fonts/ProximaNova-Bold.woff') format('woff'), url('/fonts/ProximaNova-Bold.ttf') format('truetype'), url('/fonts/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Proxima Nova Th';
    src: url('/fonts/ProximaNova-Thin.woff2') format('woff2'), url('/fonts/ProximaNova-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px !important;
    font-weight: 400;
    font-family: 'proximanova-regular' !important;
}

.white-color {
    background-color: #FFFFFF;
}

.red-color {
    color: red;
}

.sso-div {
    height: 62px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 21px;
}


.sso-a {
    text-transform: uppercase;
    padding: 8px;
    background-color: #1f295c;
    color: #fff;
    border: 1px solid #171c39;
    width: 100%;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    text-decoration: none;
}

.sso-space {
    border-bottom: 1px solid #bcbcbc;
    margin-top: 21px;
}

.sso-line {
    margin-top: -14px;
    background-color: #fff;
    width: 57px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 17px;
}

