/*.acsl-container{width:450px; margin:0px auto; padding:100px 0px 30px 0px;}*/
/*.acsl-container > .title{display: block; margin:0px 0px 30px 0px; font-size:20px; line-height:23px; font-weight: bold; color:#222; text-align: center;}*/

/*.acsl-container > .panel{display: block; padding:30px 30px; background:#fff; box-shadow:0px 0px 3px rgba(0, 0, 0, 0.25);}*/
/*.acsl-container > .panel > form > .row{position: relative; margin:0px 0px 20px 0px;}*/
/*.acsl-container > .panel > form > .row:last-child{margin:0px 0px 25px 0px;}*/
/*.acsl-container > .panel > form > .row > .label{display: block; margin:0px 0px 8px 0px; font-size:14px; line-height:18px; color:#222;}*/
/*.acsl-container > .panel > form > .row > .forgot{display: block; position: absolute; right:0px; top:0px; line-height:18px; font-size:13px; color:#267E54;}*/
/*.acsl-container > .panel > form > .row > .field{display: block; width:100%; height:36px; line-height:34px; padding:0px 7px; color:#222; border: 1px solid #ccc; background: #fff; border-radius: 1px;}*/

/*.acsl-container > .panel > form > .row > .field::placeholder{color:#aaa;}*/
/*.acsl-container > .panel > form > .row > .field:focus{border-color: #267e54; box-shadow: 0px 0px 1px #2c9362;}*/
/*.acsl-container > .panel > form > .row > .field.error{color:#e32229; border-color: #ec4148; box-shadow: 0px 0px 1px #ff8085;}*/
/*.acsl-container > .panel > form > .row > .field.error::placeholder{color:#e32229;}*/

/*.acsl-languages{display: block; position: absolute; right:0px; top:0px;}*/
/*.acsl-languages > .selected{display: block; position: relative; padding:0px 15px 0px 0px; font-size:13px; line-height:18px; text-transform: uppercase; cursor: pointer;}*/
/*.acsl-languages > .selected > .arrow{display: block; position: absolute; right:0px; top:5px; width:8px; height:8px; background:url('../../images/icons/arrow-down-x32-gray.png') center center no-repeat; background-size: cover;}*/
/*.acsl-languages > .selected:hover, .acsl-languages.opened > .selected{color:#267E54;}*/

/*.acsl-languages > .options{display: none; position: absolute; z-index:3; right:-2px; top:22px; background:#fff; border-radius: 2px; border:1px solid #d5d5d5; box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);}*/
/*.acsl-languages > .options > .option{display: block; position: relative; padding:7px 17px; font-size:13px; line-height:15px; color:#222; text-transform: uppercase; text-align: center; cursor: pointer;}*/
/*.acsl-languages > .options > .option:hover{background-color:#eee;}*/
/*.acsl-languages.opened > .options{display: block;}*/

/*@media all and  (max-width: 800px) {*/
/*    .acsl-container{padding-top:60px;}*/
/*}*/

/*@media all and  (max-width: 600px) {*/
/*    .acsl-container{width:100%; padding:35px 15px 0px 15px;}*/
/*    .acsl-container > .title{margin-bottom: 35px;}*/
/*    .acsl-container > .panel{padding:25px 25px 20px 25px;}*/
/*}*/


/* --- LOGIN PAGE -------------------------------------------------------- */

body {
    overflow: auto;
}

.ml-0 {
    background: linear-gradient(357deg, rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 100%) !important;
}

.module-container, main {
    display: flex;
    transition: .2s;
    margin-left: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    justify-content: center;
    overflow: auto;
}

.login-wrapper .tabs-nav {
    padding-bottom: 60px;
    display: flex;
    justify-content: center;
}

.login-wrapper .tabs-nav label {
    padding: 3px 4px 3px 12px;
    border: 1px solid #dcdcdc;
    border-radius: 48px;
    background: #ffffff;
    cursor: pointer;
}

.login-wrapper .tabs-nav input {
    display: none;
}

.login-wrapper .tabs-content {
    margin-top: 50px;
}

.login-pin label {
    font-size: 2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-top: 60px;
}

.login-pin label > input {
    display: none;
}

.login-pin label span {
    color: #6A759B;
}

.login-pin .pin-icon {
    margin-right: 20px;
}


