/* define class  */
@media (min-width: 1290px) {
    .container-xl {
        max-width: 1690px !important;
    }
}

.login-block {
	background: #DE6262;
	/* fallback for old browsers */
	background: -webkit-linear-gradient(to bottom, #FFB88C, #DE6262);
	/* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to bottom, #FFB88C, #DE6262);
	/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	float: left;
	width: 100%;
	padding: 50px 0;
}

@media(max-width:992px){
    .login-block .row.main-row {
        flex-direction: column-reverse !important;
    }
}

.banner-sec {
	/* background: url(https://static.pexels.com/photos/33972/pexels-photo.jpg) no-repeat left bottom; */
	background-size: cover;
	/* min-height: 500px; */
	border-radius: 0 10px 10px 0;
	padding: 5px;
}

.banner-sec .carousel-inner, .banner-sec .carousel-inner .carousel-item img{
    height: 420px;

}
@media(min-width:992px) and (max-width:1024px){
    .banner-sec .carousel-inner .banner-sec .carousel-inner .carousel-item img{
        height: 460px;

    }
    .login-block {

        padding: 75px 0;
    }
}

@media(max-width:576px){
    .banner-sec .carousel-inner .banner-sec .carousel-inner .carousel-item img{
        height: 340px;

    }
}

@media(min-width:1025px) and (max-width:1285px){

    .login-block {
        padding: 50px 0 !important;
    }
    .banner-sec .carousel-inner, .banner-sec .carousel-inner .carousel-item img{
        height: 450px !important;

    }

    .login-sec {
        padding: 90px 25px !important;
        position: relative;
    }
}

@media(min-width:1290px){
    .login-sec {
        padding: 211px 30px !important;
        position: relative;
    }

    .banner-sec .carousel-inner, .banner-sec .carousel-inner .carousel-item img{
        height: 685px !important;
        /* margin-top: 8px; */
    }

    .login-block {

        padding: 98px 0 !important;
    }
}

.container {
	background: #fff;
	border-radius: 10px;
	box-shadow: 15px 20px 0px rgba(0, 0, 0, 0.1);
}

.carousel-inner {
	border-radius: 0 10px 10px 0;
}

.carousel-caption {
	text-align: left;
	left: 5%;
}

.login-sec {
	padding: 50px 30px;
	position: relative;
}

.login-sec .copy-text {
	position: absolute;
	width: 80%;
	bottom: 20px;
	font-size: 13px;
	text-align: center;
}

.login-sec .copy-text i {
	color: #FEB58A;
}

.login-sec .copy-text a {
	color: #E36262;
}

.login-sec h2 {
	margin-bottom: 30px;
	font-weight: 800;
	font-size: 30px;
	color: #DE6262;
}

.login-sec h2:after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #FEB58A;
	display: block;
	margin-top: 20px;
	border-radius: 3px;
	margin-left: auto;
	margin-right: auto
}

.btn-login {
	background: #DE6262;
	color: #fff;
	font-weight: 600;
}

.banner-text {
	width: 70%;
	position: absolute;
	bottom: 40px;
	padding-left: 20px;
}

.banner-text h2 {
	color: #fff;
	font-weight: 600;
}

.banner-text h2:after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #FFF;
	display: block;
	margin-top: 20px;
	border-radius: 3px;
}

.banner-text p {
	color: #fff;
}


/* FORGOT PASSWORD SECTION CSS START   */



*, *:before, *:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .forgot {
    font-family: 'Lato', sans-serif;
    background: linear-gradient(to top, #f71543, #eb833e) fixed;
  }

  /***** For Smartphones *******/
  #forgotpassword .container-center {
    position: absolute;
    left: 50%;
    width: 85%;
    height: auto;
    background-color: transparent;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    bottom: 50%;
    -webkit-transform: translateX(-50%) translateY(50%);
            transform: translateX(-50%) translateY(50%);
  }

  #forgotpassword .center {
    display: grid;
    place-items: center;
  }

  #forgotpassword h2, img {
    text-align: center;
    color: white;
    font-weight: 10;
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
  }
 #forgotpassword h4{
    text-align: center;
    color:black;
    font-size: 1.1em;
    font-family: times;
    font-style:normal;
    line-height: 130%;
   opacity: .6;
  }

 #forgotpassword form {
    width: 100%;
    overflow: hidden;
    background-color: #FEFEFE;
    padding: 21px 13px;
    border-radius: 21px;
    -webkit-box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 5px 34px rgba(0, 0, 0, 0.1);
  }

  #forgotpassword .formgroup {
    position: relative;
    width: 100%;
    display: block;
    margin: 0.5em 0;
    font-size: 1em;
  }
  #forgotpassword .formgroup input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #888888;
    padding: 8px 0;
    font-size: inherit !important;
    margin-bottom: 13px;
    outline: none;
    opacity: 0.7;
    font-weight: 600;
  }
  #forgotpassword .formgroup input:focus {
    opacity: 1;
    border-bottom: 2px solid #F71442;
    color: #F71442;
  }
 #forgotpassword .formgroup label {
    position: absolute;
    font-size: 0.8em;
    top: -1em;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.7;
    color: #888888;
    text-transform: uppercase;
  }
  #forgotpassword .formgroup span {
    position: absolute;
    top: -1em;
    left: -500px;
    opacity: 0;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 0.8em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #forgotpassword .formgroup input:focus + label {
    left: 500px;
    opacity: 0;
  }
  #forgotpassword .formgroup input:focus ~ span {
    left: 0;
    opacity: 1;
  }

 #forgotpassword .forgot {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1em;
    font-weight: bold;
    margin-top: 21px;
    opacity: 0.8;
  }

