@font-face {
  font-family: "Licenz";
  src: url("/fonts/Licenz/Licenz.woff") format("woff"),
	   url("/fonts/Licenz/Licenz.woff") format("truetype");
}

body {
	background:#002275;
	margin:0;
	font-family: "Roboto", sans-serif;
}
	

form.form1 {
	padding-top: 40px;
}

#menu-bar {
	position:fixed;
	display: flex; 
	margin: 0; 
	width: 100vw; 
	height:40px;
	background: #1034A6; 
	justify-content: space-between; 
	align-items: center;
}

.content {
	overflow: hidden;
}

.un {
	width: 76%;
	color: rgb(38, 50, 56);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 20px;
	border: none;
	border-radius: 20px;
	outline: none;
	box-sizing: border-box;
	border: 2px solid rgba(0, 0, 0, 0.02);
	margin-bottom: 50px;
	margin-left: 46px;
	text-align: center;
	margin-bottom: 27px;
	font-family: "Roboto", sans-serif;
}

.pass {
	width: 76%;
	color: rgb(38, 50, 56);
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	background: rgba(255, 255, 255, 0.8);
	padding: 10px 20px;
	border: none;
	border-radius: 20px;
	outline: none;
	box-sizing: border-box;
	border: 2px solid rgba(0, 0, 0, 0.02);
	margin-bottom: 50px;
	margin-left: 46px;
	text-align: center;
	margin-bottom: 27px;
	font-family: "Roboto", sans-serif;
}


.un:focus, .pass:focus {
	border: 2px solid rgba(0, 0, 0, 0.18) !important;
	background: rgba(255, 255, 255, 1);
}

