﻿@font-face {
    font-family: 'bauhaus-medium';
    src: url("webfonts/bauhaus-medium.eot");
    src: url("webfonts/bauhaus-medium.woff") format("woff"),url("webfonts/bauhaus-medium.ttf") format("truetype"),url("webfonts/bauhaus-medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins-medium';
    src: url("webfonts/poppins-medium.eot");
    src: url("webfonts/poppins-medium.woff") format("woff"),url("webfonts/poppins-medium.ttf") format("truetype"),url("webfonts/poppins-medium.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

.logo-container {
    padding: 20px 0;
    margin: 0;
    text-align: center;
}

p,
.travelspend-text {
    color: #202020;
    font-family: poppins-medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

.travelspend-footer-copyright-text {
    color: #c7c7c7;
    font-family: poppins-medium;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
}

.travelspend-footer-copyright-red-text {
    color: #b80000;
    font-family: poppins-medium;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}

.travelspend-footer-copyright-grey-text {
    color: #c7c7c7;
    font-family: poppins-medium;
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
}

@media (min-width: 992px) {
    .contact-details {
        text-align: right;
    }
}

    .travelspend-reset-url {
        color: #b80000;
        font-family: poppins-medium;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        text-align: right;
        text-decoration: underline;
    }

    strong {
        color: #202020;
        font-family: poppins-medium;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
    }

    .travelspend-login-centre-row {
        background-color: #eeeeee;
        display: flex;
        justify-content: center;
        margin: 0px;
        padding-top: 50px;
        padding-bottom: 50px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .travelspend-login-footer {
        background-color: #ffffff;
    }

    .travelspend-login-box {
        border-radius: 14px;
        background: #ffffff;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.04);
        padding: 40px;
    }

    .travelspend-login-welcome {
        color: #b80000;
        font-family: bauhaus-medium;
        font-size: 36px;
        font-weight: 400;
        line-height: 48px;
    }

    .travelspend-login-grey-text {
        color: #c7c7c7;
        font-family: poppins-medium;
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        letter-spacing: 1px;
    }

    .travelspend-login-input {
        display: block;
        width: 100%;
        height: 60px;
        padding: 12px 12px;
        color: #202020;
        font-family: poppins-medium;
        font-size: 20px;
        font-weight: 500;
        line-height: 30px;
        background-color: #f5f5f5;
        background-image: none;
        border: 0px;
        border-radius: 14px;
        box-shadow: none;
    }

        .travelspend-login-input:focus {
            outline: 0;
            border: 3px;
            border-style: solid;
            border-color: #b80000;
            background: #ffffff;
            transition: ease-in-out, border-color .35s ease-in-out;
        }

    .travelspend-btn {
        border-radius: 12px;
        background: #b80000;
        width: 100%;
        height: 60px;
        color: #ffffff;
        font-family: poppins-medium;
        font-size: 18px;
        font-weight: 700;
        line-height: 27px;
        box-shadow: 0px 4px 8px rgba(0,0,0,0.52), inset 0px 1px 3px rgba(0,0,0,0.5);
        border: 0px;
    }

        .travelspend-btn:hover {
            background: #d81000;
        }

        .travelspend-btn:focus {
            background: #980000;
            outline: 0;
        }

        .travelspend-btn:active {
            background: #980000;
            outline: 0;
        }

        .travelspend-btn:visited {
            background: #b80000;
            outline: 0;
        }

    .custom-row {
        display: flex;
    }

    .custom-column {
        flex: 1 0 auto;
        padding: 10px;
    }
