@font-face {
    font-family: 'Proxima Nova Alt - Regular';
    src: url(../webfonts/Proxima-Nova-Alt-Regular.otf);
}

@font-face {
    font-family: 'Proxima Nova Alt - Semibold';
    src: url(../webfonts/Proxima-Nova-Alt-Semibold.otf);
}

@font-face {
    font-family: 'Proxima Nova Alt - Light';
    src: url(../webfonts/Proxima-Nova-Alt-Light.otf);
}

@font-face {
    font-family: 'Proxima Nova Alt - Regular';
    src: url(../webfonts/Proxima-Nova-Alt-Regular.otf);
}

@font-face {
    font-family: 'Proxima Nova Alt - Semibold';
    src: url(../webfonts/Proxima-Nova-Alt-Semibold.otf);
}

@font-face {
    font-family: 'Proxima Nova Alt - Light';
    src: url(../webfonts/Proxima-Nova-Alt-Light.otf);
}

@font-face {
    font-family: 'Source Sans Pro - Regular';
    src: url(../webfonts/SourceSansPro-Regular.ttf);
}

@font-face {
    font-family: 'Source Sans Pro - Semi Bold';
    src: url(../webfonts/SourceSansPro-SemiBold.ttf);
}

@font-face {
    font-family: 'Source Sans Pro - Light';
    src: url(../webfonts/SourceSansPro-Light.ttf);
}

body {
    font-size: 16px;
    font-family: 'Source Sans Pro - Regular';
    color: rgba(0, 0, 0, 0.87);
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, h7 {font-family:'Proxima Nova Alt - Semibold';}

h1 {
    font-size: 36px;
    line-height: 42px;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

h3 {
    font-size: 21px;
    line-height: 30px;
}

h4 {
    font-size: 16px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 21px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

.reset-password {
    font-size: 14px;
}

.bg-ysis {
    background-color: #f4f5f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    min-height: 100vh;
}

.jumbotron {
    margin-top: 2rem;
}

.form-group.required .col-form-label:after {
    content: "*";
    font-weight: bold;
    margin-left: 2px;
}

.dense .form-group {
    margin-bottom: 0.3rem;
}

.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.input-group-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.w-10 {
    width: 10% !important;
}