/* defining Variables */
:root {
	--width-logo-col: 320px;
}

#tSmart-login-outer-wrap  {
	background-image: url("../../images/daniela-cuevas-21263-unsplash.jpg");
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	overflow: auto;
	height: 100%;
}
/*
.logo-wrap {
	padding-bottom: 10px;
}
*/

/*
#top-row .decor-element-01 {
	position: absolute;
	right: 10px;
	top: 5px;
}
*/

#tSmart-login-wrap {
	padding-top: 20px;
}

#tSmart-login-wrap p small {
	display: inline-block;
}

#top-row .col-logo {
	min-height: 50px;
}

.copyright-hint {
	margin: 10px auto;
	max-width: 300px;
}

.copyright-hint p {
	background: rgba(0,0,0,0.4);
	display: block;
	color: rgba(255,255,255,0.75);
	font-size: 11px;
	line-height: 14px;
	border-radius: 4px;
	margin: 0 0 15px 0;
	padding: 2px 5px;
	text-align: right;
}
.copyright-hint p::before {
	content: 'Photo by Daniela Cuevas on Unsplash';
	display: block;
	color: rgba(255,255,255,0.75);
	white-space: nowrap;
	font-size: 11px;
	line-height: 14px;
	float: right;
	margin-left: 5px;
}

/* Two-Factor Authentication */
#two-factor-authentication p.description.small,
#tSmart-login-wrap p small {
	line-height: 1.3;
	font-size: 12px;
	margin-bottom: 10px;
}
#two-factor-authentication .authentication-inputs .form-control {
	max-width: 38px;
	padding: 3px;
	margin-right: 5px;
	text-align: center;
}
#two-factor-authentication .authentication-inputs .form-control:last-child {
	margin-right: 0;
}
#two-factor-authentication .remember-login {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}
#two-factor-authentication img.smartphone {
	max-width: 50px;
	height: auto;
	transform: rotate(-10deg);
}
@media (min-width: 576px) {
	#two-factor-authentication .remember-login select,
	#two-factor-authentication .remember-login .dropdown.bootstrap-select {
		display: inline-block;
		width: 115px;
	}
	/*
	#top-row .decor-element-01 span {
		width: 78px;
		height: 50px;
	}
	*/
}

/* Media Queries */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#top-row .col-logo {
		border-bottom: none;
	}
	.copyright-hint {
		position: fixed;
		right: 0;
		bottom: 0;
		left: auto;
		z-index: 1030;
		margin: 0;
		max-width: none;
	}
	.copyright-hint p {
		display: inline-block;
		margin: 0 15px 15px 0;
		text-align: left;
	}
}

@media screen and (min-height: 600px) {
	#tSmart-login-wrap {
		padding-top: 20px;
	}
}
@media screen and (min-height: 700px) {
	#tSmart-login-wrap {
		padding-top: 50px;
	}
}
@media screen and (min-height: 800px) {
	#tSmart-login-wrap {
		padding-top: 100px;
	}
}
@media screen and (min-height: 900px) {
	#tSmart-login-wrap {
		padding-top: 150px;
	}
}
@media screen and (min-height: 1000px) {
	#tSmart-login-wrap {
		padding-top: 200px;
	}
}