#login-btn {
    border: none;
    color: #FEFEFE;
    padding: 0.8em 0;
    font-size: 1em;
    font-weight: 300;
    width: 50%;
    border-radius: 55px;
    -webkit-box-shadow: 0px 3px 21px rgba(255, 100, 0, 0.7);
            box-shadow: 0px 3px 21px rgba(255, 100, 0, 0.7);
    background: -webkit-gradient(linear, left top, right top, from(#F98340), to(#F71442));
    background: linear-gradient(to right, #F98340, #F71442);
    background-size: 100%;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    float: right;
  }

  #forgotpassword .social {
    margin-top: 1.8em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
 #forgotpassword .social button {
    width: 50%;
    margin: 0 8px;
    padding: 10px 0;
    font-size: 0.9em;
    border: none;
    border-radius: 34px;
    -webkit-box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 1px 13px rgba(0, 0, 0, 0.2);
    color: white;
    font-weight: bold;
    cursor: pointer;
  }
  #forgotpassword .social #facebook {
    background: #1F4788;
    background: -webkit-gradient(linear, left top, right top, from(#4B77BE), to(#1F4788));
    background: linear-gradient(to right, #4B77BE, #1F4788);
    background-size: 100%;
  }
  #forgotpassword.social #google {
    background: #FEFEFE;
    background: -webkit-gradient(linear, left top, right top, from(#FEFEFE), to(#f1f1f1));
    background: linear-gradient(to right, #FEFEFE, #f1f1f1);
    background-size: 100%;
    color: #F71442;
  }

 #forgotpassword p {
    color: white;
    text-align: center;
  }
 #forgotpassword p a {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
  }

  /***** For Tablets *******/
  @media screen and (min-width: 480px) {
    #forgotpassword .container-center {
      width: 70%;
    }

   #forgotpassword #login-btn {
      padding: 0.2em 0;
      font-size: 1.2em;
    }
  }
  /***** For Desktop Monitors *******/
  @media screen and (min-width: 768px) {
   #forgotpassword .container-center {
      width: 500px;
    }
  }

/* FORGOT PASSWORD SECTION END  */



  /* OTP SECTION  CSS START  */



 #otp_section .height-100 {
    height: 100vh
}

#otp_section .card {
    width: 400px;
    border: none;
    height: 300px;
    box-shadow: 0px 5px 20px 0px #d2dae3;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

#otp_section .card h6 {
    color: red;
    font-size: 20px
}

#otp_section .inputs input {
    width: 40px;
    height: 40px
}

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

#otp_section .card-2 {
    background-color: #fff;
    padding: 10px;
    width: 350px;
    height: 100px;
    bottom: -50px;
    left: 20px;
    position: absolute;
    border-radius: 5px
}

#otp_section .card-2 .content {
    margin-top: 50px
}

#otp_section .card-2 .content a {
    color: red
}

.form-control:focus {
    box-shadow: none;
    border: 2px solid red
}

#otp_section .validate {
    border-radius: 20px;
    height: 40px;
    background-color: red;
    border: 1px solid red;
    width: 140px
}

  /* OTP SECTION  CSS END  */

  /* CHANGE PASSWORD SECTION START  */

 #change_password .mainDiv {
    display: flex;
    min-height: 100%;
    align-items: center;
    justify-content: center;
    /* background-color: #f9f9f9; */
    font-family: 'Open Sans', sans-serif;
  }

  #change_password .center {
    display: grid;
    place-items: center;
  }
  #change_password .cardStyle {
    width: 500px;
    border-color: white;
    background: #fff;
    padding: 36px 0;
    border-radius: 4px;
    margin: 30px 0;
    box-shadow: 0px 0 2px 0 rgba(0,0,0,0.25);
  }
  #change_password #signupLogo {
  max-height: 100px;
  margin: auto;
  display: flex;
  flex-direction: column;
}
#change_password .formTitle{
  font-weight: 600;
  margin-top: 20px;
  color: #2F2D3B;
  text-align: center;
}
#change_password .inputLabel {
  font-size: 12px;
  color: #555;
  margin-bottom: 6px;
  margin-top: 24px;
}
#change_password .inputDiv {
    width: 70%;
    display: flex;
    flex-direction: column;
    margin: auto;
  }
  #change_password input {
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
  border: none;
  border: solid 1px #ccc;
  padding: 0 11px;
}
#change_password input:disabled {
  cursor: not-allowed;
  border: solid 1px #eee;
}
#change_password .buttonWrapper {
  margin-top: 40px;
}
#change_password .submitButton {
    width: 70%;
    height: 40px;
    margin: auto;
    display: block;
    color: #fff;
    background-color: #065492;
    border-color: #065492;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.035);
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
  }
  #change_password .submitButton:disabled,
button[disabled] {
  border: 1px solid #cccccc;
  background-color: #cccccc;
  color: #666666;
}

/* #change_password #loader {
  position: absolute;
  z-index: 1;
  margin: -2px 0 0 10px;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #666666;
  width: 14px;
  height: 14px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
} */



  /* CHANGE PASSWORD SECTION END   */
