body{
  background: #e6e8f7;
  color: #000;
  font-family: 'Poppins', sans-serif;
  min-height: 100vh;
  position:relative;
}

body::before{
  content: "";
  background: #d3e6f5;
  position: fixed;
  top: -200px;
  left: -250px;
  height: 500px;
  width: 500px;
  border-radius: 50%;
}

body::after{
  content: "";
  background: #dbd9f1;
  position: fixed;
  bottom: -300px;
  right: -300px;
  height: 500px;
  width: 500px;
  border-radius: 50%;
  z-index:-1;
}

@media (max-width:768px){
  body::before{
    top: -100px;
    left: -100px;
    height: 300px;
    width: 300px;
  }
  
  body::after{
    bottom: -100px;
    right: -100px;
    height: 300px;
    width: 300px;
  }
}

.logo{
	max-width: 150px;
	border-radius: 15px;
    margin-bottom: 10px;
	margin-top:-20px;
    transform: translateX(-50%);
    margin-left: 50%;
    padding: 10px;
}

.custom-control-label {
    margin-bottom: 0;
    margin-top: 1px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none; 
            user-select: none; 
}
 
.card-signin {
  border: 0;
  border-radius: 5px;
  background: #FFFFFF;
  box-shadow: 1px 3px 25px #dfdfdf;
}

.card-signin .card-header {
  font-weight: 300;
  font-size: 1.5rem;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #FFFFFF;
}

.login-form-head {
    text-align: center;
    background: #ffffff;
    padding: 30px 15px;
    border-bottom: 1px solid #e8e8e8;
}

.login-form-head h4 {
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  font-family: 'Poppins', sans-serif;
  width: 100%;
  text-align: center;
}

.form-signin .btn {
  font-size: 14px;
  letter-spacing: .1rem;
  padding: 12px 20px;
  transition: all 0.2s;
}

.form-signin .form-control {
	padding: 12px 20px;
	text-align: center;
	border-left: 2px solid #2d7bff;
	height: auto;
}

.form-signin .form-control:focus {
  border: 1px 1px 1px 2px;
  border-color: #2d7bff;
  box-shadow: none;
}


.form-signup {
  font-family: 'Poppins', sans-serif;
  width: 100%;
}

.form-signup .btn {
  font-size: 14px;
  letter-spacing: .1rem;
  padding: 12px 20px;
  transition: all 0.2s;
}

.form-signup .form-control {
    padding: 12px 20px;
    height: auto;
}

.form-signup .form-control:focus {
  border: 1px solid #2d7bff;
  box-shadow: none;
}

select.form-control {
    padding: 12px 20px;
    height: 51px !important;
}


.custom-control-label:before {
  background: #CCCCCC;
	border-radius: 50% !important;
}

.custom-control {
   display: inline-block;
}

.btn-register{
	text-align: center;
  display: block;
  color: #000000;
	font-size: 16px !important;
}

.btn-register:hover{
	color: #000000;
}

.alert-success {
  color: #363636;
  background-color: #d3ffdd;
  border-color: #2cba4d;
}

/************Start Login css****************/
.bg-shape {
    background-image: url('../images/bg.png') !important;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.login-main-card {
    max-width: 1000px;
    margin: auto;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15);
    background: white;
    padding: 40px;
    border-radius: 10px;
}
.login-section .image-box{
    margin: auto;
    text-align: center;
}
.login-section .image-box img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    transform: unset;
    padding: 0;
    border-radius: 0;
}
.login-form-card {
    border-radius: 10px;
    box-shadow: 2.5px 4.33px 15px 0 rgba(0, 0, 0, .15);
    text-align: center;
    background: #fff;
    transition: all .5s ease-out 0s;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    padding: 20px 40px;
    margin-top: 30px;
    background: linear-gradient(to right, rgb(34 122 233) 0, #9e027c 100%);
    color: white;
    max-width: 390px;
    margin-left: auto;
}
.mw-600 {
    max-width: 990px;
    margin: 0 auto;
}
#loginForm {
    padding-top: 30px;
}
.form-group {
    margin-bottom: 15px;
}
input[type=text], input[type=email], input[type=url], input[type=password], input[type=search], input[type=tel], input[type=number], input[type=range], input[type=date], input[type=month], input[type=week], input[type=time], input[type=datetime], input[type=datetime-local], input[type=color], textarea, select, .nice-select {
    background-color: #fff;
    border: 1px solid #d8d8d8;
    color: #9b9b9b;
    padding: 6px 22px;
    line-height: normal;
    font-size: 15px;
    font-weight: 400;
    height: 51px;
    -webkit-transition: all 200ms linear 0ms;
    -khtml-transition: all 200ms linear 0ms;
    -moz-transition: all 200ms linear 0ms;
    -ms-transition: all 200ms linear 0ms;
    -o-transition: all 200ms linear 0ms;
    transition: all 200ms linear 0ms;
    -webkit-box-shadow: none;
    -khtml-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    width: 100%;
    outline: none;
}
.form-signin input[type=text],.form-signin input[type=email], .form-signin input[type=password], .form-signin textarea {
    height: 44px !important;
    border-radius: 10px !important;
}
.login-page-btn {
    line-height: 40px;
    padding: 0 27px !important;
    background: #fff;
    color: #a20380;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !important;
    border: 1px solid #a20380;
    border-radius: 30px;
    width: 150px;
    margin: auto;
}
.left-image-box img {
    width: 100%;
}





/************************************/
/***   	 Start Responsive css        ***/
/************************************/
@media (max-width:1024px) {
    
  .login-section .login-main-card {
    max-width: 100%;
}  
.login-section .login-main-card .col-md-7, .login-section .login-main-card .col-md-5 {
    width: 100%;
    max-width: 100%;
    flex: 100%;
    margin: auto;
    text-align: center;
}
body::before {
    background: transparent;
}    
.login-section  .login-form-card {
  margin-left: auto;
  margin-right: auto;
    max-width: 100%;
}    
}    

@media(max-width:767px) {
.login-main-card {
    padding: 60px 15px;
}  
 .left-image-box img {
 display: none;
}   
}


















