﻿/*CSS_Reset*/


h1, h2, h3, h4 {
    font-family: var(--FontFamily);
}

h5, h6, p {
    font-family: var(--FontFamilySecondary);
}

body p{
    font-family: var(--FontFamilySecondary);
}

.vertLine:after {
    content: "";
    background-color: #bdc1c1;
    position: absolute;
    width: 2px;
    height: 96%;
    top: 10px;
    left: 100%;
    display: block;
}

.login-modal {
    border: none;
    max-height: 100%;
}

.wait-cursor {
    cursor: wait;
}

@media (max-width: 768px) {
    .bg-slider {
        display: none;
    }
    #LoginSubmitBtn,
    #LoginSubmitBtn3 {
        height: 5em !important;
    }
}
/*HTML5 display-role reset for older browsers*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

#fhLogo {
    width: 100%;
}


ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.alert ul {
    margin: 0;
    padding: 0;
}

.btn-outline-primary {
    color: var(--primary);
    background: white;
    border: 1px solid var(--primary);
}

    .btn-outline-primary:hover {
        color: white;
        background: var(--primary);
        border: 1px solid var(--primary);
    }

/*#region Login card flip */
.login-card-container {
    position: relative;
}

.login-card {
    width: 100%;
    height: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: all .5s ease;
    background: white;
    border-radius: 0.75em;
    box-shadow: 0 0 4px 0 rgb(19 19 20 / 48%);
}

.login-card-front {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transform: rotateY(0deg);
}

.login-card-back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    transform: rotateY(180deg);
}

.login-card-placeholder {
    visibility:hidden;
}
/*#endregion End of login card flip */

.poweredBy {
    font-size: 10px
}

.topbar {
    width: 100%;
    height: 30px;
    background-color: #2C99CD;
}

.borLink {
    margin: 1em;
}

.innercontent h5 {
    color: #616262;
    margin-top: 2em;
}

.innercontent p {
    color: #616262;
    font-size: 12px;
    font-style: italic;
  
}

#more {
    display: none;
}

a.loginTypeOptionButtons,
a.marketplace-signup-button {
    display: flex;
    justify-content: center;
    align-items: center;
    aspect-ratio: 1.5/1;
    color: var(--primary) !important;
    border-radius: .75em;
    background: white;
    font-weight: bold;
    overflow: hidden;
    box-shadow: 0 0 4px 0 rgb(19 19 20 / 48%);
    letter-spacing: .05em;

    /* to prever cursor selection showing up on mobile view:*/
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

    a.loginTypeOptionButtons:hover,
    a.marketplace-signup-button:hover {
        text-decoration: none;
        box-shadow: inset 0 0 0 1px var(--primary) !important;
    }

@media (max-width:1750px) {
    a.loginTypeOptionButtons,
    a.marketplace-signup-button {
        font-size: .85em;
    }
}
@media (max-width:800px) {
    a.loginTypeOptionButtons,
    a.marketplace-signup-button {
        font-size: .8em;
    }
}


@media all and (not: pointer) and (orientation:landscape) {
    .startNewLogBtn {
        top: 0%;
        transform: none;
    }
}

.flex-center-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-center-column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-components-container {
    justify-content: space-between;
    display: flex;
    flex-direction: column;
}

.powered-by-ll,
.disclaimer {
    font-size: 10px;
    text-align: justify;
}

.liquidlogicsLogo {
    display: block;
    margin: auto;
    width: 81px;
    height: 20px;
    background: url(../../../images/LogoSmall.svg) no-repeat;
}

/*2 factor div*/
.twoFactorDiv{
    text-align: center;
    font-size: 12px;

}
/*#region ~~~~~ Reset Password ~~~~~*/
.ResetOptions tbody {
    display: flex;
}

    .ResetOptions tbody tr {
        margin-right: 10px;
    }

.ResetOptions label {
    font-size: initial;
    padding: 1em;
}

.resetPasswordLink {
    margin: 1em;
    width:100%;
}

.ResetOptions {
    margin: 1em auto;
}

.notALink{
    width:100%
}


.receiveResetDiv {
    border: 2px dashed black;
}
.noFloatCenterContent {
    float: none !important;
    margin: auto;
    display: block;
}

.showRecover, .showRecover2 {
text-align: center
}

.forgot {
    margin-top: 0;
    padding-top: 0;
    color: var(--MainThemeColor);
    font-weight: bold;
}

#loginbox2 {
    display: none;
    background: white;
    padding: .5em;
    border-radius: 12px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: white;
    padding: .5em;
    border-radius: 12px;
    position: inherit;
    top: 0;
    left: 0;
    width: 97%;
    height: 94%;
    padding-top: 1em;
}

    #loginbox2 input {
        padding: 0.5em;
    }

.lenderLogin {
    display: none;
}

.backToCorrectLoginBtn {
    text-align: center;
    display: inline-block;
    background-color: #80808036;
    color: #898282;
    padding: 1em;
    font-size: 10px;
    width: 100%;
    border-radius: 5px;
}

.notALink p {
    color: #898282;
    font-size: x-small;
    font-style: italic;
    text-align: center;
    width: 100%;
}


.notALink i {
    color: #898282;
}

.mainLogin h5 {
    width: 100%;
}

.mainLogin i {
    text-align: center;
    width: 100%;
}

.mainLogin input {
    width: 100%;
    padding: 1em;
    margin-bottom: 0.5em;
    font-family: var(--FontFamilySecondary)
}

#loginbox2 label {
    width: 98px;
}

    #loginbox2 > h3 {
        text-align: center;
        margin-bottom: 6px;
        font-weight: bold;
        color: #616262;
        padding-right: 21px;
        padding: 2em;
    }

.borrowLoginLink {
    background: none repeat scroll 0 0 #C3D94C;
    border-radius: 6px;
    box-shadow: none;
    float: left;
    padding: 12px 20px;
    text-decoration: none;
    margin-top: 8px;
    color: #000;

}


footer p {
    font-size: 24px;
    margin: 12px;
    padding: 1em;
}

.SocialMediaLinks{
    padding: 1em
}

#innercontent > h1 {
    font-size: 32px;
    margin-bottom: 20px;
    color: #616262;
}
.headerForLogin {
    margin-bottom: 20px;
    color: #616262;
}

.errors {
    /* float: right; */
    text-align: center;
    margin-bottom: 10px;
    width: auto;
}

@media (max-width:1400px), (min-width: 400px), (max-device-width:1400px), (min-device-width:400px) {

    #innercontent > h1 {
        font-size: 2em;
    }
}


@media (min-device-width : 768px) and (max-device-width : 1520px) { /* STYLES GO HERE */
    #loginbox2 {
        padding-top: 1em;
    }
}

@media (max-width:800px),(max-device-width:800px) {
    #innercontent > h1 {
        font-size: 4em;
        /*margin-bottom: 1em;*/
        margin-top: 0;
        padding-top: 0;
        color: var(--MainThemeColor);
        font-weight: bold;
    }

    .borLink h2 {
        font-weight: bold;
        color: #616262;
        margin-bottom: 1em;
        margin-top: 2em;
        font-size: 2em;
    }


    #logo {
        margin: 0 auto;
        text-align: center;
        padding-top: 1em;
        width: 75%;
        height: 75%;
        height: 120px;
        padding: 15px 0px;
    } 
}


@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    /* For landscape layouts only */
    .loginBox {
        width: 60%;
        height: inherit;
        background: rgb(255, 255, 255);
    }
}

@media (min-width: 1400px) {
    .col-xxl-4 {
        -ms-flex: 0 0 33.333333% !important;
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
}