.login_view {
    min-width: 320px;
    max-width: 600px;
    /* background: #fff; */
    min-height: 367px;
    margin: 0 auto;
    flex: 1;
    /* box-shadow: 4px 4px 14px -6px #000; */
}

.login_view * {
    -webkit-transition: all 260ms;
    -moz-transition: all 260ms;
    -ms-transition: all 260ms;
    -o-transition: all 260ms;
    transition: all 260ms;
}

.login_form {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    min-height: 390px;
    /* display: flex; */
}

.lf_info {
    width: 40%;
    background: #06618c;
    position: relative;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    -webkit-animation: in_one 1s;
    -o-animation: in_one 1s;
    animation: in_one 1016.76ms ease 0ms 1 normal none running;
    overflow: hidden;
}

.lf_info::after {
    content: ' ';
    height: 20px;
    width: 20px;
    /* background: red; */
    position: absolute;
    right: 0;
    top: 12%;
    border: 10px solid #ffffff;
    border-right: 10px solid #83bad4;
    opacity: 0;
}

.lf_form {
    width: 60%;
    background-color: #ffffff;
    background-image: linear-gradient(160deg, white, #f5f7f9);
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    position: absolute;
    z-index: 11;
    right: 0;
    top: -5%;
    border-radius: 4px;
    height: 110%;
    opacity: 0;
    animation: in_two 1s, sin 1ms 0s infinite;
    box-shadow: 0px 0px 6px 0px #000;
    box-shadow: 0px 0px 11px -3px #000;
    overflow: hidden;
}

body {
    background-color: #bdcfd8;
    /* background-image: linear-gradient(90deg, #06618c, #148ec7); */
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

h3, span, p, a, input, label, button, b, h4, h5, h6 {
    font-family: 'Sarabun', sans-serif !important;
    font-weight: 400;
}

.lfi_logo {
    text-align: center;
    margin: 0 auto;
    margin-top: 8%;
    width: 240px;
    margin-bottom: 14%;
    /* position: relative; */
    z-index: 9;
}

.lfi_logo img {
    max-height: 74px;
    max-width: 74px;
    margin-bottom: 16px;
    background: #fff;
    padding: 8px;
    border-radius: 3px;
    margin: 0 auto;
}

.lfi_logo h3 {
    font-size: 20px;
    text-transform: uppercase;
    color: #f5f6f7;
    margin: 0;
    font-weight: 400;
}

.lfi_text {
    padding: 8px 15px;
    width: 240px;
    margin: 0 auto;
    z-index: 9;
    position: relative;
}

.lfi_text h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    display: none;
}

.lfi_text p {
    margin: 0 0;
    padding: 0 0;
    font-size: 13px;
    color: #a3b7c1;
    font-weight: 400;
    text-align: center;
    font-family: Tahoma, sans-serif !important;
    flex: 1;
}

.lfi_text span {
    margin: 0 0;
    padding: 0 0;
    font-size: 12px;
    color: #a2a2a2;
    font-weight: 400;
    margin-top: 24px;
    display: block;
    font-family: Tahoma, sans-serif !important;
    display: none;
}

.lfi_text span a {
    color: #020202;
    background: #ddeff7;
    padding: 0 3px;
    text-decoration: none !important;
}

.lfi_text span a:hover {
    color: #fff;
    background: #adc9d6;
}

.lfi_sep {
    flex: 1;
    justify-content: center;
    align-items: center;
    display: flex;
    display: none;
}

.lfi_sep i {
    height: 1px;
    width: 60%;
    background: #83bad4;
    display: block;
    opacity: .4;
}

.lff_in { /* flex: 1; */
    padding: 12px 24px;
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.lff_username {
}

.lff_input {
    margin: 22px 0px;
}

.lff_input label {
    display: block;
    font-size: 14px;
    /* text-transform: uppercase; */
    font-weight: 400;
    cursor: pointer;
    color: #85a4b3;
}

.lff_input input {
    width: 100%;
    background: #ddeff7;
    border: 1px solid #ddeff7;
    padding: 9px 8px;
    border-radius: 3px;
    color: #023b56;
    outline: none;
    box-shadow: 0px 0px 6px -3px #ffffff;
}

.lff_input input:focus {
    background: #bfd2da !important;
    border-color: #fff !important;
    box-shadow: 0px 0px 6px -3px #5d5d5d;
    color: #002333;
}

.lff_input input:hover {
}

.lff_password {
}

.lff_actions {
    text-align: center;
}

.lff_actions button {
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    background: #06618c;
    border: 1px solid #06618c;
    padding: 7px 17px;
    border-radius: 3px;
}

.lff_actions button:hover {
    background: rgb(247, 248, 250);
    color: #06618c;
}

.lff_head {
}

.lff_head h3 {
    font-weight: 400;
    text-transform: uppercase;
    color: #06618c;
}

.lff_sub {
    margin-top: 28px;
    border-top: 1px solid #e3e8ea;
    padding-top: 7px;
}

.lff_sub span a:hover {
    background: #c7dfea;
    color: #444;
}

.lff_sub span a {
    color: #828b90;
    background: transparent;
    padding: 0 4px;
    text-decoration: none !important;
}

.lff_sub span {
    font-size: 12px;
    color: #828b90;
}

.lfi_foot {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 9;
}

.lfi_foot span {
    color: #89a7b5;
    text-align: center;
    display: block;
    padding: 5px 0;
    background: #005177;
}

.lfi_foot span a {
    background: transparent;
    color: inherit;
    text-decoration: none;
    padding: 0 4px;
}

.lfi_foot span a:hover {
    background: #89a7b5;
    color: #06618c;
    /* padding: 0 4px; */
}

.lfi_foot span b {
    /* transform: rotate(3deg); */
    /* display: inline-block; */
    /* margin: 0 0px; */
    /* color: #fff; */
}

.loaderlogo {
    width: 158px;
    background: #fff;
    border-radius: 4px;
    padding: 15px 11px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    z-index: 9;
    margin-left: -79px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.loaderlogo.h {
    transform-origin: center;
    /*transform: scale(0);*/
    opacity: 0;
    left: 46%;
}

.loaderlogo img {
    max-width: 76px;
    margin: 0 auto;
    display: block;
    margin-bottom: 16px;
}

.loaderlogo span {
    font-size: 14px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    color: #06618c;
    margin-top: 38px;
}

@keyframes in_one {
    0% {
        width: 60%;
        left: 20%;
    }
    10% {
        opacity: 1;
    }
    50% {
        left: 0;
    }
    100% {
        width: 40%;
    }
}

@keyframes in_two {
    0% {
        right: 20%;
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: 1;
        right: 0;
    }
}

@keyframes sin {
    0% {
        opacity: 1
    }
    100% {
        opacity: 1
    }
}

@media (max-width: 630px) {
    .lf_info {
        width: 36px;
        left: 50%;
        margin-left: -154px;
        animation: none;
        overflow: visible !important;
    }

    .lf_form {
        width: 280px;
        left: 50%;
        margin-left: -130px;
    }

    .lfi_text, .lfi_logo img, .lfi_foot {
        display: none;
    }

    .lfi_logo h3 {
        transform: rotate(-90deg);
        transform-origin: left;
        position: absolute;
        white-space: nowrap;
        left: 14px;
        bottom: 0;
        width: 100%;
    }

    .login_view {
        /* width: 350px; */
        /* margin: 0 auto; */
        /* background: red; */
    }

    .lfi_gback {
        height: 100% !important;
        bottom: 0 !important;
        left: -12px !important;
    }

    .lfi_gback span {
        display: none !important;
    }

    .lf_info.ok {
        left: 10% !important;
        width: 80% !important;
        margin-left: 0 !important;
    }
    .ok .lfi_text,
    .ok .lfi_logo img{
        display: block !important;
        position: relative;
    }
    .ok .lfi_logo h3 {
        transform: rotate(0);
        transform-origin: left;
        position: relative;
        white-space: nowrap;
        left: 14px;
        bottom: 0;
        width: 100%;
        margin-top: 10px;
        opacity: 0;
    }
}

.lffinfo {
    font-size: 14px;
    display: block;
    margin: 5px 0px;
    margin-bottom: 28px;
}

.lfi_gback {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #06618c;
    opacity: 0;
    /* transform: rotateX(90deg); */
    z-index: 0;
}

.lfi_gback > a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none !important;
    text-decoration: none !important;
    color: #fff;
    cursor: default;
}

.lfi_gback > a i {
    background: #fff;
    color: #06618c;
    height: 42px;
    width: 42px;
    line-height: 42px !important;
    text-align: center;
    border-radius: 100%;
    font-size: 28px;
    box-shadow: 0px 0px 6px 0px #001d2b;
    margin-bottom: 23px;
    margin-top: -50px;
    margin-bottom: 73px;
}

.lfi_gback > a span {
    display: block;
    margin-top: 36px;
}

.lfi_gback > a:hover {
}

.lfi_gback > a:hover i {
    background: #cde1ea;
    color: #001c29;
}

.lfi_gback > a:hover span {
    color: #9eb6c1;
}

div#loginhelp {
    /*transform: rotateY(90deg);
    opacity: 0;*/
    display: none;
}

div#loginhelp.shown {
    transform: rotateY(0deg);
    opacity: 1;
}

