body {
	background-image: url('img/background.png');
	height: 100vh;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	font-family: Helvetica Neue;
	color: #000 !important;
}
footer {
	font-size: 12px;
	opacity: 0.5;
	
}
.p12 {
	font-size: 12px;
}
.p14 {
	font-size: 14px;
}
.p16 {
	font-size: 16px;
}
.p18 {
	font-size: 18px;
}
.btn {
	min-height: 43px;
	border-radius: 25px;
}
.btn-lila {
	background: #fc4825 0% 0% no-repeat padding-box;
	color: white; 
}
.btn-lila:hover {
	background: #fc4825 0% 0% no-repeat padding-box;
	opacity: 0.7;
	color: white; 
}
.box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 25px #00000010;
	border-radius: 40px;
}
.box-login {
	width: 414px;
	height: 271px;
}
.glocke {
	width: 31px;
	height: 37px;
}
.start-cont-head {
	letter-spacing: 0px;
	color: #FFFFFF;
}
.start-cont-head p {
	font: normal normal normal 18px/30px Helvetica Neue;
}
.start-cont-main {
	background-color: white;
	margin-top: 5rem;
}
.start-cont-main-box {
	background: #F8F8F8 0% 0% no-repeat padding-box;
	border-radius: 35px;
}
.cont-info {
	background: #A8A8A8 0% 0% no-repeat padding-box;
	border-radius: 25px;
	height: 34px;
}
.cont-logo {
	width: 247px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border-radius: 35px;
}
.group-titel {
	display: inline-block;
	height: 38px;
	background: #fc4825 0% 0% no-repeat padding-box;
	border-radius: 0px 25px 25px 0px;
}
#uploadBox {
	/* width: 300px; */
	height: 123px;
	border: 1px dashed #707070;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: Arial, sans-serif;
	color: #555;
	cursor: pointer;
  }
.dragover {
  background-color: lightgrey;
}
.warning {
	box-shadow: 0px 3px 25px #00000010;
	border: 5px solid #FFC0483B;
	border-radius: 40px;
}
.noti-date {
	background: #F2F2F2 0% 0% no-repeat padding-box;
	border: 1px solid rgb(112, 112, 112, 1) !important;
	border-radius: 50px;	
}



.btn-custom, .btn-custom:hover, .btn-custom:focus, .btn-custom:active{
	background:#F26122;
	border-radius:24px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	padding:10px 50px;
}
.btn-border, .btn-border:hover, .btn-border:focus, .btn-border:active{
	background:transparent;
	border:1px solid #fff;
	border-radius:24px;
}
.rsv .headline{
	padding: 6px;
	background-color: #f8f8f8;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	box-shadow: -5px 5px 15px 0px rgb(0 0 0 / 10%);
}
.rsv .headline i{
	color:#99cc00;
}
.rsv .box>.row>div{
	min-height:900px;
}
.rsv .box>.row>div:first-child{
	box-shadow:-5px 5px 15px 0px rgb(0 0 0 / 10%);
	padding:25px;
	background:#f8f8f8;
	border-radius:15px;
}
.rsv .box>.row>div:last-child{
	background:#fff;
	position: relative;
	border-radius:15px;
	box-shadow: -5px 5px 15px 0px rgb(0 0 0 / 10%);
	padding:25px;
}
.rsv .box .list{
	display:flex;
	align-items:center;
}
.rsv .box .list i{
	font-size:24px;
	margin-right:10px;
	background:#96C11F;
	border-radius:50%;
	color:#fff;
	padding:10px;
}
.rsv .box .safebox{
	border:3px solid #D7D7D7;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	border-radius: 10px;
	padding:15px;
	display:flex;
	align-items:center;
	cursor:pointer;
}
.rsv .box .safebox i{
	font-size:45px;
	margin-right:15px;
	color:#ebebeb;
}
.rsv .box .safebox.safe.greenborder{
	border:3px solid #96C11F;
}
.rsv .box .safebox.nosafe.redborder{
	border:3px solid #ff0000;
}
.rsv .box .safebox.safe i{
	color:#96C11F;
}
.btn-grey, .btn-grey:hover, .btn-grey:focus, .btn-grey:active{
	border:none;
	color:#c0c0c0;
	border-radius:0;
	padding:3px 10px;
	background:transparent;
	font-size:12px;
	width:auto;
	font-weight:normal;
}

.darkbluecolor{
	color: #011f4c;
	text-decoration: none;
}

.firststeps{
	background:#E0F4FC;
	border:2px solid #231E61;
	padding:15px 25px;
	border-radius:15px;
	display:flex;
	align-items:center;
	text-align:left;
	width: fit-content;
	margin: 0 auto;
	margin-top:25px;
}
.firststeps img{
	width:35px;
	height:35px;
}
.firststeps .text{
	margin-left:25px;
	margin-right:25px;
}
.firststeps .btn-border{
	border:1px solid #231E61;
	color:#231E61;
	font-weight:bold;
	width:auto;
	padding: 10px 45px;
}

@media only screen and (max-width:480px){
	
	.firststeps{
		display: block;
		text-align: center;
		font-size: 16px;
		padding: 15px;
		width: 100%;
		margin-bottom:25px;
		margin-top:15px;
	}
	.firststeps .text{
		margin:15px 0px;
	}
	
	.rsv .box, .rsv .box>.row>div:last-child{
		box-shadow:none;
	}
	.rsv .ta{
		flex-flow: column-reverse;
	}
	.rsv .header h2{
		font-size:24px;
	}
	.rsv .header h4{
		font-size:18px;
	}
	.rsv .header p{
		font-size:13px;
	}
	.rsv .box>.row>div:last-child{
		padding:15px;
	}
	.rsv .box .safebox i{
		font-size:33px;
	}
	.rsv .box .safebox .btn-custom{
		font-size:16px;
		padding:10px;
	}
	.rsv .form-check-label{
		font-size:11px;
		margin-left:10px;
	}
	.rsv .box>.row>div{
		min-height:auto;
	}
	.rsv .box>.row>div:first-child{
		display:none;
	}
	
	.start-cont-main span.fw-medium.text-black{
		display:block;
		line-height:normal;
		font-size:30px!important;
		margin-top:15px;
	}
	.cont-logo{
		width:100%;
	}

}