﻿
/* FONT DECLARATIONS */
@font-face {
    font-family: 'proximanova-regular';
    src: url('../fonts/proximanova-regular-webfont.eot');
    src: 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.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;
}

.response {
    color: red
}

.cls-password {
    position: relative;
}