﻿<style > .brand {
    color: #91CE6E;
    border-color: #91CE6E;
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../brand/montserrat-v14-latin-700.eot");
    /* IE9 Compat Modes */
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url("../brand/montserrat-v14-latin-700.eot?#iefix") format("embedded-opentype"), url("../brand/montserrat-v14-latin-700.woff2") format("woff2"), url("../brand/montserrat-v14-latin-700.woff") format("woff"), url("../brand/montserrat-v14-latin-700.ttf") format("truetype"), url("../brand/montserrat-v14-latin-700.svg#Montserrat") format("svg");
    /* Legacy iOS */
}

html {
    background-color: #111;
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    color: #555;
}

body {
    margin: 0;
}

label, p {
    text-transform: uppercase;
    font-size: 0.7rem;
}

p {
    color: #949494;
    margin-top: 0;
    font-size: 0.6rem;
}

.background_img {
    width: 100vw;
    height: 100vh;
    background: url("../brand/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.5;
    position: absolute;
    z-index: 1;
}

.everything {
    display: flex;
    width: 100vw;
    height: 100vh;
    position: relative;
    z-index: 10;
}

.login_panel {
    background: #fff;
    border-radius: 20px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.7);
    overflow: hidden;
    min-width: 23vw;
    min-height: 25vh;
    max-width: 900px;
    margin: auto;
    height:400px;
}

.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_wrapper {
    max-width: 50%;
    margin: 2rem;
}

    .logo_wrapper img {
        max-width: 100%;
        max-height: 50px;
    }

.header_text {
    font-size:x-large;
    font-family:Arial, Helvetica, sans-serif;
    vertical-align:bottom;
    text-align: right;
    margin: 2rem;
}

.login_panel form {
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f7f7f7;
    padding: 2rem;
}

input.text_box {
    background: none;
    margin-bottom: 1.5rem;
    padding: 0.5rem;
    font-size: 1.1rem;
    border: none;
    border-bottom: 1px solid #ddd;
}

svg.buylink_logo {
    height: 60px;
}

div.right {
    display: inline;
    margin-left: auto;
    text-align: center;
}

div.footer {
    display: flex;
}

button.brand {
    display: block;
    background: none;
    border: 1px solid;
    border-radius: 50px;
    font-size: 1.1rem;
    padding: 0.4rem 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    margin-top: 8px;
}

.psw {
    font-size: 0.7rem;
    line-height: 1.1rem;
    margin-top: 0;
    margin-left: 0.2rem;
}

.st0 {
    fill: #004D71;
}

.st1 {
    fill: #5EB3E4;
}

.st2 {
    fill: none;
    stroke: #5EB3E4;
    stroke-width: 1.9745;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}

.st3 {
    fill: none;
    stroke: #EDDB00;
    stroke-width: 1.9745;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
}
