
body,
html {
    height: 100%;

}

*, *::before, *::after {
    box-sizing: border-box;
}
p {
	font-size: 18px;
}
body {
	color: #231f20;
font-family: 'Poppins', sans-serif;
 background-color: #f3f4f9;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;	
}
a {
    color: #d71623;

}
/**** Registration Page Start****/



.has-search .form-control {
    padding-left: 6rem;
    height: 75px;
    background: #fff;
    line-height: 75px;
    border-radius: 50px;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    line-height: 4.6rem;
    padding-left: 2rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;

}
.custom-control-input:checked~.custom-control-label::before {
    border-color: #d71623;
    background-color: #d71623;
}

/**** Registration Page End****/


/***** Login page Start*****/

.loginSec {
    background: url(../images/login-bg.JPG) no-repeat center center;
    display: flex;
    height: 100vh;
    background-size: cover;
    align-items: center;
     flex-wrap: wrap;
}
.toplogo {
    position: absolute;
    top: 20px;
    left: 20px;
}
.toplogo img{width: 70%}

.login-content {
    width: 55%;
    text-align: center;
    border-right: 1px solid #787878;
    height: 350px;
}
.login-form {
    width: 45%;
    padding: 0px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;

}
.welcomtext {
    width: 70%;
    margin: 0 auto;
    padding-top: 85px;

}
.welcomtext h1 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}
.welcomtext p {
    color: #fff;
    padding: 15px 0;
    line-height: 38px;
}
.forgot p {
    margin-bottom:0;
}
.form-control-feedback img{width: 75%}

.regBtn .btn {
    background: #CC0001;
    width: 100%;
    border-radius: 50px;
    color: #ffffff;
    padding: 16px 60px;
    box-shadow: 1px 4px 6px 0px #d7162352;
    font-size: 22px;
    font-weight: 600;
}








.loginBox {
    background-color: #ffffff;
    box-shadow: 2px 4px 9px 3px #00000014;
    border-radius: 10px;
    padding:50px; 
 
}
.logintitle {
    text-align: left;
    font-size: 50px;
    margin-bottom: 30px;
    color: #FFE14D;
}
.logintitle h2{
    font-size: 50px;
    font-weight: 600;
}
.logintitle p{
    font-size: 20px;
    color: #fff;
    margin:2rem 0 2rem 0;
}
.loginlogo {
    text-align: center;
    margin: 30px 0;
}
.loginform {
    padding: 35px;
}

.login-form .form-group {
    margin-bottom: 1.5rem;
}
/****** Login Page End*****/


.styled-checkbox {
  position: absolute;
  opacity: 0;
}
.styled-checkbox + label {
  position: relative;
  cursor: pointer;
  padding: 0;
  color: #FFE14D;
  display: flex;
  align-items: center;
}
.styled-checkbox + label:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: white;
  border-radius:50px;
}
.styled-checkbox:hover + label:before {
  background: #000;
  border:1px solid #575757;
}
.styled-checkbox:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.styled-checkbox:checked + label:before {
  background: #000;
   border:1px solid #575757;
}
.styled-checkbox:disabled + label {
  color: #FFE14D;
  cursor: auto;
}
.styled-checkbox:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.styled-checkbox:checked + label:after {
  content: "";
  position: absolute;
  left: 9px;
  top: 13px;
  background: white;
  width: 4px;
  height: 4px;
  box-shadow: 1px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  transform: rotate(45deg);
}
.forgot{color:#BABABA;}
.eyeicon{
    position: absolute;
    right: 36px;
    top: 25px;
}
.eyeicon img{width: 80%}

/***** Dashbarod Start */
