﻿@font-face {
    font-family: "BrownStd";
    src: url("fonts/lineto-brown-regular.woff2") format("woff2"), url("fonts/lineto-brown-regular.woff") format("woff"), url('fonts/lineto-brown-regular.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "BrownStd";
    src: url("fonts/lineto-brown-bold.woff2") format("woff2"), url("fonts/lineto-brown-bold.woff") format("woff"), url('fonts/lineto-brown-bold.eot?#iefix') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}



html,
body {
    height: 100%;
}

.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

body {
    background: url('/img/FM_Mydesk_Background.jpg') fixed;
    background-size: cover;
    padding: 0;
    margin: 0;
    font-family: BrownStd;
}

p.form-title {
    font-family: BrownStd;
    font-size: 26px;
    /*font-weight: 600;*/
    margin-bottom: 0px;
    text-align: left;
    color: #000000;
    text-decoration: underline;
}
.top-row {
    margin-top: 50px;
    margin-left: 30px;
    margin-right: 0px;
}

form {
    width: 250px;
    margin: 0 auto;
}

    form.login input[type="text"], form.login input[type="password"] {
        width: 50%;
        margin: 0;
        background: 0;
        border: 0;
        border-bottom: 1px solid #FFFFFF;
        outline: 0;
        font-style: italic;
        font-size: 22px;
        font-weight: 400;
        letter-spacing: 1px;
        margin-bottom: 5px;
        color: #000000;
        outline: 0;
    }

    form.login .remember-forgot {
        float: left;
        width: 100%;
        margin: 10px 0 0 0;
    }

    form.login .forgot-pass-content {
        min-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    form.login label, form.login a {
        font-size: 12px;
        font-weight: 400;
        color: #4A5263;
        text-decoration: underline;
    }

.pr-wrap {
    width: 100%;
    height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.show-pass-reset {
    display: block !important;
}


.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.loginTitle {
    font-size: 26px;
    font-weight: bold;
    padding-left: 10px;
    text-align: left;
    text-decoration: underline;
}

.loginButton {
    border-color: #6F0791;
    background-color: Transparent;
    background-repeat: no-repeat;
    font-size: 24px;
    border-radius: 8px;
    font-family: BrownStd;
    color: #6F0791;
    font-weight: bold;
}

.loginFormLabels {

    font-size: 24px;
    text-align: left;
}

.login-logo-right {
    text-align: right;
}

.flex-logo {
    float: right;
    align-self:flex-end;
}

a.ftlink {
    text-decoration: none;
    color: #4A5263;
}

.marketingLink {
    color: #4A5263;
    font-size: 11px;
    font-weight: bold;
    /*vertical-align: text-top;*/
}

.freeTrialLink {
    color: #6F0791 !important;
    text-decoration: underline;
    font-size: 11px;
    font-weight: bold;
    /*vertical-align: text-top;*/
}

.loginFooter {
    color: #6F0791 !important;
    font-size: 11px;
    color: #4a5263;
    position: fixed;
    bottom: 0;
    z-index: 1030;
}