@font-face {
    font-family: 'cordiadse';
    src: url('../fonts/cordiadse.eot');
    src: url('../fonts/cordiadse.eot?#iefix') format('embedded-opentype'), 
    url('../fonts/cordiadse.woff2') format('woff2'), 
    url('../fonts/cordiadse.woff') format('woff'),
    url('../fonts/cordiadse.ttf') format('truetype'),
    url('../fonts/cordiadse.svg#svgFontName') format('svg');
}
html,body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    min-width: 375px;
    max-width: 100%;
}
html,body {
    height: 100%;
    color: #FFFFFF;
}
[v-cloak] {
    display: none;
}
p {
    margin: 0 0 10px;
}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000 !important;
}
a,a:hover,a:focus,a:active {
    color: #FFF;
    text-decoration: none;
}
.app-container,.login-container {
    width: 100%;
    height: 100%;
    display: flex;
}
.f-normal {
    font-weight: 300;
}
.f-bold {
    font-weight: 600;
}
.f-underline {
    text-decoration: underline;
}
.pointer {
    cursor: pointer;
}
.language-menu {
    padding: 20px 30px;
    padding-bottom: 6px;
    cursor: pointer;
}
.language-menu>div:not(:first-child)::before {
    content: '|';
    margin: 0 4px;
}
.language-menu>div.lang-active {
    text-decoration: underline;
}
.origami-logo .origami-label {
    color: #EEE;
    font-size: 38px;
    text-shadow: 2px 2px 3px #000;
    line-height: 0.8;
    text-align: center;
    font-family: 'cordiadse', sans-serif;
}
.origami-logo .system-label {
    color: #EEE;
    font-size: 14px;
    text-shadow: 2px 2px 3px #000;
    line-height: 0.8;
    letter-spacing: 15px;
    text-align: center;
    font-family: 'cordiadse', sans-serif;
    margin-left: 16px;
}
.origami-logo .line-label {
    margin: 2px 14px;
    border-top: 1px solid #FFF;
}
.form-box {
    width: 50%;
    margin-top: 12px;
}
.form-box>div label {
    font-weight: 400;
    margin-bottom: 2.5px;
}
.input-control {
    border-radius: 4px;
    border-color: rgba(255, 255, 255, 0.1);
    color: #000;
    outline: none;
    font-weight: 400;
    height: 32px;
}
.login-panel {
    margin: auto;
}
.login-panel .login-box .btn-login {
    width: 100%;
    height: 40px;
    background: #E7371F;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    outline: none;
}
.login-panel .login-box .btn-login:hover {
    color: #FFF;
    background: #f5543f;
}
.login-panel .login-box .btn-login:focus {
    color: #FFFFFF;
}
.login-panel .login-box .rememberme-checkbox {
    color: #FFF;
}
.login-panel .login-box .rememberme-checkbox.is-checked .el-checkbox__label {
    color: #FFF;
}
.login-panel .login-box .rememberme-checkbox .el-checkbox__inner {
    width: 20px;
    height: 20px;
    border-color: transparent;
}
.login-panel .login-box .rememberme-checkbox .el-checkbox__inner:hover,.login-panel .login-box .rememberme-checkbox .el-checkbox__inner.is-focus {
    border-color: transparent;
}
.login-panel .login-box .rememberme-checkbox .el-checkbox__inner::after {
    border-width: 2px;
    width: 4px;
    height: 8px;
    left: 6px;
    top: 3.5px;
}
.login-panel .login-box .rememberme-checkbox .el-checkbox__input.is-checked .el-checkbox__inner,.login-panel .login-box .rememberme-checkbox .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #FF7D00;
}
.register-panel {
    margin: auto;
}
.register-panel .register-box .btn-signup {
    width: 100%;
    height: 40px;
    color: #FFFFFF;
    background: #F3A72E;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
}
.register-panel .register-box .btn-signup:hover {
    color: #FFFFFF;
    background: #ffbd54;
}
.register-panel .register-box .btn-signup:focus {
    outline: none;
}
.register-panel .register-box .reg-form-box {
    width: 70%;
}
.register-panel .register-box .reg-form-box .reg-info-name {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0 40px;
}
.register-panel .register-box .reg-form-box .reg-info-name .input-control {
    width: 100%;
}
.register-panel .register-box .reg-form-box>div {
    margin-bottom: 18px;
}
.register-panel .register-box .reg-form-box>div:last-child {
    margin-top: 180px;
    margin-bottom: 0px;
}
.forgot-panel {
    margin: auto;
}
.forgot-panel .forgot-box .btn-send {
    width: 100%;
    height: 40px;
    background: #F3A72E;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
    border-radius: 2px;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.forgot-panel .forgot-box .btn-send:hover {
    color: #FFFFFF;
    background: #f8b447;
}
.forgot-panel .forgot-box .btn-send:focus {
    outline: none;
}
.message-panel {
    margin: auto;
}
.message-panel .footer-box {
    position: absolute;
    bottom: 0;
    padding: 34px;
    display: flex;
    width: 100%;
    justify-content: center;
}
.login-box,.register-box,.forgot-box,.message-box {
    position: relative;
    width: 580px;
    margin-top: 45px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding-bottom:25px;
}
.message-box {
    height: 540px !important;
}
.login-box {
    height: 540px !important;
    margin-top: 0px !important;
}
.cookie-box {
    position: relative;
    background: rgba(255, 64, 64, 0.41);
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
}
.iti {
    width: 100%;
}
.iti .form-control {
    font-weight: 400;
}
.iti .iti__selected-dial-code,.iti .iti__country-name,.iti .iti__dial-code {
    font-weight: 400;
    color: #000;
}
.abs-panel {
    position: absolute;
    right: 0;
    margin: 16px 30px;
}
.abs-panel .abs-box {
    display: flex;
}
.abs-panel .abs-box .abs-menu {
    margin: 0 20px;
    background: #00000020;
    padding: 2px 4px;
    border-radius: 2px;
}
.abs-panel-left {
    position: absolute;
    left: 0;
    margin: 4px 30px;
}
.abs-panel-left .abs-left-box {
    display: flex;
}
.abs-panel-left .abs-left-box .abs-left-menu {
    margin: 0 20px;
}
.abs-left-menu a {
    background: #00000020;
    padding: 2px 4px;
    border-radius: 2px;
}
.el-notification.right {
    top: 3% !important;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
}
.fade-enter-active,.fade-leave-active {
    transition-duration: 0.3s;
    transition-property: opacity;
    transition-timing-function: ease;
}
.fade-enter,.fade-leave-active {
    opacity: 0;
}
@media (max-width: 640px) {
    .el-message {
        min-width: 358px !important;
    }
    .el-message .el-message__content> :first-child {
        margin-bottom: 5px;
    }
    .abs-panel, .abs-panel-left {
        margin: 9px -8px;
    }
    .language-menu {
        justify-content: flex-start;
    }
    .origami-logo {
        margin-bottom: 10px;
    }
    .login-box,.register-box,.forgot-box,.message-box {
        width: 350px;
        min-height: 40%;
    }
    .register-panel {
        margin-top: 1.5em;
    }
    .register-box .reg-info-name {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .register-box .reg-info-name>div:first-child {
        margin-bottom: 12px;
    }
    .footer-reg-box,
    .footer-login-box {
        flex-direction: column;
    }
    .forgot-return {
        margin-top: 4% !important;
    }
    .form-box,
    .reg-form-box {
        width: 80% !important;
    }
}
.icon-foot{
    position:absolute;
    height:150px;
    bottom:-15px;
    left:50%;
    transform:translate(-50%,-50%);
}
.icon-head{
    position:absolute;
    height:150px;
    top:100px;
    left:50%;
    transform:translate(-50%,-50%);
}
@media (max-width: 1500px)
{
    .icon-foot{
        height:120px;
        bottom:35px;
    }
    .icon-head{
        height:120px;
        top:60px;
    }
}
.relative{
    position: relative;
}
.relative .input-control{
    width: 100%;
}
span.toggle-password{
    position: absolute;
    cursor: pointer;
    right: 10px;
    top: 5px;
    color: #555555;
}
.pass_show{
    position: relative
} 
.pass_show .ptxt { 
    position: absolute; 
    top: 50%; 
    right: 10px; 
    z-index: 1; 
    color: #555555; 
    margin-top: -10px; 
    cursor: pointer; 
    transition: .3s ease all; 
} 
.pass_show .ptxt:hover{
    color: #555555;
} 
.input-relative {
    position: relative;
    width:100%;
}
.input-relative input {
    width:100%;
}
.input-relative span {
    position: absolute;
    top:5px;
    right:5px;
    color:#555555;
    cursor: pointer;
}
.text-orange{
    color:#FFFFFF;
}