.container.header{
	border-bottom: 1px solid blue;
    margin-bottom: 10px;
}
.header .logo{
	text-align: center;
    line-height: 5;
}
.app-info{
	font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid blue;
    padding-bottom: 5px;
}
label.required:after {
	content:" *";
	color: red;
}
div.error-msg{
	color: red;
	margin-top: 5px;
}
.dark-label{
	font-size: 16px;
	font-weight: bold;
}
.logo-div{
	padding: 0px;
}
.footer-container{
	margin-bottom: 20px;
}
.footer-container img{
	float: right;
	width: 20%;
}
.footer-container .footer-text b{
    float: right;
    margin-right: 10px;
}
img.logo{
	width: 100%;
}
#resend{
	display: none;
}
div#timer {
    font-size: 16px;
    margin: 5px;
    font-weight: bold;
}
@media only screen and (max-width: 320px) {
	h2.title {
		font-size: 22px;
	}
}
@media only screen and (max-width: 375px) and (min-width: 361px) {
	h2.title {
		font-size: 27px;
	}
}
@media only screen and (max-width: 360px) and (min-width: 321px) {
	h2.title {
		font-size: 25px;
	}
}
.start-screen{
	margin-bottom: 15px;
}
.start-screen .start-btn{
	font-size: 20px;
    border-radius: 12px;
}
img.start-screen-hand{
	width: 90%;
}
.failes-text{
	color: #f00;
}
.success-text{
	color:#0fad00;
}
.warning-text{
	color:#ffc107;
}

.result-text{
	font-size:20px;
	color:#5C5C5C;
}
.press-this-dot{
	margin: -70px 0px 10px 0px;
	font-weight: bold;
	font-size: 22px;
}
#qr-reader__camera_selection{
	margin-bottom: 10px;
}
#langauge-selecter {
    margin: 5px 5px 5px 0px;
    width: auto;
}
label.language{
	font-size: 16px;
    font-weight: bold;
}