.form-control{
	font-size 		: 1.4rem;
}

.back-btn_block{
	margin-top		: 5rem;
}

.btn{
	font-size		: 1.62rem;
	border-radius		: 6px;
	padding			: 1rem;
	max-width		: 200px;
	margin-right		: auto;
	margin-left		: auto;
	margin-bottom		: 2rem;
	width			: 100%;
	display			: block;
	
}


.btn:hover {
	opacity: 0.7;
	-webkit-transition-duration: 0.3s;
   	transition-duration: 0.3s;
	pointer: cursor;
}

.btn-orange{
    background: #FF845F;
}

.table {
    width			: 100%;
    margin-bottom		 1rem;
}

.table th,.table td{
	padding 		: 1.5rem;
}

.radio-inline input{
	margin-right		: 1rem;
}

.table th{
width				: 32%;
vertical-align			: top;
border-bottom			: 2px solid #eee6de;
border-right			: 2px dashed #eee6de;
color: #896644;
}

.table td{
border-bottom			: 2px solid #eee6de;
}


@media handheld, only screen and (max-width: 640px) {

	
.table th {
		display		: block;
		width		: auto;
		border-right	: 0;
	}
	
.table td {
		display		: block;
		padding		: 10px;
		border-top	: none;
}
	

}

#form #edit-btn,
#form #submit-btn{
display:none;
}

#form #edit-btn,
#form #submit-btn,
#form #check-btn{
cursor:pointer;
}


#form .form-safe #edit-btn,
#form .form-safe #submit-btn{
display:inline-block;
}

#form .form-safe #check-btn{
display:none;
}

#form .form-safe #gender,
#form .form-safe .form-control{
display:none;
}


#form .form-control.is-invalid ~ .invalid-feedback,
#form .was-validated .form-control:invalid ~ .invalid-feedback {
    display: block;
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

#form .form-control.is-invalid,
 #form .was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
    background-repeat: no-repeat;
    background-position: center right calc(.375em + .1875rem);
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

textarea{
min-height	: 300px;
}