@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap');

/*font-family: 'Montserrat', sans-serif;*/

body {
    color: #FFF;
    font-family: "Figtree", sans-serif;
    /*background-image: url('../images/project/background.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;*/
    min-height: 100vh;
    position: relative;
    background-color: #422569;
    font-size: 16px;
    line-height: 1.6;
}
/*body.thankyou_page, body.welcome_page {
    background-image: unset;
}*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #000000 !important;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0; }
input[type=number] {-moz-appearance: textfield; }

input::-webkit-input-placeholder {color: #7f7b7b94!important; opacity: 1!important; }
input:-ms-input-placeholder {color: #7f7b7b94!important; opacity: 1!important; }
input::placeholder  {color: #7f7b7b94!important; opacity: 1!important; }

body::-webkit-scrollbar-track {-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); border-radius: 8px; background-color: #F5F5F5; }
body::-webkit-scrollbar {width: 8px; background-color: #F5F5F5; }
body::-webkit-scrollbar-thumb {border-radius: 8px; -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #7f2e91; }
.portrait-content{display: none;}
.form-control:focus, input:focus {
    color: #000000;
    /*background-color: #ffffff;
    border-color: #ffffff;*/
    outline: 0;
    box-shadow: none;
}
.btn.focus, .btn:focus {outline: 0; box-shadow: none; }
.form-group{position: relative;}
.help-block {color: red; position: absolute; top: 100%; font-size: 12px;width: 100%;left: 0;}
.form-group label { font-size: 18px; margin: 0px;}
.alert-danger { background-color: transparent; border: none; border-radius: 0px; padding: 0px; color: #F00; font-size: 14px; line-height: 1; text-align: left;}
.allready-reg { 
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 0;
}
 /*css to be deleted*/


.text-secondary {
    color: #333 !important;
}

.login-part {
    padding: 1rem;
    justify-content: space-around;
    overflow-y: auto;
}

.login-box {
    width: 100%;
    max-width: 450px;
    margin: auto;
}

.header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem 0rem;
}

.header img{
    width: 450px;
}


.welcomeHeading {
    margin: 0px auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 1rem;
    padding-top: 3rem;
}

.welcomeHeading h1{
    font-size: 2.5rem;
    color: #E5BD56;
}

.welcomeHeading h2{
    font-size: 2.5rem;
    color: #fff;
}

.welcomeHeading ul{
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin: 0px;
    padding: 0;
}


.welcomeHeading ul li {
    display: flex;
    justify-content: center;
    align-items: center;
}


.welcomeHeading ul li a {
    font-size: 20px;
    background: #E5BD56;
    border-radius: 50px;
    padding: 7px 50px;
    gap: 2rem;
    color: #53007A;
    display: flex;
    justify-content: center;
    align-items: center;
        text-decoration: none;
}

.login_form {
    padding: 30px;
    /*width: 80%;*/
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 18px;
    background-color: rgb(255 255 255);
    margin: 0 auto;
    color: #000;
}
.login_form h2 {
    margin-bottom: 35px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 40px;
}
.login_form .btn {
    background-color: #53007A;
    border-radius: 30px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    padding: 10px 50px;
}
.form-control{
    line-height: 1;
    padding: 10px 15px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #000000;
}
.form-control#email{
    border: 0;
    border-radius: 0;
    border-bottom: 2px solid #7f7b7b94;
    padding-left: 0;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}
.row.align-center {align-items: center; min-height: calc(100vh - 148px);}
a#already_registered {color: #fff; text-decoration: none;}
a#webinarSignUp {background-color: #fff; color: #FFF; text-transform: uppercase; text-decoration: none;}
.checkbox.checkbox-danger a {color: #fff;text-decoration: none;}
input#termagree {width: 20px; display: inline-block; position: absolute; left: 0; top: 4px;}
.checkbox.checkbox-danger {position: relative; padding-left: 20px;}
.top-logo {
    padding-top: 20px;
    height: 148px;
}
.top-logo img {
    max-width: 25%;
}
.left-content {
    padding-top: 15px; 
    padding-bottom: 15px;
}
.right-content {
    padding-top: 15px; 
    padding-bottom: 15px;
}

.form-check {
    text-align: left;
}
.form-check input {
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
.form-check input:checked + label.form-check-label::after {
    background-image: url('../images/project/tick-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
}
label.form-check-label::after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 4px;
    left: 0px;
    cursor: pointer;
}
.mandatory-field {
    margin-top: 3px;
}

/*.welcome-page {
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
img.coming-soon {
    max-height: 67vh;
}*/
/*--------------------*/

/*=============
Timer css start
===============*/

/**Regular timer css start**/
#timer {
    display: flex;
    text-align: center;
}
#timer .time-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px 5px;
    text-align: center;
    margin-bottom: 20px;
}
#timer .time-block span {
    width: 100%;
    background-color: #00b5cc;
    padding: 15px 5px;
    border-radius: 6px;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    width: 50px;
    line-height: 1;
}