#floginfrm.hidn > div {
    filter: blur(6px);
    pointer-events: none;
}

#floginfrm.hidn {
    /* opacity: 0 !important; */
    right: -56px;
    cursor: pointer;
    transform: scale(.98);
    /* background: #ebedf1; */
}

.lfi_gback.shown {
    opacity: 1;
    z-index: 10;
}

.lfi_gback.shown span {
    margin-top: 0;
}

.lfi_gback.shown i {
    margin-bottom: 23px;
    margin-top: 0;
}

#loginhelp.hidn {
    right: -60px;
    opacity: 0 !important;
}

.lgonloader, .lgonloader * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.lgonloader {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    width: 100%;
    height: 100%;
    background: rgba(6, 97, 140, 0.37);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: progress;
    display: none;
    opacity: 0;
}

.lgonloader img {
    max-width: 60px;
}

.lgonloader span {
    display: block;
    margin-top: 28px;
    font-size: 12px;
    flex: 1;
    display: flex;
    flex-direction: column-reverse;
}

.lgonloader div {
    width: 51%;
    height: 41%;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    box-shadow: 0px 10px 16px -7px #000;
    padding: 31px 12px;
    /* cursor: progress; */
}

.lf_info.ok {
    width: 60%;
    left: 20%;
}

.ok .lfi_text p {
    display: none;
}

