﻿
@font-face {
    font-family: "Proxima Nova";
    src: url("https://fergusonmarketingportal.azurewebsites.net/css/295157_7A_0.woff");
}

.row {
    -webkit-box-align: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.25);
    display: -webkit-box;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
}

.vp-card {
    border-radius: 3px;
    color: #595454;
    display: -webkit-box;
    display: flex;
    font: 400 16px/1.2em 'Proxima Nova';
    max-width: 840px;
    overflow: hidden;
    width: 100%;
    flex-wrap: wrap;
}

    .vp-card * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .vp-card h1 {
        font-weight: 600;
        font-size: 2.25em;
    }

    .vp-card h2 {
        font-weight: 600;
        font-size: 1.25em;
    }

    .vp-card a {
        color: #1C88C7;
        font-weight: 600;
        text-decoration: none;
    }

.vp-card_title {
    color: #595454;
    margin-bottom: .75em;
}

.vp-card_cta {
    font-weight: 600;
}

.vp-card_form > div + div {
    margin-top: 24px;
}

.vp-card_form {
    max-width: 420px;
    min-width: 320px;
    padding: 2.75em 2.5em;
    width: 50%;
    background: #FFFFFF;
}

.vp-card_image {
    background: url(../img/vendorportal-home-2000x2000.jpg) center center, #c4c4c4;
    background-size: cover;
    max-width: 420px;
    width: 50%;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.16);
}

.vp-form_section > * + * {
    margin-top: 1em;
}

.vp-form > * + * {
    margin-top: 1em;
}

.vp-form_group {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 1em;
}

.vp-form_group--row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.vp-form_label--input {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    font-weight: 600;
    position: relative;
}

.vp-form_label--checkbox {
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    font-weight: 600;
    position: relative;
}

    .vp-form_label--checkbox input[type="checkbox"] {
        margin-right: .5em;
    }

.vp-form_label--required:before {
    color: #ED3B38;
    content: '*';
    position: absolute;
    left: -10px;
}

.vp-form_input {
    background: #FFFFFF;
    border: 1px solid #AFB0B3;
    border-radius: 3px;
    color: #AFB0B3;
    height: 40px;
    margin-top: .25em;
    padding: .5em;
}

    .vp-form_input:focus {
        border: 2px solid #1C88C7;
        outline: none;
    }

.vp-button {
    align-self: flex-start;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    cursor: pointer;
    display: block;
    font-weight: 600;
    padding: .75em 1.5em;
}

.vp-button_primary {
    background: #1C88C7;
    color: #fff;
}

    .vp-button_primary:hover {
        background: #1A80BB;
    }

.vp-button_secondary {
    background: #d8e8f5;
    color: #1c88c7;
}

    .vp-button_secondary:hover {
        background: #cbdae6;
    }


