.bg {
	background: url('../img/bg.jpg') no-repeat;
	width: 100%;
	height: 100vh;
	background-size: 100%;
}

.form-container {
	position: absolute;
	top: 15vh;
	background: #fff;
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px 0px #000;
}

@media only screen and (max-width:678px) {
	.bg {
		background-size: 300%;
	}
}

$custom-file-text: {
	en: "Browse",
	pt: "Selecionar"
};

.custom-file-input:focus~.custom-file-label::before {
  border-color: red !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 47, 69, 0.25) !important;
}

.custom-file-input:checked~.custom-file-label::before {
  border-color: red !important;
  background-color: red !important;
}

.custom-file-input:active~.custom-file-label::before {
  background-color: red !important;
  border-color: red !important;
}

.custom-file-input:focus:not(:checked)~.custom-file-label::before {
  border-color: red !important;
}

.custom-file-input-green:not(:disabled):active~.custom-file-label::before {
  background-color: red !important;
  border-color: red !important;
}

$custom-file-label: {
  background-color: #666;
};

.row-m-t-10 {
	margin-top : -10px

}

.row-m-t-12 {
	margin-top : -12px

}

.row-m-t-14 {
	margin-top : -14px

}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}


.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

.form_atol_label {
	font-size: 12px;
	padding: 4px 4px;
	text-align: right;
}

.form_atol_label_left {
	font-size: 12px;
	padding: 2px 2px;
	text-align: left;
}

.form_atol_input { 
	font-size: 12px;
	padding: 2px 2px 2px 2px;
  border: solid 1px #4B718B; 
  outline: 0; 
  background: -webkit-gradient(linear, left top, left 18, from(#FFFFFF), color-stop(4%, #CC9), to(#FFFFFF)); 
  background: -moz-linear-gradient(top, #FFFFFF, #CC9 1px, #FFFFFF 18px); 
  box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px; 
  -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px; 
  -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 6px; 
} 

.form_atol_file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 0.25rem;
}

.btn-atol-cancel { 
	font-size: 14px;
	padding: 3px 3px 2px 2px;
	color: #cc9;
	border-color: #cc9;
	 }

.btn-atol-submit { 
	font-size: 14px;
	padding: 3px 3px 2px 2px;
	color: #72724c;
	border-color: #72724c;
	 }

