/*Sign-in, Sign-up*/
.fill-height {
	min-height: 100%;
	height: auto !important; /* cross-browser */
	height: 100%; /* cross-browser */
	overflow: hidden;
}
.fill-height *:before, *:after {
	box-sizing: border-box;
}
/*sign in container*/
.user-sign-container {
	height: 100vh;
	padding: 0;
	position: relative;
}
.user-sign-container .DBK-logo-container {
	text-align: center;
}
.DBK-logo-user-sign {
	max-height: 156px;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	
}
.user-sign-container .form-container {

	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 80px;
	display: flex;
	flex-direction: column;
	justify-content: center;

	color: white;
}

.user-sign-container form {
	margin-left: 20%;
	margin-right: 20%;
}

.user-sign-container .form-group {
	text-align: left;
}

.user-sign-container .form-container .form-group .control-label {
	font-weight: normal;
	text-align: left;
}
.user-sign-container .form-container .form-group .forgot-pass {
	font-weight: normal;
	color: rgba(220, 220, 220, 0.5);
	text-align: left;
	white-space: nowrap;
}
.user-sign-container .form-container .form-group .forgot-pass:hover {
	color: white;
}
.user-sign-container .form-container .form-group .show-password {
	font-weight: normal;
	color: rgba(220, 220, 220, 0.5);
	float: right;
}

.user-sign-container .form-container .form-group .form-control {
	margin-top: 5px;
	margin-left: 0;
	padding: 10px;
	font-size: 18px;
	height: 45px;
	color: white !important;
	background: rgba(220, 220, 220, 0.5);
}
.user-sign-container .form-container .checkbox-container .form-group  label:first-child {
	text-align: center;
}
/*Form submit button*/
.sign-in-btn-container {
	height: 55px;
	margin: 0;
	text-align: center;
}
.sign-in-btn {
	color: white;
	background-color: rgb(32, 102, 193)!important;
	width: 55%;
	border: 3px solid rgb(220, 220, 220);
	font-size: 13px;
	height: 50px;
	margin: 0;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: width .3s, height .3s, background-color .3s, -webkit-transform .3s;
	transition: width .3s, height .3s, background-color .3s, transform .3s;
}
.sign-in-btn:hover {
	color: white;
	background-color: rgb(8, 78, 168)!important;
	width: 60%;
	border: 3px solid rgb(220, 220, 220);
	font-size: 13px;
	height: 55px;
	margin: 0;
	font-weight: 500;
	letter-spacing: 0.1em;
}
.trial-link-container {
	height: 88px;
	text-align: center;
}

.header-with-separator {
	position: relative;
	text-align: center;
	z-index: 1;
	overflow: hidden;
	margin: 0 40px;
}

.header-with-separator:before, .header-with-separator:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
	height: 1px;
	content: '\a0';
	background-color: rgba(255,255,255, 0.4);
}
.header-with-separator:before {
    margin-left: -53%;
    text-align: right;
}
.header-with-separator:after {
    margin-left: 3%;
    text-align: left;
}

/* .user-sign-container .form-container .trial-link-container   p {
	text-align: center;
	padding-left: 0;
} */
/*Trial Link Button animations*/
.user-sign-container .form-container .trial-link-container button {
	text-align: center;
	padding: 5px;
	background: rgba(50, 67, 117, 0);
	color: rgb(220, 220, 220);
	height: 45px;
	border: 3px solid rgb(220, 220, 220);
	border-radius: 4px;
	width: calc(200px + 5%);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	-webkit-transition: width .3s, height .3s, background-color .3s, -webkit-transform .3s;
	transition: width .3s, height .3s, background-color .3s, transform .3s;
}
.user-sign-container .form-container .trial-link-container  button:hover {
	text-align: center;
	background: white;
	color: black;
	height: 50px;
	font-weight: 700;
	border: 3px solid rgb(220, 220, 220);
	width: calc(210px + 5%);
	border: none;
}

.login-error {
	min-height: 30px;
	text-align: center;
}
/*sign-up-specific*/
.sign-up-pass-label {
	text-align: left;

}

/*End sign-up-specific*/
/*Footer*/
#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 40px;
}
#footer div a {
	margin-top: 20px;
	color: rgba(220, 220, 220, 0.5);
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
}
#footer div a:hover {
	margin-top: 20px;
	color: white;
	text-align: center;
	margin-left: 2%;
	margin-right: 2%;
}
#footer div a:nth-child(4) {
	pointer-events: none;
	margin-top: 17px;
	color: rgba(220, 220, 220, 0.5);
	text-align: center;;
}
/* End Footer */

/* Set header styles */
.dayback-background h1, .dayback-background h4 {
	font-weight: 300;
}
.dayback-background h4 {
	color: rgba(220, 220, 220, 0.5)
}

/*iframe*/
#iframe-container {
	display: none;
	padding: 0px;
	height: 100vh;
}
#iframe-container .iframe {
	border: none;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: 0;
	top: 0;
	width: 100%;
	height: 110%;
	overflow: hidden;
}
/*Width media queries for form*/
@media only screen  and (min-width: 992px) and (max-width: 1280px) {
	.user-sign-container form {
		margin-left: 15%;
		margin-right: 15%;
	}
}
/*Display Iframe when width greater than 992px default is display: none*/
@media only screen and (min-width: 992px) {
	#iframe-container {
		display: block;
	}
}
@media only screen  and (max-height: 780px) {
	.DBK-logo-user-sign {
		max-height: 135px;
		/* margin-top: 5%; */
		margin-bottom: 5%;
	}
	.user-sign-container .form-container {
		display: block;
		position: relative;
	}
	#footer{
		position: relative;
		margin-top: 40px;
	}
}
/*If Iframe is not displayed and height is less than 700 (10" is 800) */
@media only screen  and (max-height: 780px) and (max-width: 992px) {
	.user-sign-container {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		height: auto;
		overflow: scroll;;
		overflow-x: hidden;
	}
}
/*If Iframe is displayed and height is less than 700 (10" is 800) */
@media only screen  and (max-height: 780px) and (min-width: 992px) {
	.user-sign-container {
		overflow: hidden;
		overflow-y: auto;
	}
}
