.reg-form {
	font-family: 'LakesCB';
	color: #fff;
    box-sizing: border-box;
    margin: auto;
    max-width: 800px;
}


.bt-reg-area{
    margin-top: 30px;
	text-align: center;
}
.bt-reg, .bt-reg:focus {
	letter-spacing: 1px;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: 500;
	font-size: 1.1em;
	font-family: 'LakesCB';
	text-transform:uppercase;
	cursor: pointer;
	width: 92%;
	border-radius: 1em;
	    background: rgb(40 8 29 / 62%);
    border: 4px solid #bf0baa;
}

@media only screen and (max-width: 768px) {
	.bt-reg {
	  font-size: 0.9em;	
	}
}

#id_sn::placeholder {
  color: #fff;
}
input[type=text]::placeholder{
  color: #fff !important;
}
.bt-reg:hover {
	text-align: center;
	color: #fff;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	font-weight: 500;
	font-size: 1.1em;
	font-family: 'LakesCB';
	cursor: pointer;
	background: rgb(40 8 29 / 62%);
    border: 4px solid #bf0baa;
	box-shadow: 3px 2px 15px #d1579e;
}
.form-data {
    box-sizing: border-box;
	display: block;
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: auto;
	padding: 35px;
	font-family: 'LakesCB';
}
table {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
}
label {
	display: none;
    color:#fff;
    margin: 10px 0;
    height: 35px;
    width: 90%;
    font-size: 1em;
    border: 0;
}

form{font-family: 'LakesCB';}

input[type=text] {
	color: #fff !important;
    margin: 6px 0 12px 0;
	height: 30px;
	width: 99.6%;
	font-size: 1.1em;
	border: 0; 
	background: none;
    border-bottom: 2px solid #3f4650; 
	font-family: 'LakesCB';
}
input[type=text]:hover {
	border: 0; 
    border-bottom: 1px solid #aaa; 
    transition: .5s border-bottom;
	font-family: 'LakesCB';
}
input:focus{
	background: none;
    border-bottom: 2px solid #3f4650; 
	font-family: 'LakesCB';
}
/*input[type="checkbox"] {
    margin: 0px;
	height: 25px;
    width: 25px;
	background: rgba(117, 182, 255, 0);   
    border: 2px solid #3f4650;
}*/

input[type="checkbox"]:checked::before {
    margin: 0px;
	height: 25px;
    width: 25px;
	background: rgba(0, 0, 0, 1);   
    border: 2px solid #3f4650;
}

select {
    font-size: 1.1em;
    height: 55px;
    width: 50%;
    color: #fff;
	padding-left: 10px;
    background: rgba(68, 68, 68, 0);
    border: 0;
    display: flex;
    border: 2px solid #3f4650;
	margin-top: 18px;
	font-family: 'LakesCB';
	margin-left: auto;
	margin-right: auto;
}
option:disabled{
	background: #151719;
}
select option {
	background: #2d3035;
}
select option:hover {
    box-shadow: 0 0 10px 100px #000 inset;
}


input[id=id_purch_mb] {
	color: #fff;
    margin: 6px 0 12px 0;
	height: 30px;
	width: 100%;
	font-size: 1em;
	border: 0; 
	background: none;
    border-bottom: 2px solid #3f4650; 
	font-family: 'LakesCB';
	/*filter: invert(0.2);*/
}
.calendar {
	margin-bottom:0px !important;
	width:35px !important;
}
.sn{
	position: relative;
    top: -30px;
    color: #bababa;
}
#id_sn{
	margin-top: 6px;
	margin-bottom: 30px;
}

.calendarflex{
	/*display: flex;*/
	margin-top: 10px;
}

input[id=id_purch_mb]:hover {
	border: 0; 
    border-bottom: 1px solid #aaa;
    transition: .5s border-bottom; 
	font-family: 'LakesCB';
}
:focus {outline:none !important}
input:-moz-placeholder {color: #fff;font-family: 'LakesCB';}
input::-webkit-input-placeholder {color: #fff;font-family: 'LakesCB';}


input:focus:invalid  { /* when a field is considered invalid by the browser
    background: #fff url(../img/invalid_24.png) no-repeat 100% center; */
    background: rgba(255, 255, 255, 0.2) url(../images/invalid_2.svg) no-repeat 101% center;
    border-bottom: 1px solid #f00;
}
input:required:valid { /* when a field is considered valid by the browser */
    background: rgba(255, 255, 255, 0.2) url(../images/valid_1.svg) no-repeat 101% center;
    border-bottom: 1px solid green;
}
input[id=id_purch_mb]:focus:invalid  { /* when a field is considered invalid by the browser
    background: #fff url(../img/invalid_24.png) no-repeat 100% center; */
    background: rgba(255, 255, 255, 0.2) url(../images/invalid_2.svg) no-repeat 97% center;
    border-bottom: 1px solid #f00;
}
input[id=id_purch_mb]:required:valid { /* when a field is considered valid by the browser */
    background: rgba(255, 255, 255, 0.2) url(../images/valid_1.svg) no-repeat 97% center;
    border-bottom: 1px solid green;
}

.uploadfiles {
	display: flex;
	margin-left:auto;
	margin-right:auto;
}

.uploadfile {
	display: block;
    width: 50%;
}

.upload-file-label{
	display: block;
	float: left;
	color: #fff;
	text-align: left;
	margin: 10px 0 30px 0;
}

input[type=file] {
	display: block;
	flex-basis: 50%;
	padding-left: 10px;
	padding-right: 10px;
	
}
@media only screen and (max-width: 768px) {
	.uploadfiles {
	    display: block;
	}
	.uploadfile {
        width: 100%;
    }
}


/*.tp-fl-inp{
	  opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.4px;
    height: 0.4px;
}*/

/* CSS for upload button customized */
.upload-file__input {
  /*  opacity: 0;
    position: absolute;
    z-index: -1;
    overflow: hidden;
    width: 0.4px;
    height: 0.4px;*/
}

.upload-file__label {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 40%;
    border: 2px solid #75b6ff;
    padding: 9px 49px;
    cursor: pointer;
	font-family: 'LakesCB';
	font-size: 0.9em;
}

.upload-file__label:hover {
    font-size: 0.9em;
	border: 2px solid #75b6ff;
	font-family: 'LakesCB';
	box-shadow: 4px 0 13px #75b6ff, 4px 0 10px #75b6ff, 4px 0 38px #75b6ff, -10px 0 38px #75B6FF;
}

.upload-file__icon {
    width: 30px;
    height: auto;
    margin-right: 11px;
}

.upload-file__label, .upload-file__text,
.upload-file__label, .upload-file__icon path {
    transition: .25s ease;
}

.upload-file__label:hover, .upload-file__text {
    color: #999;
}

.upload-file__label:hover, .upload-file__icon path {
    fill: #999;
}

