﻿/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html {
    background-color: #2a3f54;
}

.ErrorMsg {
    color: red;
    font-size: 8pt;
}
/*-- Reset-Code --*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*-- //Reset-Code --*/
body {
    /*background:url('../images/b2.jpg') no-repeat 0px 0px;
	background-size: cover;*/
    font-family: "Poppins", sans-serif;
    /*background-attachment: fixed;
    background-position: center;*/
    background: #2a3f54;
    overflow: auto;
    height: 100vh;
    /*background: url(Images/images/v7.png) center center no-repeat fixed;    
    background-size: cover;*/
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif;
}

h1 {
    font-size: 30px;
    color: #fff;
    margin: 50px 0px 80px 0px;
    text-align: center;
    font-style: normal;
    font-weight: 800;
    font-family: "Poppins", sans-serif;
    letter-spacing: 4px;
    margin: 5px 0;
    margin-bottom: 6%;
}

.w3layouts {
    width: 50%;
    margin: 0 auto;
    background: #FFF;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 5px;
    z-index: 100;
}

.signin-agile {
    width: 37%;
    float: left;
    margin: 0;
    padding: 50px;
    border-right: 1px solid #eee;
}

    .signin-agile h2 {
        font-size: 25px;
        color: #fff;
        margin-bottom: 20px;
    }

.register-right {
    width: 49%;
    float: right;
}

input[type="text"], input[type="password"] {
    width: 93.5%;
    padding: 10px;
    border: 1px solid #7d7d7d;
    outline: none;
    font-size: 14px;
    margin-bottom: 20px;
    border-radius: 0px;
    background-color: #f6f6f6;
    border: none;
    color: #0d0d0d;
    /*padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 5px;
    width: 93.5%;
    border: 2px solid #f6f6f6;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;*/
}

form ul {
    float: left;
}

ul li {
    list-style: none;
    display: inline-block;
}

    ul li input[type="checkbox"] {
        display: none;
    }

        ul li input[type="checkbox"] + label {
            position: relative;
            padding-left: 25px;
            border: #2a3f54;
            color: #2a3f54;
            display: inline-block;
            font-size: 14px;
        }

            ul li input[type="checkbox"] + label span:first-child {
                width: 13px;
                height: 13px;
                display: inline-block;
                border: 1px solid #2a3f54;
                position: absolute;
                top: 1px;
                left: 4px;
                bottom: 4px;
            }

        ul li input[type="checkbox"]:checked + label span:first-child:before {
            content: "";
            background: url(../images/tick.png)no-repeat;
            position: absolute;
            left: 2px;
            top: 2px;
            font-size: 10px;
            width: 10px;
            height: 10px;
        }

form a {
    color: #2a3f54;
    float: right;
    font-size: 14px;
}

input[type="submit"], .btn-custom {
    background: #0068d4;
    padding: 9px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    border: none;
    border-radius: 0px;
    width: 60%;
}

input[type="reset"] {
    background: #464a4a;
    padding: 9px 0;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    width: 100%;
    border: none;
    border-radius: 0px;
    width: 36%;
}

input[type="submit"]:hover, .btn-custom:hover {
    background: #0068d4;
}

.footer-w3l p {
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 27px;
}

    .footer-w3l p a {
        color: #5bd999;
    }

        .footer-w3l p a:hover {
            text-decoration: underline;
        }

