﻿@font-face {
    font-family: 'GothamRnd';
    src: url('/fonts/GothamRnd/GothamRnd-Light.eot');
    src: local('☺'), url('/fonts/GothamRnd/GothamRnd-Light.woff') format('woff'), url('/fonts/GothamRnd/GothamRnd-Light.ttf') format('truetype'), url('/fonts/GothamRnd/GothamRnd-Light.svg') format('svg');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRnd';
    src: url('/fonts/GothamRnd/GothamRnd-Book.eot');
    src: local('☺'), url('/fonts/GothamRnd/GothamRnd-Book.woff') format('woff'), url('/fonts/GothamRnd/GothamRnd-Book.ttf') format('truetype'), url('/fonts/GothamRnd/GothamRnd-Book.svg') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRnd';
    src: url('/fonts/GothamRnd/fonts/GothamRnd-Medium.eot');
    src: local('☺'), url('/fonts/GothamRnd/GothamRnd-Medium.woff') format('woff'), url('/fonts/GothamRnd/GothamRnd-Medium.ttf') format('truetype'), url('/fonts/GothamRnd/GothamRnd-Medium.svg') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'GothamRnd';
    src: url('/fonts/GothamRnd/GothamRnd-Bold.eot');
    src: local('☺'), url('/fonts/GothamRnd/GothamRnd-Bold.woff') format('woff'), url('/fonts/GothamRnd/GothamRnd-Bold.ttf') format('truetype'), url('/fonts/GothamRnd/GothamRnd-Bold.svg') format('svg');
    font-weight: 800;
    font-style: normal;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}



._failed {
    border-bottom: solid 4px red !important;
}

    ._failed i {
        color: red !important;
    }

._success {
    box-shadow: 0 15px 25px #00000019;
    padding: 45px;
    width: 100%;
    text-align: center;
    margin: 40px auto;
    border-bottom: solid 4px #28a745;
    background-color: #fff;
}

    ._success i {
        font-size: 55px;
        color: #28a745;
    }

    ._success h2 {
        margin-bottom: 12px;
        font-size: 24px;
        font-weight: 400;
        line-height: 1.2;
        margin-top: 10px;
    }

        ._success h2 span {
            font-weight: bold;
        }

    ._success p {
        margin-bottom: 0px;
        font-size: 18px;
        color: #495057;
        font-weight: 500;
    }