.login-pin .text {
    font-size: 13px;
    color: #000000;
    margin-right: 10px;
}

.login-pin label i {
    /*display: inline-block;*/
    /*width: 64px;*/
    /*height: 40px;*/
    /*border-radius: 20px;*/
    /*vertical-align: middle;*/
    /*transition: 0.25s 0.09s;*/
    /*position: relative;*/
    /*background: #cbcbcb;*/
}

.login-pin label i:after {
    /*content: " ";*/
    /*display: block;*/
    /*width: 30px;*/
    /*height: 30px;*/
    /*top: 5px;*/
    /*left: 5px;*/
    /*border-radius: 50%;*/
    /*background: #fff;*/
    /*position: absolute;*/
    /*box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.4);*/
    /*transition: 0.15s;*/
}

.login-pin label > input:checked + i {
    background: #8cd036;
}

.login-pin label > input:checked + i + span {
    color: #29316b;
}

.login-pin label > input:checked + i:after {
    transform: translateX(25px);
}

/*** NUMPAD ***/
.login-wrapper .num-display {
    margin-bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10px;
}

.login-wrapper .num-display div:not(.blank) {
    width: 25px;
    height: 25px;
    background-color: #16341E;
    margin: 10px;
    transition: .2s;
    border-radius: 8px;
}

.login-wrapper .num-display .blank {
    width: 25px;
    height: 1px;
    background-color: #000000;
    margin: 10px;
    transition: .2s;
}

.login-wrapper .num-pad {
    max-width: 400px;
    width: 100%;
}

.login-wrapper .num-pad table {
    border-collapse: collapse;
    width: 100%;
    height: 100%;
}

.login-wrapper .num-pad table tr td {
    width: 33.3%;
}

.login-wrapper .num-pad table tr td div.pad {
    position: relative;
    width: 82px;
    height: 82px;
    background-image: linear-gradient(to top, #9adc27, #82b923);
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 1px 0 0 rgb(0 0 0 / 35%);
    transition: .2s;
    display: inline-table;
    margin: 12px;
}

.login-wrapper .num-pad table tr td div.pad:hover {
    background-color: #6a981c;
}

.login-wrapper .hover {
    background-color: #6a981c !important;
}

.login-wrapper .num-pad table tr td div.del {
    cursor: pointer;
    justify-content: center;
    align-items: center;
    transition: .2s;
    margin-left: 15px;
    padding: 20px;
}

.login-wrapper .num-pad table tr td div.del i {
    font-size: 30px;
}

.login-wrapper .num-pad table tr td div.del:hover {
    color: #000000;
}

.login-wrapper .num-pad table tr td div:after {
    content: attr(data-num);
    width: 100%;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: "Open Sans";
    font-style: normal;
    font-size: 35px;
}

/*** PIN LOGIN BUTTON ***/
.login-wrapper .pin-login-btn {
    display: none; /* CURRENTLY HIDDEN ON PIN BUTTON AS WE AUTOMATICALLY LOG IN WHEN CORRECT PIN */
    /*display: flex;*/

    margin: 45px auto 20px auto;
    width: 263px;
    border-radius: 8px;
    background-color: #000000;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    transition: .2s;
    height: 52px;
    justify-content: center;
    align-items: center;
}

.login-wrapper .pin-login-btn:hover {
    background-color: #2c2c2c;
}

.login-wrapper .pin-login-btn i {
    margin-left: 10px;
}

.login-wrapper .pin-login-btn.email-login {
    display: flex;
}


/* ----------------- EMAIL LOGIN FORM ----------------- */
.login-wrapper .row {
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}

.login-wrapper .row .label {
    margin-top: 0px;
    margin-bottom: 12px;
    font-size: 15px;
    color: #000000;
}

.login-wrapper .row .label:first-letter {
    text-transform: capitalize;
}

.login-wrapper .row input {
    width: 100%;
    border-radius: 8px;
    font-size: 17px;
    background: #fff;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0 15px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.login-wrapper .logo {
    display: flex;
    justify-content: center;
    margin-bottom: 60px;
}

.login-wrapper .forgot {
    color: black;
    margin-top: 10px;
    width: 100%;
    display: block;
    text-align: right;
    text-decoration: underline;
}

.login-wrapper .tabs {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