.footer-w3l {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

    .footer-w3l p a:hover {
        color: #ffffff;
    }


/*-- Responsive --*/
@media screen and (max-width: 1600px) {
    .signin-agile, .signup-agileinfo {
        padding: 50px;
        border-right: 1px solid #eee;
    }

    input[type="text"], input[type="password"] {
        width: 91%;
    }
}
@media screen and (max-width: 1440px) {
    .signin-agile, .signup-agileinfo {
        padding: 50px;
        border-right: 1px solid #eee;
    }

    input[type="text"], input[type="password"] {
        width: 91%;
    }
}

@media screen and (max-width: 1366px) {
    .signin-agile, .signup-agileinfo {
        padding: 40px;
    }

    input[type="text"], input[type="password"] {
        width: 90.5%;
    }
}

@media screen and (max-width: 1280px) {
    .w3layouts {
        width: 75%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1080px) {
    .w3layouts {
        width: 80%;
        margin: 0 auto;
    }

    .signin-agile, .signup-agileinfo {
        padding: 63px;
    }
}

@media screen and (max-width: 1024px) {
    h1 {
        margin: 50px 0px 56px 0px;
    }

    .signin-agile, .signup-agileinfo {
        padding: 60px;
    }

    input[type="text"], input[type="password"] {
        width: 89%;
    }

    .footer-w3l {
        margin: 80px 0 15px 0;
        display: none;
    }

    .register-right {
        margin-top: 2em;
    }
}

@media screen and (max-width: 991px) {
    .w3layouts {
        width: 88%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 966px) {
}

@media screen and (max-width: 900px) {
    .signin-agile, .signup-agileinfo {
        padding: 55px;
    }

    input[type="text"], input[type="password"] {
        width: 88%;
    }
}

@media screen and (max-width: 800px) {
    .signin-agile, .signup-agileinfo {
        padding: 49px;
    }

    input[type="text"], input[type="password"] {
        width: 93%;
    }

    .register-right {
        margin-top: 4em;
        display: none;
    }

    .signin-agile {
        width: 82%;
        border: none;
    }
}

@media screen and (max-width: 768px) {
    .w3layouts {
        width: 90%;
        margin: 0 auto;
    }

    .signin-agile, .signup-agileinfo {
        padding: 50px;
    }

    ul li input[type="checkbox"] + label {
        font-size: 13px;
    }

    form a {
        font-size: 13px;
    }

    .signin-agile {
        width: 82%;
        border: none;
    }
}

@media screen and (max-width: 736px) {
    .signin-agile, .signup-agileinfo {
        padding: 48px;
    }
}

@media screen and (max-width: 667px) {
    h1 {
        margin: 30px 0px 45px 0px;
    }

    .w3layouts {
        width: 95%;
        margin: 0 auto;
    }

    .signin-agile, .signup-agileinfo {
        padding: 46px;
    }

    input[type="text"], input[type="password"] {
        padding: 12px;
    }

    input[type="submit"] {
        /*padding: 12px 0;*/
    }

    .my-mfp-zoom-in.mfp-ready #small-dialog {
        padding: 30px !important;
    }
}

@media screen and (max-width: 640px) {
    .signin-agile, .signup-agileinfo {
        padding: 44px;
    }

        .signup-agileinfo p {
            font-size: 13.5px;
            line-height: 27px;
        }

    .register-right {
        width: 43%;
    }
}

@media screen and (max-width: 600px) {
    .w3layouts {
        width: 85%;
        margin: 0 auto;
    }

    .signin-agile, .signup-agileinfo {
        width: 82%;
    }

    input[type="text"], input[type="password"] {
        width: 90%;
    }

    .register-right {
        width: 60%;
        float: none;
        text-align: center;
    }

    .signin-agile {
        float: none;
    }

    .register-right {
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    h1 {
        font-size: 35px;
    }
}

@media screen and (max-width: 568px) {
    h1 {
        font-size: 35px;
        margin: 35px 0px 50px 0px;
    }

    .footer-w3l {
        margin: 40px 0 15px 0;
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .signin-agile, .signup-agileinfo {
        width: 77%;
    }

    input[type="text"], input[type="password"] {
        width: 92%;
    }

    .footer-w3l p {
        font-size: 13px;
    }

    h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 414px) {
    h1 {
        font-size: 28px;
        margin: 35px 0px 40px 0px;
    }

    .signin-agile, .signup-agileinfo {
        width: 74%;
    }

    input[type="text"], input[type="password"] {
        width: 89%;
    }

    form a {
        margin-top: 3px;
    }

    .signup-agileinfo {
        height: 240px;
    }
}

@media screen and (max-width: 384px) {
    h1 {
        font-size: 30px;
        margin: 35px 0px 40px 0px;
    }

    .signin-agile, .signup-agileinfo {
        width: 77%;
        padding: 35px;
    }

    a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
        padding: 5px 25px;
        font-size: 13px;
        margin-top: 25px;
    }

    h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }
}

@media screen and (max-width: 375px) {
    .signin-agile, .signup-agileinfo {
        width: 80%;
        padding: 30px;
    }

    .book-form h3 {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 320px) {
    h1 {
        font-size: 27px;
        margin: 35px 0px 30px 0px;
    }

    .signin-agile, .signup-agileinfo {
        width: 84%;
        padding: 20px;
    }

        .signin-agile h2, .signup-agileinfo h3 {
            font-size: 20px;
        }

    input[type="text"], input[type="password"] {
        padding: 10px;
    }

    input[type="submit"] {
        padding: 10px 0px;
    }

    ul li input[type="checkbox"] + label span:first-child {
        width: 10px;
        height: 10px;
        top: 3px;
    }

    ul li input[type="checkbox"] + label {
        font-size: 12px;
        padding-left: 20px;
    }

    form a {
        font-size: 12px;
        margin-top: 4px;
    }

    a.book.popup-with-zoom-anim.button-isi.zoomIn.animated {
        margin-top: 30px;
    }

    .signup-agileinfo p {
        font-size: 12.5px;
    }

    h1 {
        font-size: 23px;
    }

    .register-right {
        width: 72%;
        float: none;
        margin: 0 auto;
    }
}

.underlineHover:after {
    display: block;
    left: 0;
    bottom: -10px;
    width: 0;
    height: 2px;
    background-color: #56baed;
    content: "";
    transition: width 0.2s;
}

.underlineHover:hover {
    color: #0d0d0d;
}

    .underlineHover:hover:after {
        width: 100%;
    }

a {
    color: #92badd;
    display: inline-block;
    text-decoration: none;
    font-weight: 400;
}

#content {
    position: relative;
}

    #content img {
        /*position: absolute;*/
        top: 0px;
        /*right: 0px;*/
        width: 150px;
    }

.lfooter {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    padding: 10px;
    margin: 35px -25px -25px -25px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.logincontainer {
    width: 100%; /* or whatever you want */
    height: 200px; /* or whatever you want */    
    text-align: center;
}

.logincontainer > img {
    vertical-align: middle;
}
/****************** Popup ********************/
/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    cursor: pointer;
    bottom: 41px;
}

    /* The actual popup (appears on top) */
    .popup .popuptext {
        visibility: hidden;
        width: 500px;
        background-color: white;
        color: #fff;
        text-align: left;
        border-radius: 6px;
        padding: 8px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -80px;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2);
    }

        /* Popup arrow */
        .popup .popuptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #e3e3e3 transparent transparent transparent;
        }

    /* Toggle this class when clicking on the popup container (hide and show the popup) */
    .popup .show {
        visibility: visible;
        -webkit-animation: fadeIn 1s;
        animation: fadeIn 1s
    }

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/****************** Popup - END ********************/
/****************** Password Rules ********************/
ul {
    list-style: none;
}

.pwd-rules .failed {
    color: red;
}

.pwd-rules .passed {
    color: green;
}
/****************** Password Rules ********************/
.msg-err, .msg-info {
    padding: 5px;
    font-size: 12px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.msg-err {
    background-color: #ffdcdc;
    color: red;
}

.msg-info {
    background-color: #ddffdc;
    color: green;
}

.eye-open, .eye-close {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 100;
}

.eye-open {
    background-image: url('/Content/Images/Eye-Opened.png');
}

.eye-close {
    background-image: url('/Content/Images/Eye-Closed.png');
}

.cnt-pwd {
    position: relative;
}
.txt-otp {
    letter-spacing: 15px;
    border: 1px solid gray !important;
    font-size: 18px;
}