#timer .time-block span.head-time {
    background-color: transparent;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
}
/**Regular timer end here**/

/**Single digit timer css start**/
.timer_around {
  border: 2px solid #137ec4;
  border-radius: 20px;
  padding: 15px 15px 32px;
  text-align: center;
  width: auto;
  display: table;
  flex-direction: column;
  margin: 0 auto;
  margin-top: 0px;
  margin-top: 30px;
  position: relative;
  min-width: 400px;
  min-height: 130px;
}

.timer_around p {
  position: absolute;
  top: -11px;
  width: 100%;
  padding: 0;
  left: 0;
  color: #1daafc;
}
.timer_around p span {
  background-color: #1e4d8a;
  padding: 1px 8px;
  border-radius: 20px;
  color: #1daafc !important;
}

#timer {
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}
#timer .digit-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  text-align: center;
  margin-bottom: 0px;
  position: relative;
}

#timer .colon {
  font-size: 34px;
}

#timer .digit-container .digit {
  background-color: #ffffff;
  padding: 14px 5px;
  border-radius: 6px;
  color: #168cc9;
  font-size: 36px;
  font-weight: 500;
  width: 50px;
  line-height: 1.2;
  margin: 3px;
}

#timer .digit-container .times {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  text-align: center;
  background-color: transparent;
  color: #ffffff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
/**Single digit timer css end**/
/*===========
Timer css end
=============*/
/********************************
Circular timer CSS Start
********************************/
.timer-container {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
/*  background: #0b0c2a;*/
  padding: 40px;
}
.circle-timer {
  text-align: center;
  position: relative;
}
.circle-timer svg {
  transform: rotate(-90deg);
}
.bg {
  fill: none;
  stroke: #2e2f48;
  stroke-width: 8;
}
.progress {
  fill: none;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-dasharray: 314;
  stroke-dashoffset: 314;
  transition: stroke-dashoffset 1s ease;
}
.circle-text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  color: white;
  font-family: sans-serif;
}
.label {
  margin-top: 10px;
  font-size: 14px;
  color: #aaa;
  text-align: center;
  font-family: sans-serif;
}
/********************************
Circular timer CSS Start
********************************/
.otp-input {
    width: 50px;
    border: 0;
    height: 100px;
    border-radius: 10px;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px auto;
    text-align: center;
    border: 1px solid #7f7b7b94;
    height: 50px;
}

.alert-success {
    color: #155724;
    background-color: transparent;
    border-color: transparent;
}

@media only screen and (min-device-width: 0px) and (max-device-width: 1199px) and (orientation:portrait) {
    .portrait-content {display: block; position: absolute; top: 0; left: 0; background: #fff; width: 100%; height: 100%; height: 100vh;z-index: 99999999;}
    .portrait-center {position: absolute; top: 50%; left: 0; margin: 0 auto; right: 0; transform: translateY(-50%); text-align: center; }
    .portrait-center img {margin: 0 auto 10px; width: 200px; text-align: center; }
    .portrait-center p {font-size: 16px; color: #000; text-transform: uppercase; text-align: center; font-weight: 400; }
}

/*Responsive*/
.loaderAjax {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.58);
    left: 0;
    z-index: 99999999;
}
.loaderImg {
    padding: 10px;
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    z-index: 99999999;
}



@media screen and (max-width: 991px) {
    .login_form {
        width: 100%;
        max-width: 450px;
    }
    .login_form h2 {
        margin-bottom: 15px;
        font-size: 34px;
    }
    .top-logo {
        height: 61px;
    }
    .row.align-center {
        min-height: calc(100vh - 61px);
    }
    .top-logo img {
        max-width: 150px;
        width: 100%;
    }

.header img {
    width: 250px;
}

.welcomeHeading h1 {
    font-size: 2rem;
}

.welcomeHeading h2 {
    font-size: 2rem;
}

}
@media screen and (max-width: 767px) {
    .login_form {
        padding: 30px 5px;
    }
    .otp-input {
    height: 37px;
    width: 37px;
    font-size: 20px;
    }

.header .mainlogo {
    width: 250px;
}

.header img {
    width: 150px;
}

.welcomeHeading h1 {
    font-size: 1rem;
}

.welcomeHeading h2 {
    font-size: 1rem;
}

.welcomeHeading ul li a {
    font-size: 16px;
    padding: 7px 30px;
}

}
@media (max-width: 1600px) and (min-width: 992px) {
  /*  .otp-input {
        height: 80px;
    }*/
    .otp-wrapper {
        gap: 1rem;
    }
}