﻿/*login page*/
html { height: 100%; --black-color: #333; --hightlight-color: #9A181D; }

body { height: 100%; color: var(--black-color); font-size: 16px; }

.wrapper { width: 100%; height: 100%; }

/*.bg-wrap { background: url('../images/bg.png'); width: 100%; height: 100%; }*/
.bg-wrap { background: url(../images/bg.png) rgb(0 0 0 / 92%) 0%; width: 100%; height: 100%; }
/*.bg-wrap { background: linear-gradient(90deg, #161122 21px, transparent 1%) center, linear-gradient(#161122 21px, transparent 1%) center, #a799cc; background-size: 22px 22px; width: 100%; height: 100%; }*/

.login-right { width: 100%; height: 100%; background: #475F86; position: absolute; align-items: center; justify-content: center; display: flex; }

    .login-right:before { content: ''; width: 10px; height: 100%; background: #65799A; position: absolute; left: -10px; }

.inner-login-right { width: 500px; }

.sengen-logo { text-align: center; margin: 0 auto 30px; }

.login-wrapper { border: 1px solid #fff; padding: 20px; border-radius: 5px; box-shadow: 1px 1px 10px rgba(255,255,255,0.3); color: #fff; height: 400px; position: relative; }

    .login-wrapper label { font-size: 16px; font-weight: 500; }

.remember { display: block; justify-content: space-between; align-items: center; width: 100%; }

.login-wrapper .form-control { height: 45px; border: none; background: #DADFE7; }

.login-wrapper .btn { width: 150px; border: none; height: 45px; background: #DADFE7 !important; color: #333 !important; font-size: 16px; font-weight: 500; border-color: #DADFE7 !important; }

.remember input { display: none; }

.remember .form-group label { position: relative; cursor: pointer; }

    .remember .form-group label:before { content: ''; width: 16px; height: 16px; -webkit-appearance: none; background-color: #DADFE7; padding: 0; display: inline-block; position: relative; vertical-align: middle; cursor: pointer; margin-right: 10px; margin-top: -4px; border-radius: 3px; }

.remember .form-group input:checked + label:after { content: ''; display: block; position: absolute; top: 4px; left: 8px; width: 6px; height: 14px; border: solid #FF6600; border-width: 0 2px 2px 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); }

/*.forgot { position: absolute; bottom: 30px; width: 100%; text-align: center; left: 0; }*/
.forgot { float: left; margin-top: 10px; }
.forgot a { color: #fff; font-weight: 500; text-decoration: underline; font-size: 16px; }

.login-left { display: flex; width: 100%; height: 100%; align-items: center; }

.grid-wrapper h1 { text-align: center; color: #3F5881; margin: 0 0 50px; }

.grid-row { height: 300px; background: rgba(109, 207, 246,0.5); border-radius: 15px; box-shadow: 1px 1px 10px -4px #000; text-align: center; padding: 20px; position: relative; }

    .grid-row h2 { font-size: 18px; margin: 15px 0 15px; }

    .grid-row p { font-weight: 500; margin: 0; font-size: 14px; overflow: hidden; height: 65px; -webkit-line-clamp: 3; display: -webkit-box; -webkit-box-orient: vertical; }

    .grid-row .learn-m { position: absolute; width: 100%; left: 0; bottom: 25px; }

.learn-m a { text-decoration: underline; color: #333; font-weight: 500; font-size: 14px; }

.grid-wrapper { width: 100%; }

.mt-30 { margin-top: 30px; }

.footer { position: absolute; bottom: 5px; width: 100%; }

.links-wrp p { margin: 0; font-size: 11px; }

    .links-wrp p a { color: #333; text-decoration: none; font-weight: 500; }

.copyright { position: absolute; bottom: 0; width: 100%; text-align: center; left: 0; }

    .copyright p { margin: 0; font-size: 11px; font-weight: bold; }

.forgot-wrap { height: 250px; }

.salverstin-left { position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); padding: 0 20px 0 10px; width: 100%; }

.w-portal { text-align: center; margin: 50px 0 0 0; }

    .w-portal h1 { font-size: 24px; text-transform: uppercase; color: #475F86; font-weight: bold; margin: 0; }
/*media query*/
@media (min-width:992px) and (max-width:1440px) {
    .grid-wrapper h1 { font-size: 26px; margin: 0 0 30px; }

    .logo-w img { width: 130px; }

    .grid-row h2 { font-size: 14px; margin: 15px 0 15px; font-weight: 700; }

    .grid-row { height: 240px; padding: 15px; }

    .inner-login-right { width: 100%; padding: 0 20px; }

    .login-right .login-wrapper label { font-size: 15px; line-height: normal; }

    .login-right .login-wrapper .form-control { height: 33px; }

    .login-right .login-wrapper .btn { width: 90px; height: 33px; font-size: 15px; }

    .login-right .login-wrapper { height: 320px; }

    .forgot a { font-size: 15px; }

    .w-portal h1 { font-size: 20px; }
}

@media(min-width:768px)and (max-width:991px) {
    .grid-wrapper h1 { font-size: 20px; margin: 20px 0 20px; }

    .grid-wrapper { padding: 0 10px 0 0; }

    .logo-w img { width: 130px; }

    .grid-row h2 { font-size: 12px; margin: 15px 0 10px; font-weight: 700; }

    .grid-row p { font-size: 13px; height: 60px; }

    .grid-row { height: 230px; padding: 15px; margin: 0 0 15px; }

    .inner-login-right { width: 100%; padding: 0 20px; }

    .login-right .login-wrapper label { font-size: 14px; line-height: normal; }

    .login-right .login-wrapper .form-control { height: 33px; }

    .login-right .login-wrapper .btn { width: 100px; height: 33px; font-size: 14px; }

    .login-right .login-wrapper { height: 320px; }

    .forgot a { font-size: 14px; }

    .mt-30 { margin-top: 0; }


    /*.footer { position: static; background: #f2f2f2; }*/

    .copyright { bottom: 15px; }

    .w-portal h1 { font-size: 18px; }
}

@media(max-width:767px) {
    .order-last, .order-first { order: 0; }

    /*.footer { position: static; background: #f2f2f2; }*/

    .copyright { padding: 10px; position: static; }

    /*.login-right { height: auto; padding: 20px 0; }*/

    .inner-login-right { width: 100%; padding: 0 20px; }

    .login-right .login-wrapper { padding: 15px; height: auto; }

        .login-right .login-wrapper label { font-size: 14px; line-height: normal; }

        .login-right .login-wrapper .form-control { height: 33px; }

        .login-right .login-wrapper .btn { width: 90px; height: 33px; font-size: 14px; }

    .forgot { position: static; padding: 25px 0 0; }

        .forgot a { font-size: 14px; }

    .login-left { padding: 20px 0; }

    .grid-wrapper h1 { margin: 0 0 20px; font-size: 22px; }

    .grid-row { height: 280px; margin: 0 0 20px; }

        .grid-row h2 { font-size: 16px; }

    .mt-30 { margin-top: 0; }

    .salverstin-left { height: auto; position: static; transform: inherit; top: 0; }

    .w-portal { margin: 30px 0 30px 0; }

        .w-portal h1 { font-size: 18px; }
    .bg-wrap .container-fluid.h-100 { height: auto !important; }
}


/*Login*/
/* Firefox */
.login-wrapper .form-control::placeholder { color: #dcdcdc; opacity: 1; font-size: 15px; }

/* Internet Explorer 10-11 */
.login-wrapper .form-control:-ms-input-placeholder { color: #dcdcdc; }

/* Microsoft Edge */
.login-wrapper .form-control::-ms-input-placeholder { color: #dcdcdc; }

.pass_show { position: relative }
.pass_show .ptxt { position: absolute; top: 50%; right: 10px; z-index: 1; color: #f36c01; margin-top: -10px; cursor: pointer; transition: .3s ease all; font-size: 14px; }
.pass_show .ptxt:hover { color: #333333; }

.login-wrapper input#password { padding-right: 50px; }