/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.

Created on      : Sep 1, 2016, 2:57:27 PM
Author          : Aftab
Revamped By     : Hashim Bin Khalid
Revamped on     : March 9th, 2021

*/

@import url("open_sans.css");

body {
    font-family: "Open Sans", sans-serif !important;
    letter-spacing: 0.2px;
    word-spacing: 1px;
    font-size: 13px !important;
    color: #636e7b;
    overflow: auto !important;
}

.signinpanel label,
.signuppanel label {
    /*color: #777;*/
    font-weight: normal;
    margin: 0px;

}
a {
    text-decoration: none; /*color: #777 !important;*/
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}
a:hover {
    /*color: #179b77;*/
}
.lt-grey {
    background: #f5f6f7 !important;
}
.field-wrap label {
    position: absolute;
    -moz-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); /*left: 13px;*/
    color: #777;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    padding-left: 0px;
}
.field-wrap label.bottom {
    position: absolute;
    -moz-transform: translateY(-26px);
    -webkit-transform: translateY(-26px);
    transform: translateY(-26px); /*left: 13px;*/
    color: #777;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    padding-left: 10px;
}
.field-wrap label .req {
    margin: 2px;
    color: #1ab188;
}
.field-wrap label.active {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    left: 2px;
    padding-left: 0px;
}
.field-wrap label.bottom.active {
    -webkit-transform: translateY(3px);
    -moz-transform: translateY(3px);
    transform: translateY(3px);
    left: 2px;
    padding-left: 0px;
}
.field-wrap label.active .req {
    opacity: 0;
}
.field-wrap label.focused {
    color: #777;
}
input,
textarea {
    font-size: 22px;
    display: block;
    width: 100%;
    height: 100%;
    padding: 5px 10px;
    background: none;
    background-image: none;
    border: 1px solid white; /* #a0b3b0*/
    color: #ffffff; /* ffffff*/
    border-radius: 0;
    -webkit-transition: border-color 0.25s ease, box-shadow 0.25s ease;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
input:focus,
textarea:focus {
    outline: 0;
    border-color: #007aff;
}
textarea {
    border: 2px solid #a0b3b0;
    resize: vertical;
}
.field-wrap {
    position: relative;
    margin-bottom: 30px;
}
.field-wrap label {
    width: 98%;
    letter-spacing: 0.2px;
    word-spacing: 1px;
}
.top-row:after {
    content: "";
    display: table;
    clear: both;
}
.top-row > div {
    float: left;
    width: 48%;
    margin-right: 4%;
}
.top-row > div:last-child {
    margin: 0;
}
.button {
    border: 0;
    outline: none;
    border-radius: 0;
    padding: 15px 0;
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #3f51b5;
    color: #ffffff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-appearance: none;
}
.button:hover,
.button:focus {
    background: #8e8e93;
}
.button-block {
    display: block;
    width: 100%;
}
.forgot {
    margin-top: -20px;
    text-align: right;
}
#meter div {
    height: 8px;
    width: 5px;
    margin: 0 2px 0 0;
    padding: 0;
    float: left;
    background-color: #e7e7e7;
    border-radius: 5px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}
#meter {
    transform: translateY(-20px);
    float: right;
    margin-right: 30px;
}
#meter.rating-1 .tint,
#meter.rating-2 .tint {
    background-color: red;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}
#meter.rating-3 .tint {
    background-color: orange;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}
#meter.rating-4 .tint {
    background-color: limegreen;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}
#meter.rating-5 .tint {
    background-color: green;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}
