.Tile{
	margin: 3vh auto;
    min-width: fit-content;
    width:80%;
    max-width: 750px;
	height: fit-content	;
	min-height: 80vh;
	box-sizing: border-box;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
	padding: 20px 5vw 20px 5vw;
	border-radius: 10px 10px 10px 10px;
	vertical-align:middle;
    background-color:#ffffff;
}


.Details_Subtitle{
	margin: 5vw auto 1vw 0px;
}

.Details_Subtitle h2{
    border-left: .5vw solid #FF7699;
    color: #FF7699;
    padding-bottom: 0;
    padding-left: 1vw;
    margin: 0;
    margin-bottom: .5vw;
    line-height: 34px;
	font-size: 34px;
}


.Details_Subtitle h3{
    color: #FF7699;
    padding-bottom: 0;
    padding-left: 1vw;
    margin: 0;
    margin-bottom: .5vw;
    margin-top: 4vw;
    line-height: 34px;
	font-size: 34px;
}

.Form-Title{
    margin: auto;
    width: 100%;
    padding: 40px 0px;
	text-align: center;
	white-space: nowrap;
	display: table;
}

.wrapper {
    width: 450px;
	padding: 20px;
	margin: 50px auto 50px auto;
	font: 12px sans-serif;
}

.form-control {
    display: block;
    width: 100%;
	padding: 12px 12px;
	font-size: 18px;
    line-height: 1.42857143;
	color: #555;
	background-color: #FFE6F2;
    background-image: none;
    border: 1px solid #FFC1D8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control::placeholder{
	color: #FFC1D8;
}

.form-control:focus {
    border-color: #FF7699;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 156, 173, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(241, 156, 173, .6);
}

.disabled{
    background-color: transparent;
}

.form-group {
    margin-bottom: 15px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
	border-color: #e94441;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #c96c6b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #c96c6b;
}


label {
    display: inline-block;
    max-width: 100%;
	margin: 2vw auto;
	font-weight: bold;
	font-size: 20px;
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn:hover {
    color: #333;
    text-decoration: none;
}

.btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}

.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-image: none;
}

.btn-default:active:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}

.btn-primary:active {
    background-image: none;
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.btn-primary:active:hover {
    color: #fff;
    background-color: #204d74;
	border-color: #122b40;
}

.form_tile {
	box-sizing: border-box;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.2);
	padding: 20px 45px 20px 20px;
	border-radius: 10px 10px 10px 10px;
	vertical-align: middle;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	height: fit-content;
	width: fit-content;
	margin-top: 10%;
	margin-bottom: 10%;
	position: relative;
}

div.form-control {
	width: -webkit-fill-available;
	max-width: 400px;
}

input[type="checkbox"] {display:none;}
input[type="checkbox"] + label:before {content:"☐";}
input:checked + label:before {content:"☑";}

/*Responsive Styles*/
@media screen and (max-width : 760px){
	.News_Details_Subtitle h2{
		font-size: 2.5em;
	}
}