.accountpBannerSec {
    background-image: url("../images/image/img4.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 5px;
}
.esSlider h1 {
    font-size: var(--45);
    color: white;
}
.esSlider p {
    font-size: 20px;
    color: white;
}
.form-control:focus {
    box-shadow: none;
    font-size: 16px;
}
label,a{
	font-size: 16px;
	color:#333333;
}
button.sumbit {
    font-size: 16px;
    color: white;
    background:#1fc157;
   padding: 4px 3px;
    width: 23%;
    border: 1px solid #1fc157;
}
button.sumbit:hover {
    color: white;
	border: 1px solid #1fc157;
}
button:focus {
    outline: none;
    outline: none;
}
.Create_Account{
	color: #1fc157;
	font-size: 16px;
	 border:none;
	 background:white;
}
.Create_Account:hover{
	color: #1fc157;
}
.form-check-input {
    position: absolute;
    margin-top: 0px;
    height: 25px;
    width: 23px;
    margin-left: -26px;
}
input#File\* {
    height: 100%;
}