﻿.form {
    width: 100%;
    margin-top: 2%;
    display: flex;
    flex-direction:column;
}

.input-field {
    display: flex;
    flex-direction: column;
    justify-content:center;
    position: relative;
}

 .e-input {
        width: 100%;
        border: none !important;
        padding: 3% 4% !important;
        font-size: 1.6rem !important;
 }

 


.e-input-group input.e-input, input.e-input, .e-input-group input{
    height: 7%;
}

.password-bottom {
    display: flex;
    flex-direction: row;
    justify-content: end;
    font-size: 1.8rem;
}


.trial{
   margin: 0 auto;
   font-size: 1.6rem;
   padding: 20px 0;
   color: #343434;
   font-weight: 600;
   text-align:center;
}

    .trial a {
        color: var(--primary-color);
        text-decoration: none;
        font-weight: 600;
    }

.background-shadow-2 {
    box-shadow: 0 100px 400px 70px #6ba43a78;
    width: 30%;
    position: absolute;
    left: -20px;
    bottom: 140px;
    z-index: -1;
}



.e-btn {
    margin: 2% 0;
    color: white !important;
    background-color: var(--primary-color) !important;
    padding: 1.2% 0 !important;
    font-size: clamp(1.2rem, 2vw + 0.4rem, 1.8rem) !important;
    border-color: var(--primary-color) !important;
    width: 100%;
    position: relative;
}

.e-btn-content{
    width: 150px !important;
}

.e-btn:hover {
    background-color: #498417 !important;
}

.e-spinner {
    position: absolute;
    top: 18%;
    left: 55%;
}

.e-progress-btn.e-info .e-spinner-pane .e-spinner-inner svg .e-path-circle {
    stroke: #fff !important;
}

    .username-msg, .password-msg{
       font-size: 1.4rem;
       color: red;
       padding-top: 1%;
       visibility:hidden;
    }

        .username-msg.active, .password-msg.active {
            visibility: visible;
        }


.e-spinner-pane.e-customClass .e-spinner-inner .e-spin-material {
    stroke: #fff !important;
}

.error-msg{
    visibility:hidden;
}

.error-msg.error-msg-show{
    visibility:visible;
}


.authorisation-msg {
    visibility: hidden;
    text-align: center;
    margin-top: 4px;
    font-size: 1.6rem;
    color: red;
    width: 90%;
    display: block;

}

.authorisation-msg.active {
   visibility: visible;
}

.qr-section{
    display: flex;
    flex-direction: row;
    gap: 10%;
}

.validate-logos{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30%;
    justify-content:center;
}

.validate-logo{
   width: 4rem !important;
}

.validate-logo-img {
    width: 3.6rem;
    height: 100%;
}


.btnLost {
    border: none;
    background-color: transparent;
    font-size: 16px;
    cursor: pointer;
}

    .btnLost:hover {
        text-decoration: underline;
    }

.LostDevice {
    display: flex;
    margin-top: 10px;
}

#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

#otpDialog {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    text-align: center;
    height: 256px;
    width: 388px;
}

#resendBtn {
    display: none;
    font-size: 18px;
    padding-top: 8px;
    padding-left: 14px;
    padding-right: 14px;
    border: none !important;
    /*  background-color: #428bca;*/
    /* border-radius: 5px;*/
    background: transparent;
    text-decoration: underline;
    color: var(--primary-color) !important;
}

.submitbtn {
    font-size: 18px;
    background-color: var(--primary-color);
    border-radius: 5px;
    border: none !important;
    padding-top: 8px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
}

input[type="text"] {
    padding-top: 6px;
    width: 93%;
    font-size: 16px;
    outline: none !important;
}



.closeBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
}

    .closeBtn:hover {
        color: #fff;
    }

#timer {
    font-size: 16px;
}

.OTPLabel {
    border-bottom: 1px solid black;
    height: 50px;
    background-color: var(--primary-color);
    color: #fff !important;
    width: 100%;
    /* padding-left: 12px; */
    margin-left: 0px;
    padding-top: 16px;
}
.EnterOTP {
    display: flex;
    margin-left: 15px;
    margin-top: 11px;
}
.authlabel {
    display: flex;
    margin-left: 15px;
}
.otp-popup input[type="text"] {
    border: 1px solid #767676 !important;
    border-radius: 3px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important
}


/*@media screen and (min-height: 535px) {
    .background-shadow-2 {
        bottom: -140px;
    }
}*/