.site-breadcrumb {
	padding-top: 100px;
	padding-bottom: 25px;
}

.home-5 .hero-single::before {
	background: #fff1e1 !important;
}

.centered {
	text-align: center;
}

.Start .btn {
	padding: 20px 50px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

.Start .btn.registerBtn {
	background: #87263f;
    padding: 12px 50px 10px 50px;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000;
    border: 1px solid #938b83;
    font-size: 19px;
    background-size: cover;
}

.Start .btn.signInBtn {
    background: #457ea5;
    padding: 11px 50px 10px 50px;
    color: #ffffff;
    text-shadow: 0px 0px 5px #000;
    border: 1px solid #938b83;
    font-size: 19px;
    background-size: cover;
}

.about-area {
	margin-top: 30px;
	padding-top: 30px;
	box-shadow: 0px -1px 5px #e8e8e8;
}

.about-img {
	text-align: center;
}

.about-img img {
	width: 65%;
}

.infoPage h2 {
	font-size:20px;
}

.infoPage h3 {
	font-size:18px;
	padding: 10px 0px 20px 0px;
}

.login-area {
    background: url(../img/fundal.png);
    object-fit: cover;
    padding-top: 100px;
    min-height: 84vh;
    background-position: center;
	background-repeat:repeat-x;
}

.login-form .login-header p {
	font-size: 24px;
	color: #333333;
}

.login-form .error,
.Register .error {
	text-align: center;
	color: #ff0000;
	margin-top: -20px;
	margin-bottom: 20px;
}

.login-form .success {
	text-align: center;
	color: #4ead00;
	margin-top: -20px;
	margin-bottom: 20px;
}

/* NEW */

.show {
	display: block !important;
}

.hide {
	display: none !important;
}

.Register .navigation {
	background: #f2f6fd;
	min-height: 200px;
	border-radius: 10px;
}

.Register .navigation ul {
	list-style: none;
	margin-top: 20px;
}

.Register .navigation ul a {
	width: 100%;
}

.Register .navigation ul li {
	background: #ffffff;
	padding: 6px 10px;
	font-size: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
	border: 1px solid #128ac4;
}

.Register .navigation ul li:hover {
	background: #ffa35f;
	color: #ffffff;
	border: 1px solid #f58b3f;
	cursor: pointer;
}

.Register .navigation ul li.active {
	background: #ff6a00;
	color: #ffffff;
	border: 1px solid #b54e05;
}

.Register .login-form {
	border-radius: 10px;
}

.Register h1 {
	font-size: 25px;
}

.marginZero {
	margin:0px;
}

.login-area .login-form {
	min-height: 300px !important;
}

.login-area .login-form .logos {
	margin-top:40px;
	margin-left:0px;
}

.login-area .login-form .connecting {
	text-align: center;
    font-size: 24px;
    color: #000000;
    margin-top: 22px;
}

.login-area .login-form .logos img {
	height: 120px;
	width: auto;
	object-fit:contain;
}

.Register .textRegister.finishStep {
	background: #ffffff;
	padding: 20px;
	border-radius: 20px;
}

.Register .textRegister h2 {
	font-size: 18px;
	padding: 10px 0px;
}

.Register .textRegister ul {
	margin-left: 30px;
	font-weight: 600;
}

.Register .textRegister ul li {
	list-style: disc;
}

.Register .login-header h2 {
	font-size: 16px;
	padding: 20px;
	background: #fff;
	margin-top: 20px;
	border-radius: 15px;
	font-weight: 600;
	color: #394f9f;
}

.Register ol li {
	list-style: auto;
}

.Register h3 {
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0px;
}

.Register .textRegister {
	margin-bottom: 20px;
}

.Register .error {
	margin-top: 10px;
	text-align: left;
    font-size: 18px;
}

.Register .textRegister .error {
	margin-top: 0px;
	text-align: left;
}

.Register .buttonArea {
	margin-top: 50px;
}

.Register .UK_EU_selector {
	margin: 0 auto;
	margin-bottom: 40px;
}

.Register .UK_EU_selector .btn {
	width: 100%;
}

.Register .deferment_number {
	display: none;
}

.Register .registered_office_address {
	border-top: 1px dashed #cccccc;
	padding-top: 20px;
	display: none;
}

.Register .registered_office_address h2 {
	text-align: center;
	font-size: 22px;
	margin-bottom: 25px;
}

.Register .shipments_in_month {
	margin: 0 auto;
}

.Register .setPassword {
	background: #ffffff;
	padding: 20px;
	border-radius: 20px;
}

.Register .setPassword h1 {
	margin-bottom: 20px;
	text-align: center;
}

.Register .setPassword h2 {
	font-size: 18px;
	margin-bottom: 20px;
}

.Register .setPassword input {
	margin-bottom: 20px;
}

.Register .setPassword .buttons {
	text-align: center;
}

.Register .passForm .success {
	text-align: center;
	font-weight: 600;
	color: #006fa1;
}

/* DOC SIGNATURE */

.docArea {
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 10px;
}

.docArea .signButton {
	margin-left: 20px;
	padding: 0px 10px;
}

.docArea .signButton.signed {
	position: absolute;
	margin-left: 68%;
}

.docArea p {
	width: 100%;
	padding: 10px 10px;
}

.docArea .signature {
	position: fixed;
	border: 1px solid #333;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(102, 42, 0, 0.6);
	z-index: 9;
	display: none;
}

.docArea.doc1 .signArea {
	border: 1px solid #333;
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
	padding: 5px 0px 15px 0px;
}

.docArea.doc2 .blazon {
	text-align: center;
}

.docArea.doc2 .blazon img {
	width: 30%;
}

.docArea .signature .signature-pad {
	width: 450px;
	margin: 0 auto;
	text-align: center;
	background: #fff;
	border: 1px solid #999;
	margin-top: 10%;
	border-radius: 10px;
	box-shadow: 0px 0px 14px #d3d3d3;
	padding: 20px;
}

.docArea .signature .signature-pad h3 {
	text-align: center;
	font-size: 19px;
}

.docArea .useSignature {
	background: #218838;
}

.docArea .useSignature:hover {
	background: #20a93f;
}


.docArea .closeSignature {
	position: absolute;
	margin-left: 397px;
	margin-top: -11px;
}

.docArea .closeSignature div {
	background: #000000;
	width: 23px;
	height: 23px;
	color: #fff;
	font-weight: bold;
	border-radius: 50px;
	padding: 0px;
	font-size: 13px;
	cursor: pointer;
}

.docArea .registerNext#RegisterStep9,
.docArea .registerNext#RegisterStep10 {
	background: #148500;
	border: 1px solid #49fb00;
}

.docArea .signed_img img {
	width: 200px;
}

.docArea h1 {
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
}

.docArea h2 {
	font-size: 20px;
	margin-bottom: 20px;
}

canvas.signaturePad {
	border: 1px solid #cccccc !important;
	margin-left: 0px;
	margin-top: 20px;
	cursor: crosshair;
	width: 100%;
	height: 200px;
}


@media screen and (max-width:550px) {

	.Start .btn {
		margin-bottom:30px;
	}

.navbar-brand img {
		background: #fff;
		padding: 5px 11px;
		width: 200px;
		margin-top: 10px;
		border-radius: 5px;
	}

	.navbar-toggler-btn-icon {
		color:#ffffff;
	}

}