/* entry page additional style  */
form#form label {
    border-radius: 3px;
    margin: 3px;
    display: inline-block;
    white-space: nowrap;
}
form#form .checkbox-input + label::before, 
form#form .checkbox-input + input + label::before {
    content: "";
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #a0a0a0;
}
form#form .checkbox-input:checked + label::after, 
form#form .checkbox-input:checked + input + label::after {
    content: "";
    display: block;
    position: absolute;
    top: 13px;
    left: 2px;
    width: 11px;
    height: 11px;
    background: #e93944;
}
#entry_confirm {
    margin-top: 70px;
}
.entry-input-confirm{
	width: 100% !important;
	min-height: 40px;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #efefef;
}
.entry-txt-confirm{
	width: 100% !important;
	height:10em;
	overflow-y: scroll;
	margin-top: 10px;
	padding: 10px;
	border: 1px solid #efefef;
}
.entry-buttons{
	padding-top:25px;
    margin-bottom:30px;
}
#entry_confirm .return-btn {
    display: block;
    width: 50%;
    margin-top: 20px;
    padding: 20px 0;
    font-weight: bold;
    color: #fff;
    background: #494949;
    border: 1px solid #494949;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
#entry_confirm .entry-btn {
    display: block;
    width: 50%;
    margin-top: 20px;
    padding: 20px 0;
    font-weight: bold;
    color: #fff;
    background: #e93944;
    border: 1px solid #e93944;
    text-decoration: none;
    line-height: 1;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    cursor: pointer;
}
#entry_confirm .entry-error-message{
    margin-top:20px;
    text-align:center;
    color: #CA303A;
}