@import url(https://fonts.googleapis.com/css?family=Open+Sans:700,300);

.frame {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 400px;
	margin-top: -200px;
	margin-left: -200px;
	border-radius: 2px;
	box-shadow: 4px 8px 16px 0 rgba(0, 0, 0, 0.1);
	overflow: hidden;
	background: linear-gradient(to top right, darkmagenta 0%, hotpink 100%);
	color: #333;
	font-family: "Open Sans", Helvetica, sans-serif;
}

.center {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 260px;
	border-radius: 3px;
	box-shadow: 8px 10px 15px 0 rgba(0, 0, 0, 0.2);
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	flex-direction: column;
}

.title {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #999;
	text-align: center;
}

h1 {
	font-size: 16px;
	font-weight: 300;
	color: #666;
}

.dropzone {
	/* width: 100px;
	height: 80px; */
	border: 1px dashed #999;
	border-radius: 3px;
	text-align: center;
}

.upload-icon {
	margin: 25px 2px 2px 2px;
}

.upload-input {
	position: relative;
	top: -62px;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.dz-button {
	background: none;
	border: none;
	padding: 10px;
}


.dz-size,
.dz-success-mark,
.dz-error-mark {
  display: none !important;
}

.dropzone {
  border: 2px dashed #ccc;
  border-radius: 8px;
  text-align: center;
  padding: 15px;
  transition: border-color 0.3s ease;
  position: relative;
}
.dropzone.dz-drag-hover {
  border-color: #007bff;
}

.dz-upload {
  background: #007bff;
  height: 4px;
  border-radius: 4px;
  bottom: 0;
  left: 0;
  width: 0;
  position: absolute;
  transition: width 0.3s ease;
}

.upload-success-icon {
  color: #28a745;
  font-size: 28px;
  margin-top: 8px;
}


.dz-remove {
  display: inline-block !important;
  color: #007bff;
  text-decoration: underline;
  margin-top: 8px;
  cursor: pointer;
}

.is-invalid {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.2rem rgba(220,53,69,.25);
}



.form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.85);
  justify-content: center;
  align-items: center;
  z-index: 10;
  border-radius: 8px;
}

.form-overlay .overlay-content {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.spinner-border {
  width: 3rem;
  height: 3rem;
}

#cte-form {
  position: relative;
}


#logoimg{
	height:120px;
	}


@media(max-width: 992px){
#logoimg{
	height:80px;
	}
	
body{
	padding-top:70px;
	}
	}
	
	#form-section-row{
		min-height: 818px;
		}
		
.dz-image img {
	max-width: 100%;
}		