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

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

body {
    color: #FFF;
    font-family: "Ubuntu", serif;
    background-image: url('https://cdn4.godcstatic.com/Hot_Cities_Make_Hard_Work_Harder/body-top.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 15vw;
    min-height: 100vh;
    position: relative;
    background-color: #fff;
    font-size: 16px;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



body::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://cdn4.godcstatic.com/Hot_Cities_Make_Hard_Work_Harder/body-bottom.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 15vw;
    z-index: -1;
}


/*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: #ACCBEA!important; opacity: 1!important; }
input:-ms-input-placeholder {color: #ACCBEA!important; opacity: 1!important; }
input::placeholder {
    color: #ACCBEA !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;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.form-group-inner {
    position: relative;
}

.alert-danger { 

    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 0px;
    color: #F00;
    font-size: 14px;
    line-height: 1;
}
.allready-reg { 
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 0;
}

.white_box {
    background-color: #fff;
    box-shadow: 15px 15px 30px rgba(32, 109, 186, 0.3);
    width: 90vw;
    height: calc(100vh - 100px);
    overflow-y: hidden;
    padding: 0 15px;
    margin: 0 auto;
}


 /*css to be deleted*/

.login_form {
    padding: 40px;
    width: 66%;
    margin: 0 auto;
}

.login_form_custom {
    width: 65%;
    margin: 0 auto;
}

.RegisterTab {
    width: 86%;
    margin: 0 auto;
}

.gx-2 {}

.login_form h2 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 40px;
    color: #D4E6FC;
}

.login_form h1 {
    margin-bottom: 3vw;
    font-size: 50px;
    font-weight: 700;
}

.login_form p {
    margin-bottom: 25px;
    font-weight: 400;
    font-size: 20px;
}

.login_form .btn {
    background-color: #268FCE;
    border-radius: 30px;
    border: 1px solid #268FCE;
    color: #ffffff;
    min-width: 140px;
    font-weight: 300;
    font-size: 28px;
    margin-top: 20px;
    padding: 10px 30px;
    min-width: 230px;
}

.login_form_custom .btn {
    font-size: 24px;
}

.btn-outer-submit {
    background: transparent !important;
}

.form-group {
    margin-bottom: 1.4rem;
}

.form-control {
    line-height: 1;
    padding: 15px 15px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    background-color: #ffffff;
    color: #161f8c;
    font-size: 20px;
    padding-left: 50px;
}
/*.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;
    text-align: center;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 330px;
}

.left-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://cdn4.godcstatic.com/Hot_Cities_Make_Hard_Work_Harder/login-top.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100px;
    z-index: -1;
}

.left-content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url('https://cdn4.godcstatic.com/Hot_Cities_Make_Hard_Work_Harder/login-bottom.png');
    background-repeat: no-repeat;
    background-position: 80% bottom;
    background-size: 130px;
    z-index: -1;
}
.right-content {
    padding-top: 25px;
    padding-bottom: 25px;
    height: 100%;
    overflow-y: auto;
    background-color: #161f8c;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form-check {
    padding-left: 40px;
    font-size: 16px;
    color: #D4E6FC;
    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: 26px;
    width: 26px;
    border: 2px solid #ffffff;
    position: absolute;
    top: 0px;
    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
********************************/
@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*/


@media screen and (max-width: 1800px) {
    .login_form_custom {
        width: 75%;
    }

    .login_form_custom .btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 1440px) {
    .login_form_custom {
        width: 80%;
    }

    .login_form_custom .btn {
        font-size: 22px;
    }
}

@media screen and (max-width: 1380px) {
    .login_form_custom {
        width: 100%;
    }

    .login_form_custom .btn {
        font-size: 18px;
    }

    .login_btn {
        gap: 10px;
    }
}

@media screen and (max-width: 1400px) {
    .right-content {
        padding-top: 0px;
        padding-bottom: 0px;
        align-items: flex-start;
    }

    .login_form h2 {
        margin-bottom: 5px;
        font-size: 30px;
    }

    .login_form p {
        font-size: 17px;
    }

    .form-control {
        padding: 10px 15px;
        font-size: 18px;
        padding-left: 50px;
    }

    .login_form .btn {
        min-width: 140px;
        font-size: 20px;
        margin-top: 0px;
        padding: 8px 30px;
        min-width: 170px;
    }
}

@media screen and (min-width: 768px) {
    .ps-m-0 {
        padding-left: 5px;
    }

    .pe-m-0 {
        padding-right: 5px;
    }
}

@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%;
    }

    .white_box {
        height: auto;
        margin-top: 50px;
        margin-bottom: 50px;
    }

        .login_form h1 {
        margin-bottom: 30px;
        font-size: 40px;
        font-weight: 700;
    }

}
@media screen and (max-width: 767px) {
    .login_form {
        padding: 30px 15px;
    }
}