
.el-tabs--card > .el-tabs__header .el-tabs__nav {
    width: 100% !important;
}
.el-tabs__item.is-top {
    text-align: center;
}
.bg-view {
    width: 35%;
    height: 100vh;
    background-color: #fff;
}
.login-view {
    width: 65%;
    height: 100vh;
    background-color: #f5f8fd;
    background: linear-gradient(180deg, #0b3e86 44%, #008ccf 69%) !important;
    background-color: #0b3e86 !important;
}
.login-form {
    background: #fff;
    border: 1px solid #d8dde6;
    border-radius: 15px;
    margin-top: 25%;
}
.login-button-view {
    text-align: center;
    height: 50px;
}
.el-row {
    padding: 5px 0 0 0;
}
.login-button {
    width: 100%;
    font-size: 14px !important;
}
.align-right {
    text-align: right;
}
.el-form-item {
    margin-bottom: 20px;
}
.login-continer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% - 110px) !important;
    font-family: Verdana, Geneva, sans-serif;
}
.login-text2 {
    margin-left: 12.5%;
    color: #323232 !important;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 25px 0 20px 0;
}

