@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v6.5.1/css/all.css");

body{
    font-family: 'Poppins', sans-serif;
}

ul{
    margin: 0px;
    padding: 0px;
}

li{
    list-style: none;
    font-size: 14px;
}

img{
    max-width: 100%;
}

.main-wrap{
    width: 100%;
    height: 100%;
    /* height: 100vh; */
    padding: 1.4rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo-area{
    margin-bottom: 15px;
}

.logo-area img{
    width: auto;
    height: 48px;
}

.reg-content{
    position: relative;
    padding: 60px 0px;
}

.shape1{
   width: 48%;
   height: 100%;
   background-color: #1954ff;
   position: absolute;
   top: 0px;
   right: -70px;
   z-index: -1;
   border-radius: 0px 10px 10px 0px;
}

.shape1::before{
    content: '';
    width: 60px;
    height: 120px;
    background-color: #fff;
    transform: skew(30deg);
    z-index: -1;
    position: absolute;
    top: 0px;
    left: -5px;
}

.shape1::after{
    content: '';
    width: 60px;
    height: 120px;
    background-color: #fff;
    transform: skew(-30deg);
    z-index: -1;
    position: absolute;
    bottom: 0px;
    left: -5px
}

.left-reg-card{
    background-color: #1954ff;
    border-radius: 15px 0px 0px 15px;
    position: relative;
    z-index: 10;
    overflow: hidden;
}

.left-reg-card::before{
    content: '';
    width: 70px;
    height: 70px;
    background-color: #2d63ff;
    border-radius: 0px 0px 0px 82%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.left-reg-card::after{
    content: '';
    width: 140px;
    height: 140px;
    background-color: #2d63ff;
    background-image: linear-gradient(#2d63ff, #4983ff);
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    left: 36%;
    transform: translate(-50%);
    z-index: -1;
}

.content-box{
    padding: 1.25rem;
    padding-top: 3.5rem;
    padding-bottom: 3.2rem;
    position: relative;
    z-index: 10;
}

.content-box .reg-pic img{
    width: auto;
    height: 160px;
    margin: 0px auto 30px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.content-box .reg-list{
    margin: 0px;
    padding: 0px;
}

.content-box .reg-list li{
    list-style: none;
    margin-bottom: 12px;
    font-size: 14px;
    display: flex;
    column-gap: 10px;
}

.content-box .reg-list li i{
    font-size: 16px;
    color: rgb(255, 218, 8);
}

.content-box .reg-list li h6{
    font-size: 14px;
    margin-bottom: 4px;
    color: #fff;
}

.content-box .reg-list li p{
    margin-bottom: 0px;
    font-size: 13px;
    color: #e3e3e3;
    margin-bottom: 0px;
    font-weight: 300;
}


.right-reg-card{
    background-color: #fff;
    /* border-radius: 0px 15px 15px 0px; */
    box-shadow: 3px 0px 8px -2px #b5b5b5;
}

.reg-form-card{
    padding: 1.25rem 2rem;
}

.title-head{
    text-align: center;
}

.title-head h3{
    color: rgb(255, 218, 8);
    font-size: 2rem;
    font-weight: 600;
}

.title-head h5{
    font-size: 1rem;
    margin-bottom: 8px;
    font-weight: 600;
    color: #252525;
}

.title-head p{
    color: #8f8f8f;
    font-size: 0.875rem;
}

.reg-form-card form{
    max-width: 320px;
    margin: 15px auto;
}

.reg-form-card .form-group{
    margin-bottom: 10px;
    position: relative;
}

.reg-form-card .form-control{
    height: 40px;
    font-size: 0.875rem;
    color: #444;
    border-color: #d9d9d9;
    padding-left: 32px;
}

.reg-form-card .input-field{
    position: relative;
}

.reg-form-card .input-field i{
    position: absolute;
    top: 10px;
    left: 12px;
    color: #8b8b8b;
    font-size: 15px;
}

.reg-form-card input:focus{
    box-shadow: none;
}

.reg-form-card input::placeholder{
    color: #a0a0a0;
    font-weight: 300;
}

.reg-form-card label{
    font-size: 0.875rem;
    color: #333333;
    margin-bottom: 3px;
}

.reg-form-card  button{
    width: 100%;
    height: 40px;
    font-size: 0.875rem;
    border-radius: 3px;
    margin-top: 10px;
}


.reg-form-card .lrs-text{
    margin-top: 1.5rem;
    font-size: 0.875rem;
    color: #444;
    margin-bottom: 0px;
    visibility: visible !important;
}

.reg-form-card .lrs-text a{
    text-decoration: none;
    font-size: 0.875rem;
    color: #1954ff;
    font-weight: 600;
    transition: 0.3s ease-in-out;
}

.reg-form-card p a:hover{
    text-decoration: underline;
}

.cog-icon{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 40px;
    z-index: -1;
    opacity: 0.5;
}

.cog-icon img{
    position: relative;
    animation: roundcog 3s infinite linear;
}

@keyframes roundcog{
    0%{
        transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
    }
}

.dollar-sign1{
    font-size: 22px;
    color: #2d63ff;
    position: absolute;
    bottom: 98px;
    left: 1px;
    z-index: -1;
    transform: rotate(-30deg);
}

.dollar-sign2{
    font-size: 22px;
    color: #2d63ff;
    position: absolute;
    bottom: 6px;
    right: 5px;
    z-index: -1;
    transform: rotate(-140deg);
}

.left-reg-card .nav-tabs{
    border: none;
}

.left-reg-card .nav .nav-item .nav-link{
    font-size: 14px;
    margin-bottom: 4px;
    color: #fff;
    font-weight: 400;
    border: none;
}

.left-reg-card .nav .nav-item .nav-link.active{
    background-color: transparent;
    color: rgb(255, 218, 8);
    border: none;
}


.left-reg-card .nav .nav-item .nav-link i{
    margin-right: 5px;
}

.rem-forget-pwd{
    margin-bottom: 12px;
}

.rem-forget-pwd .forgot-pwd{
    font-size: 0.875rem;
    color: #2d63ff;
    text-decoration: none;
}

.rem-forget-pwd .form-check .form-check-input{
  border-color: #c5c5c5 !important;
  z-index: 10;
  position: relative !important;
  opacity: 1;
  width: 16px;
  height: 16px;
}

.rem-forget-pwd .forgot-pwd:hover{
    text-decoration: underline;
}

.warning-row{
  display: grid;
  grid-template-columns: 32px 1fr;
}

.warning-icon i{
  font-size: 24px;
}

.warning-text h5{
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 7px;
}

.warning-text span{
  font-size: 14px;
}

@media screen and (max-width: 767px){
    .shape1{
        display: none;
    }

    .left-reg-card{
        border-radius: 15px 0px 15px 15px;
    }

    .right-reg-card{
        margin-top: 25px;
        box-shadow: 1px 0px 8px 0px #cdcdcd;
        border-radius: 10px;
    }

}

@media screen and (max-width: 600px){
    .shape1{
        display: none;
    }

    .left-reg-card{
        border-radius: 15px 0px 15px 15px;
    }

    .cog-icon{
        width: 35px;
        height: 35px;
        top: 25px;
        left: 15px;
    }

    .content-box{
        padding-top: 2rem;
    }

    .reg-content{
        padding: 0px 10px;
    }

    .reg-form-card {
        padding: 2rem 1rem;
    }

    .right-reg-card{
        margin-top: 25px;
    }

    .reg-form-card .form-group{
        margin-bottom: 10px;
    }
}


.main-wrap {
  width: 100%;
  height: 100%;
  padding: 1.4rem 0;
  /* background-image: linear-gradient(#a1c4fdeb, #c2e9fb), url(../img/lrg-bg.jpg) !important; */
  background-image: url(../images/crm-lgn-bg.jpg) !important;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 100;
}
.right-reg-card {
	background-color: #fff;
	/* border-radius: 15px !important; */
	box-shadow: 3px 1px 12px -4px #b1b1b1;
	position: relative;
	overflow: hidden;
	z-index: 100;
	/* min-height: 492px; */
}
ul#myTab li button {
	font-size: 12px;
	padding: 10px 12px;
}
ul#myTab {
	margin-top: 10px;
}