.lfi_text h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0 -35px;
    display: block;
    white-space: normal;
    width: 100%;
    margin: 0 auto;
}

.lfi_text h6 b {
    display: block;
    padding-bottom: 3px;
    margin-left: -6px;
}

.lfi_text.err {
    background: #fff0f0;
    margin: 0 6px;
    width: 228px;
    border-radius: 3px;
    border: 1px solid #fb4646;
    /* color: #fff; */
}

.lfi_text.err p {
    color: #691818;
}

.lff_input.err {
}

.lff_input.err label {
    color: #bd1818;
}

.lff_input.err input {
    border-color: #d02828;
}

.lfi_gback.shown > a {
    cursor: pointer;
}

.hyberuser {
    display: none;
    text-align: center;
    border-bottom: 1px solid #ccc; /* padding-bottom: 22px; */
}

.hu_head {
}

.hu_head span {
}

.hu_head span b {
    display: block;
    font-size: 24px;
    text-transform: uppercase;
    margin-top: 10px;
}

.hu_head span small {
}

.hu_head div {
    width: 86px;
    height: 86px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 38px;
    border-radius: 100%;
    border: 4px solid #fff;
    box-shadow: 0px 0px 28px -11px #000;
    margin: 0 auto;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.hu_inn {
    margin-top: 14px;
    padding-bottom: 4px;
}

.hu_inn a {
    background: transparent;
    color: #06618c;
    font-size: 13px;
    text-decoration: none !important;
}

.hu_inn a:hover {
    color: #2c94c5;
}