.v_application {
    background: rgb(var(--v-theme-background));
    color: rgba(var(--v-theme-on-background), var(--v-high-emphasis-opacity));
    display: flex;
}

.v_application_wrap{
    backface-visibility: hidden;
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    max-width: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    position: relative;
}

.loginContainer{
    width: 100%;
    height: 100%;
    display: flex;
    background-color: #fff;
}

.SysTitleLogo {
    position: absolute;
}

.login_left{
    width: 70%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login_right{
    width: 30%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
}

.login_form{
    height: 50%;
    width: 100%;
    box-sizing: border-box;
    padding: 16px;
}

.titleText{
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 1.5rem !important;
    font-weight: 500;
    line-height: 2rem;
    letter-spacing: normal !important;
    font-family: inter, sans-serif, -apple-system, blinkmacsystemfont, Segoe UI, roboto, Helvetica Neue, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol !important;
    text-transform: none !important;
}

.formContainer{
    box-sizing: border-box;
    padding: 12px 20px;
}

.name_input{
    color: inherit;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    letter-spacing: .009375em;
    min-height: max(var(--v-input-control-height, 56px), 1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom) + var(--v-input-chips-margin-bottom) + 2px);
    min-width: 0;
    position: relative;
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.login_btn{
    text-align: center;
    background-color: #9c27b0;
    height: 45px;
    line-height: 45px;
    color: #fff;
    cursor: pointer;
}

.main_bg{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.left_div{
    width:100%;
    display: flex;
    justify-content: center;
}

.left_con {
    color:#fff;
    background-color: rgba(187, 168, 170, 0.79);
    width: 80%;
    border-radius: 3px;
    padding: 15px 0px;
    text-align: center;
}

.btn_login {
    background-color: #FF9800;
    border: none;
    padding: 10px;
    width: 200px;
    border-radius: 3px;
    box-shadow: 1px 5px 20px -5px rgba(0, 0, 0, 0.4);
    color: #fff;
    margin-top: 10px;
    cursor: pointer;
}

.main_box{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.cont_forms {
    display: flex;
    overflow: hidden;
    width: 320px;
    height: 280px;
    background-color: #eee;
    align-items: center;
    justify-content: center;
    
}

.cont_img_back_ {
    position: absolute;
    width: 950px;
    top: -80px;
    left: -116px;
}