.tablet-welcome {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: calc(100vh - 30px);
	justify-content: center;
	background-color: rgba(255, 255, 255, 0.9);
	font-family: Calibri, Arial, sans-serif;
}
.tablet-welcome .tablet-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: -1;
	object-fit: cover;
	-o-object-fit: cover;
}
.tablet-welcome .tablet-logo {
	display: block;
	height: 100%;
	max-height: 300px;
	padding-top: 32px;
	width: auto;
}
.tablet-welcome a {
	background-color: #14619e;
	border-radius: 20px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;		
	font-size: 30px;
	padding: 30px 50px;
	margin: 60px 0;
}
.tablet-btn-group {
 	width: 80%;
 	margin: auto;
 	
	display: flex;
	justify-content: space-around;
	align-items: stretch;
}

.tablet-btn-group a {
	margin: 32px;
	text-align: center;
}
.tablet-welcome p {
	text-align: center;
}

.tablet-box {
	justify-content: flex-start;
	padding-top: 30px;
}

a.tablet-home {
	font-size: 20px;
	padding: 25px 30px;
	align-self: flex-start;
	margin: 10px;
	margin-top: auto;
}

.tablet-content {
	display: flex;
	padding: 0 70px;
	width: 100%;
	justify-content: center;
}

.tablet-content .wrap-form h1 {
	display: none;
}
.tablet-content .wrap-form > section {
	padding: 0;
}
.tablet-content .wrap-form input:not([type="submit"]) {
	background-color: #a1c0d8;
	border: 1px solid #14619e;
	padding: 0 10px;
	font-size: 25px;
	border-radius: 0;
}
.tablet-content .wrap-form .central {
	text-align: right;
}
.tablet-content .wrap-form input[type="submit"] {
	text-transform: uppercase;
	background-color: #14619E;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	font-weight: bold;
	border-radius: 20px;
}
.tablet-content .wrap-form input[type="submit"]:hover {
	border: 0;
	background-color: #14619E;
}

.tablet-content .digiForm article {
	display: flex;
	align-items: center;
	margin: 0;
	width: 100%;
	padding: 0;
	margin: 10px 0;
}
.tablet-content .digiForm article label {
	margin: 0;
	margin-right: 20px;
	font-size: 25px;
	flex: 0.2;
}
.tablet-content .digiForm article > div {
	flex: 1;
}
.tablet-content .wrap {
	border: 0;
}
.tablet-content .formOk {
	text-align: center;
	font-size: 60px;
	font-weight: bold;
}

a.tablet-button {
    display: inline-block;
    margin: 30px 50px;
    text-align: center;
    font-size: 40px;
    padding: 50px 50px;
}

/*------------------------------
'##::::'##::'######:::'######:::
 ###::'###:'##... ##:'##... ##::
 ####'####: ##:::..:: ##:::..:::
 ## ### ##:. ######:: ##::'####:
 ##. #: ##::..... ##: ##::: ##::
 ##:.:: ##:'##::: ##: ##::: ##::
 ##:::: ##:. ######::. ######:::
------------------------------*/

.msg,
.error {
	border: 1px solid;
	border-radius: 4px;
	font-weight: bold;
	margin: 10px 20px;
	padding: 20px;
}
article.error {
	margin: 10px 0;
}
.msg-success {
	background-color: #DFF0D8;
	border-color: #D6E9C6;
	color: #3C763D;
}
.msg-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #31708F;
}
.msg-warning {
	background-color: #FCF8E3;
	border-color: #FAEBCC;
	color: #8A6D3B;
}
.msg-error,
.error {
	background-color: #F2DEDE;
	border-color: #EBCCD1;
	color: #A94442;
}

.signing .sign {
	background-color: #FFF;
	border: 1px solid #14619e;
	margin: auto;
}
.signing .reset {
	display: block;
	margin: 20px auto;
	padding: 0px 15px;
	background-color: #14619e;
}
.saveSign {
    display: block;
    margin: auto;
    background-color: #14619e;
    margin: 20px auto;
}

@media all and (max-width: 768px) {

	a.tablet-button {
		margin: 30px 10px;
	}

	.tablet-content {
		padding: 0 30px;
	}

	.tablet-content .digiForm article label {
		flex: 0.5;
	}

}

@media all and (max-width: 576px) {

	.tablet-welcome a {
		margin: 60px 30px;
	}

	.tablet-content {
		padding: 0;
		flex-direction: column;
	}

	a.tablet-button {
		padding: 15px 0;
		font-size: 30px;
		margin: 15px 20px;
	}

	a.tablet-home {
		margin: 10px 0;
		padding: 15px 20px;
		align-self: center;
		margin-top: auto;
	}

	.tablet-content form {
		margin: 0 15px;
	}

	.tablet-content .digiForm article label {
		font-size: 15px;
		flex: 0.5;
		margin-right: 0;
	}

	.tablet-content .wrap-form .central {
		text-align: center;
	}

	.tablet-content form .central {
		margin: 0;
	}

	.tablet-welcome ul.error {
		display: none;
	}

	.tablet-welcome * {
		box-sizing: content-box;
	}

	.tablet-content .wrap-form input:not([type="submit"]) {
		box-sizing: border-box;
	}

}