﻿:root {
    --env-font-family: Lato, sans-serif;
    --env-icon-font-family: "Font Awesome 6 Pro";
}

body {
    font-family: var(--env-font-family);
    font-size: 12px;
    color: #404040;
    margin: 0;
}

body.tablet {
    margin: 10px 0 0 0
}

input {
    font-family: var(--env-font-family);
    font-size: 12px;
    color: #404040;
}

.header1 {
    color: #2c5172;
    font-size: 20px;
    padding: 2% 4% 2% 4%;
    background-color: #ffffff;
    text-transform: uppercase;
}

a:link, a:visited {
    color: #207BA6;
    text-decoration: underline;
}

a:hover, a:visited:hover {
    color: #2EA2D7;
    text-decoration: underline;
}

a:active {
    color: #2EA2D7;
}

a.img {
    border: 0;
    text-decoration: none;
}

    a.img:hover {
        border: 0;
        text-decoration: none;
    }

.img {
    border-bottom: 0px dotted #ffffff;
    text-decoration: none;
}

.iframeMarketing {
    display: none;
    height: 100vh;
    left: 50vw;
    position: absolute;
    top: 0;
    width: 50vw;
}

.tablet .loginContainer {
    margin: auto;
    width: 400px;
}

.loginControl {
    width: 100%;
}

div.login {
    padding: 2% 4% 2% 4%;
    background-color: #ffffff;
    font-size: 12px;
}

#divSignIn {
    background: none;
    margin-top: 10px;
}

#divRememberMe {
    padding: 12px 5px 16px;
}

#divForgotPassword {
    text-align: center;
}

.mobile #main {
    background-image: url('../img_static/Wealthview-Login-Logo.png');
}

.mobile #main {
    background-image: url('../img_static/Wealthview-Login-Logo.png');
}

.pnlSuccess,
.pnlControls {
    padding-left: 2px;
    padding-right: 2px;
}

.mobile #UserLogin_UserName,
.mobile #UserLogin_Password,
.mobile #PortalCode
 {
    width: 100%
}

.mobile #divMobileRememberMe {
    padding-top: 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center
}

.mobile #divMobileRememberMe > div.label {
    margin-left: 5px;
}

.mobile #divMobileRememberMe div.switch:not(:first-child) {
    margin-left: 10px
}

.mobile #divSignIn {
    text-align: center
}

.mobile #divForgotPassword {
    margin-top: 15px;
    text-align: center
}

.mobile #divSignInWithTouchId {
    padding-top: 10px
}

.mobile #touchIdSigninPrompt {
    color: #2EA2D7
}

.mobile input.k-textbox {
    height: 40px
}

.mobile .k-button {
    height: 40px
}

.mobile .k-switch {
    border-width: 0;
    font-size: 16px;
    box-shadow: none;
    -webkit-box-shadow: none
}

.mobile .km-switch-container,
.mobile .km-switch-background,
.mobile .km-switch-wrapper,
.mobile .km-switch-handle {
    border-radius: 15px
}

.mobile .km-switch-background {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px
}

.mobile .km-switch-background,
.mobile .km-switch-handle {
    color: #2EA2D7
}

.tablet div.loginWrapper {
    padding: 35px 0 0 0
}

@media (max-width: 767px){
    .header1 {
        padding: 0
    }

    .loginContainer {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .mobile div.loginWrapper {
        padding: 35px 0 0 0
    }

    div.login {
        padding: 0
    }

    #loginError {
        padding-bottom: 10px
    }

    .small #divMobileRememberMe {
        padding-top: 20px;
        font-size: 11px;
        height: 30px
    }

    .small .k-switch {
        font-size: 12px
    }
}

@media(min-width: 1024px) {
    #divLogin {
        width: 50vw;
    }

    .mobile #divLogin,
    .enduser #divLogin {
        width: auto;
    }

    .iframeMarketing {
        display: block;
    }
}

.DisabledDirectLoginError {
    font-family: var(--env-font-family);
    font-weight: 700;
    font-style: normal;
    color: #404040;
    text-align: center;
    font-size: 14px;
}

p.DisabledDirectLoginError { margin: 0; }