@charset "UTF-8";

.text-red {
	color: #fa3a07;
}
.text-required {
	color: #fff;
    position: absolute;
    top: 20px;
    right: 10px;
    background: #fa3a07;
    padding: 2px 10px;
    font-size: .7rem;
}
.mode-input {
	font-size: .8rem;
}
.privacy-box {
	width: 100%;
	height: 110px;
	padding: 10px;
	border: 1px solid #ced4da;
	overflow-y: scroll;
	font-size: 12px;
}
.control-label {
	font-size: 16px;
	font-weight: 600;
}
input::placeholder {
	font-size: .7rem;
	color: #BABABA!important;
}