.submit {
	cursor: pointer;
	border-radius: 5em;
	color: #fff;
	background: linear-gradient(to right, #9C27B0, #E040FB);
	border: 0;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: "Roboto", sans-serif;
	font-size: 13px;
	box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}


a {
	text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
	color: #E1BEE7;
	text-decoration: none
}

h1, h2, h3, h4, h5 {
	font-weight:100;
}
h4 {
	font-size: 32px;
}

.logo-container {
	padding-top:40px;
	display:flex;
	flex-direction: column;
	align-items: center;
	height:200px; 
	background: -webkit-radial-gradient(bottom,#0089cf,#1034A6); 
	background: radial-gradient(at bottom,#0089cf,#1034A6);
}

.logo {
	margin: auto;
	height: 60%;
}

.mini-logo {
	height: 40px;
	margin: auto auto 0;
}

.login-container {
	display:flex; 
	flex-direction: column;
	justify-content: space-evenly;
	background: rgb(16,52,166); 
	background: linear-gradient(180deg, rgba(16,52,166,1) 0%, rgba(0,34,117,1) 100%);
	padding-top: 60px;
}

.btn-large i {
	font-size: 2rem;
}

.rego {
	height:44px;
    font-size: 32px;
    font-family: "Licenz";
    background: #FFF;
    display: block;
    padding: 0 6px;
    margin-top: 20px;
    line-height: 40px;
    border: 2px solid black;
    border-radius: 6px;
	color: #000000;	
}

.minirego {
	height: 28px;
    font-size: 20px;
    font-family: "Licenz";
    background: #FFF;
    display: inline-block;
    padding: 0 4px;
    line-height: 26px;
    border: 1px solid black;
    border-radius: 4px;
	color: #000000;
}

.car-img{
	margin-top: 4px;
	display:block;
	z-index:100; 
	position:relative;
}

.car-img img{
	height:148px;
}

@keyframes rotate-ajax-loader {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}

.ajax-loader {
	margin-left: calc(12.5% - 42px);
    width: 64px;
    height: 64px;
    border: 2px solid #b71c1c;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    background: transparent;
    animation-name: rotate-ajax-loader;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    position: absolute;
    display: inline-block;
}

.ajax-monitor {
	margin-left: calc(12.5% - 42px);
    width: 64px;
    height: 64px;
    border: 2px dotted blue;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    background: transparent;
    animation-name: rotate-ajax-loader;
    animation-iteration-count: infinite;
    animation-duration: 1s;
    animation-timing-function: linear;
    position: absolute;
    display: inline-block;
}

.ajax-action {
	display: inline-block;
    margin-top: 3px;
    margin-left: calc(12.5% - 38px);
    position: absolute;
}

.checklist-icon {
    width: 40px;
    height: 40px;
    border: 2px solid grey;
    border-radius: 50%;
    background: transparent;
    display: inline-block;
    text-align: center;
}

.check-passiv {
    border-radius: 50%;
    display: inline-block;
    margin-top: 3px;
    margin-left: calc(12.5% - 38px);
    position: absolute;
    width: 56px;
    height: 56px;
    padding: 0;
    text-align: center;
	border: 2px solid transparent;
}

.progress {
	background-color: rgba(0,0,0,0.18);
	height: 30px;
	border-radius: 15px;
	-moz-box-shadow: inset 0 0 10px rgba(0,0,0,0.18);
	-webkit-box-shadow: inset 0 0 10px rgb(0 0 0 / 18%);
	box-shadow: inset 0 0 10px rgb(0 0 0 / 18%);
	width: calc(75% + 64px);
	margin: auto;	
}

.progress .determinate {
	margin:3px;
	width: 0%;
	border-radius: 50px;
	background: linear-gradient(145deg, #ffc107, #ff8f00);
	box-shadow: 10px 10px 50px #ffb300, -10px -10px 50px #ffd54f;
	z-index: 10;
}
	
#checks {
	line-height: 30px;
	font-size:18px;
	top:0;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 20;
	color: #FFFFFF;
}
.button {
	width: fit-content;
	height: 44px;			
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	transition: all .1s;
	font-family: inherit;
	cursor: pointer;
	font-size: 15px;
	color: #111;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 0 2px rgba(255, 255, 255, 1);
	background-color: #ccc;
	background-clip: padding-box;
	border: 1px solid;
	border-color: #202020 #1a1a1a #111;
	border-radius: 2px;
	background-image: -webkit-linear-gradient(top, #efefef, #777);
	background-image: -moz-linear-gradient(top, #efefef, #777);
	background-image: -o-linear-gradient(top, #efefef, #777);
	background-image: linear-gradient(to bottom, #efefef, #777);
	-webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px rgba(255, 255, 255, 0.09), 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.button:hover {
	background-color: #aaaaaa;
	background-image: -webkit-linear-gradient(top, #ccc, #555);
	background-image: -moz-linear-gradient(top, #ccc, #555);
	background-image: -o-linear-gradient(top, #ccc, #555);
	background-image: linear-gradient(to bottom, #ccc, #555);
}
.button:active, .button.active {
	background-color: #b42f32;
	border-color: #1c1c1c #202020 #222;
	-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
	box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.09);
}
.button-left {
	margin-right: -3px;
	border-top-left-radius: 100em;
	border-bottom-left-radius: 100em;
	border-right: 1px solid grey;
}
.button-right {
	margin-left: -3px;
	border-top-right-radius: 100em;
	border-bottom-right-radius: 100em;
	border-left: 1px solid grey;
}

.button-inactive {
	background: rgba(0,0,0,0.6);
	box-shadow: inset 0 0 10px rgb(0 0 0 / 88%);
	color: grey;
	text-decoration: none;
	text-shadow: none;
	width: fit-content;
	height: 44px;
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	transition: all .1s;
	font-family: inherit;
	cursor: pointer;
	font-size: 15px;
	text-align: center;
	border: 1px solid;
	border-color: #202020 #1a1a1a #111;
	background-image: -moz-linear-gradient(top, #efefef, #777);
	background-image: -o-linear-gradient(top, #efefef, #777);
}