/*#meter.rating-5 {box-shadow: 0 0 15px 1px rgba(3,6,6,0.08);-webkit-box-shadow: 0 0 15px 1px rgba(3,6,6,0.08);-moz-box-shadow: 0 0 15px 1px rgba(3,6,6,0.08);}*/
.ios_switch:before {
    background: #0070d2 !important;
}
.no-transform label {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px);
    left: 6px;
    padding-left: 0px;
}
.field-wrap-m6 label {
    left: 6px !important;
}
#meter.rating-5 div {
    box-shadow: 0 0 10px 2px rgba(3, 6, 6, 0.1);
}
.ios_switch.switchOn:after {
    top: 0px;
    left: 32px !important;
    width: 30px;
    height: 30px;
}
.ios_switch:after {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 18px;
    padding: 3px;
    transition: 0.3s ease-in-out;
    color: #777;
}
.ios_switch.switchOn:after {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 18px;
    padding: 3px;
    transform: rotate(180deg);
    transition: 0.3s ease-in-out;
    color: #777;
}
.switchOn,
.switchOn:before {
    background: #0070d2 !important;
}
.currently_engaged label.text-muted {
    color: #ccc !important;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
}
.currently_engaged label {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    cursor: pointer;
}
#preloader {
    background: #e7e7e7;
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    z-index: 9999 !important;
    top: 0;
}
#status {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    z-index: 9999;
    box-shadow: 0 17px 50px 0 rgba(0, 0, 0, 0.19),
        0 0px 15px 0 rgba(0, 0, 0, 0.24);
    padding: 5px 15px;
}
.sk-spinner-pulse.sk-spinner {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-color: #1fb5ac;
    border-radius: 100%;
    -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
    animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
@keyframes sk-pulseScaleOut {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}
.form-control {
    border: 1px solid #d6d6d6 !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    padding: 5px 10px !important;
    height: 36px !important;
    font-size: 13px;
}
.signinpanel i,
.signup-info i {
    color: #8f939e;
}
.signinpanel {
    width: 780px;
    margin: 6% auto 6% auto;
}
.signinpanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}
.signinpanel .signin-info ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.signinpanel .signin-info a {
    color: #333;
}
.signinpanel .form-control {
    display: block;
}
.signinpanel .uname {
    background: #fff url(../images/user.png) no-repeat 95% center;
}
.signinpanel .pword {
    background: #fff url(../images/locked.png) no-repeat 95% center;
}
.signinpanel .btn {
    margin-top: 15px;
}
.signinpanel form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #dddfe2;
    -moz-box-shadow: 0 0 15px 1px rgba(3, 6, 6, 0.08)
        /*0 3px 0 rgba(12,12,12,0.03)*/;
    -webkit-box-shadow: 0 0 15px 1px rgba(3, 6, 6, 0.08);
    box-shadow: 0 0 15px 1px rgba(3, 6, 6, 0.08);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 30px;
}
.signuppanel {
    margin: 1.5% auto 1.5% auto; /*width: 780px;overflow: hidden !important;*/
}
.signuppanel .row {
    margin-left: -5px;
    margin-right: -5px;
}
.signuppanel .logopanel {
    float: none;
    width: auto;
    padding: 0;
    background: none;
}
.signuppanel .col-sm-6,
.signuppanel .col-sm-5,
.signuppanel .col-sm-3,
.signuppanel .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}
.signuppanel .signup-info {
    padding-right: 20px;
}
.signuppanel form {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid #d6d6d6;
    -moz-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -webkit-box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    box-shadow: 0 3px 0 rgba(12, 12, 12, 0.03);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 30px;
}
@media screen and (max-width: 640px) {
    .signinpanel,
    .signuppanel {
        margin: 0 auto;
        width: 480px;
        padding: 20px;
    }
    .signinpanel form {
        margin-top: 20px;
    }
    .signup-footer {
        margin-bottom: 10px;
    }
    .signuppanel .form-control {
        margin-bottom: 10px;
    }
    .signup-footer .pull-left,
    .signup-footer .pull-right {
        float: none !important;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .signinpanel,
    .signuppanel {
        width: 360px;
    }
}
@media screen and (max-width: 320px) {
    .signinpanel,
    .signuppanel {
        width: 310px;
    }
}
body.notfound,
body.signin {
    background: #e9ebee;
}

.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mt20 {
    margin-top: 20px;
}
.no-border {
    border: none !important;
}
.text-white {
    color: #fff !important;
}
.pad-0 {
    padding: 0px !important;
}
.bg-white {
    background: #fff;
    border-radius: 3px;
    padding-bottom: 36px;
}
.hd-top {
    border-bottom: #efefef 1px solid;
    padding-bottom: 7px;
    margin-top: 30px;
    font-weight: bold;
}
.p-border {
    border-top: #eee 3px solid;
}
.pt10 {
    padding-top: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
p {
    line-height: 2em;
}
h1,
h2,
h3,
h5,
h6 {
    color: #424242;
    /*font-family: "Poppins";*/
}

.login-modal-or {
    text-align: center;
    margin: 20px 0;
    position: relative;
}
.login-modal-or:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    border-top: 1px solid #eee !important;
    background: #eee;
    width: 100%;
    transform: translateY(-50%);
}
.login-modal-or div {
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.login-modal-or span {
    background: #f5f6f7;
    width: 100px;
    margin: 0 auto;
    display: block;
}
.google-signup-btn {
    border: 1px solid #eee;
    border-radius: 6px;
}

.field-icon {
    float: right;
    margin-top: -35px;
    margin-right: 0px;
    padding: 10px;
    width: 30px;
    font-size: 15px;
    color: black;
    position: relative;
}

.btn {
    padding: 7px 12px;
}


.btn-primary {
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3;
}

.signin-google {
    background-image: url('../images/btn_google_signin_light_normal_web.png');
    background-repeat: no-repeat;
    width: 191px !important;
    /*width: 100%;*/
    height: 46px;
    margin-bottom: -2px;
    display: inline-block;
}

.signin-google:hover {
    background-image: url('../images/btn_google_signin_light_focus_web.png');
    background-repeat: no-repeat;
    /*width: 191px;*/
    width: 100%;
    height: 46px;
    background-color: #F8FAFB !important;
}

.signin-google:focus,
.signin-google:active {
    background-image: url('../images/btn_google_signin_light_pressed_web.png');
    background-repeat: no-repeat;
    /*width: 191px;*/
    width: 100%;
    height: 46px;
    background-color: #F8FAFB !important;
}

.signin-microsoft {
    background-image: url('../images/ms-symbollockup_signin_light.png');
    background-repeat: no-repeat;
    width: 215px;
    /* width: 100%; */
    height: 41px;
    display: inline-block;
    background-color: white !important;
}

.mt-20 {
    margin-top: 15px !important;
}

.mb-20 {
    margin-bottom: 15px !important;
}

.form-wrapper {
    height: 100vh;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    left: 0;
}

.login-form {
    width: 80%;
    /*margin: 30% auto;*/
    /*margin: 14vh auto;*/
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    /*height: 100vh;*/
}

.copyright {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 2vh;
    width: 100%;
    text-align: center;
}

.form-control::placeholder {
    font-style: italic;
}

.info-graphics {
    background: url("../images/infographics/login-infographics.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    /* height: 937px; */
}

div.g-recaptcha+div {
    margin: auto;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 840px) and (orientation: landscape) {
    .copyright {
        position: relative;
    }
    .form-wrapper {
        overflow: auto;
    }
}

@media only screen and (max-width: 767px) {
    .login-form {
        width: 80%;
        /*margin: 25% auto;*/
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .login-form {
        width: 90%;
        /*margin: 8vh auto;*/
    }
} 

@media only screen 
and (min-width: 1024px) 
and (max-height: 1366px) 
and (orientation: portrait) 
and (-webkit-min-device-pixel-ratio: 1.5) {
    .login-form {
        width: 80%;
        /*margin: 100% auto*/
    }
}


.alert {
    padding: 4px 10px !important;
    margin-bottom: 15px;
}

/*@media only screen and (min-width: 1400px) {
    .login-form {
        width: 75%;
    }
} */
