﻿#app {
    background: url(/images/login-bg.png) no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.login .login-content {
    padding: 1rem;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 5px;
    background: white;
}

.btn-outline-soho {
    --bs-btn-color: #d12131;
    --bs-btn-border-color: #d12131;
    --bs-btn-hover-color: #FFFFFF;
    --bs-btn-hover-bg: #d12131;
    --bs-btn-hover-border-color: #d12131;
    --bs-btn-focus-shadow-rgb: 209,33,49;
    --bs-btn-active-color: #FFFFFF;
    --bs-btn-active-bg: #d12131;
    --bs-btn-active-border-color: #d12131;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #d12131;
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
}

a {
    color: #3E6BF7;
}

    a:hover {
        color: #3E6BF7;
    }

.login-left {
    float: left;
    width: 50%;
    background: white;
    height: 100%;
}

.login-right {
    float: right;
    width: 50%;
    background: url(~/../../../images/lp.png);
    background-size: cover;
    height: 100%;
}

.left-area {
    margin: 30px;
}

.right-area {
    margin: 50px;
}

.left-header {
    height: 80px;
}

    .left-header img {
        width: auto;
    }

.left-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc( ( 100% / 2 ) - 60px );
    color: #C0C0C0;
}

.footer-left {
    float: left;
    width: 50%;
    text-align: left;
}

.footer-right {
    float: right;
    width: 50%;
    text-align: right;
}

.left-body {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    width: 400px;
}

.fw-500 {
    font-weight: 500;
}

.f-left {
    float: left;
    width: 49%;
}

.f-right {
    float: right;
    width: 49%;
    text-align: right;
}

.form-row {
    margin-bottom: 1rem !important;
    min-height: 30px;
}

.dividers::before {
    margin-right: 2px;
}

.dividers::after {
    margin-left: 2px;
}

.dividers:after, .dividers:before {
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    border-top: 1px solid #C0C0C0;
    content: "";
    margin-top: 0.0625rem;
}

.dividers {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 99%;
}

.l-btn {
    padding: 6px 0;
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: unset;
    display: block;
    text-align: center;
}

.btn {
    height: 35px;
    padding-top: 4px;
    border-radius: 4px;
}

.btn-soho {
    background: #FBEEEF;
    color: #CE202F;
    padding: 6px 0;
    border-radius: 5px;
    text-decoration: none;
    box-sizing: unset;
    width: 95%;
    display: block;
    text-align: center;
}

    .btn-soho:hover {
        color: #CE202F;
    }