﻿body {
	font-family: calibri;
	background-color: #ffffff;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 0;
	/*background-image: url('../Resources/ali-arif-soydas-3ICVaI2uzfE-unsplash.jpg');
	background-size: cover;
	background-position: center;*/
}

body canvas {
    margin: 0px;
    padding: 0px;
}

#Login {
	width: 300px;
	height: 415px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url('../Resources/Login_Window.png');
	top: 50%;
	left: 50%;
	margin-top: -210px;
	margin-left: -150px;
	border-radius: 10px;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	-moz-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
}

#UserNameFrame
{
	background-color: #ffffff;
	border: 1px solid #909090;
	padding: 4px;
	padding-left: 8px;
	border-radius: 4px;
	margin: 240px 50px 15px 50px;
}

#PassordFrame
{
	background-color: #ffffff;
	border: 1px solid #909090;
	padding: 4px;
	padding-left: 8px;
	border-radius: 4px;
	margin: 8px 50px 0px 50px;
}

#EmailAddressFrame {
	background-color: #ffffff;
	border: 1px solid #909090;
	padding: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-radius: 4px;
	margin: 40px 37px 15px 38px;
}

.TwoFactor {
	width: 400px;
	height: 415px;
	position: absolute;
	top: 0px;
	left: 0px;
	/* background-image: url(Resources/Login_Window.png); */
	background-color: #009ed5;
	top: 50%;
	left: 50%;
	margin-top: -215px;
	margin-left: -200px;
	border-radius: 10px;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 0px 0px 32px 2px rgba(175, 175, 175, 1);
	-moz-box-shadow: 0px 0px 32px 2px rgba(175, 175, 175, 1);
	box-shadow: 0px 0px 32px 2px rgba(175, 175, 175, 1);
}
	.TwoFactor .Logo {
		background-image: url(../Resources/LogoWhite.png);
		height: 70px;
		width: 60px;
		margin: 0px auto;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		margin-top: 20px;
	}

	.TwoFactor .Title {
		margin: 0px auto;
		display: table;
		color: #ffffff;
		font-size: 25px;
		margin-top: 20px;
		margin-bottom: 10px;
		font-weight: bold;
	}

	.TwoFactor .Instructions {
		margin-top: 0px;
		font-size: 18px;
		margin-bottom: 15px;
	}

	.TwoFactor .codeValue {
		margin: 0px auto;
		display: table;
	}

	.TwoFactor input[type=text] {
		float: left;
		width: 30px !Important;
		padding: 7px;
		font-size: 40px;
		border: 1px solid #005e7d !Important;
		border-radius: 8px;
		text-align: center;
		margin: 5px;
	}

#btnConfirmCode {

}

.InputFrame {
	background-color: #ffffff;
	border: 1px solid #909090;
	padding: 4px;
	padding-bottom: 6px;
	padding-left: 8px;
	border-radius: 4px;
	margin: 40px 37px 15px 38px;
}

input[type=text], [type=password], [type=email] {
	border: none;
	background-color: #ffffff;
	color: #3d3d3d;
	width: 180px;
	outline: none;
}

#Login_Button
{
	float: right;
	margin-top: 20px;
	margin-right: 50px;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset;
}

input:-webkit-autofill {
	-webkit-text-fill-color: #494949 !important;
}

.MyBirdyLink {
	background-size: cover;
	background-image: url('../Resources/LogoGrey.png');
	height: 40px;
	width: 40px;
	position: absolute;
	bottom: 30px;
	right: 30px;
	transition: transform .2s; /* Animation */
	cursor: pointer;
}

.MyBirdyLink:hover {
	transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.ThankYou {
	width: 440px;
	height: 240px;
	position: absolute;
	top: 0px;
	left: 0px;
	top: 50%;
	left: 50%;
	margin-top: -140px;
	margin-left: -220px;
	border-radius: 10px;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	-moz-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	padding: 30px;
	background-color: #004157;
	color: #fff;
}

	.ThankYou .Message {
		margin-top: 10px;
		text-align: center;
		font-size: 34px;
	}

.ThankYou .Detail {
	text-align: center;
	font-size: 16px;
	margin-top: 10px;
}

.ResetPassord {
	width: 400px;
	height: 410px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #207998;
	background-image: url('../Resources/LogoBlue.png');
	background-position: center 40px;
	background-repeat: no-repeat;
	background-size: 80px;
	top: 50%;
	left: 50%;
	margin-top: -205px;
	margin-left: -200px;
	border-radius: 10px;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	-moz-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
}

.ResetPassord.NewPassword {
	width: 400px;
	height: 450px;
	margin-top: -225px;
	margin-left: -200px;
}

.Instructions {
	margin: 40px;
	margin-top: 150px;
	color: #ffffff;
	text-align: center;
	font-size: 20px;
}

.Instructions2 {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
	color: #ffffff;
}

.Instructions3 {
	margin: 40px;
	margin-top: 150px;
	margin-bottom: 20px;
	color: #ffffff;
	text-align: left;
	font-size: 16px;
}

.Instructions4 {
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 0px;
	color: #ffffff;
	font-size: 16px;
}

.ResetPassord .Buttons {
	float: left;
	margin-top: 10px;
	margin-left: 38px;
}

.NewUserSetup {
	transform: scale(0.9);
	width: 400px;
	height: 650px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #207998;
	background-image: url('../Resources/LogoBlue.png');
	background-position: center 40px;
	background-repeat: no-repeat;
	background-size: 80px;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -200px;
	border-radius: 10px;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	-moz-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
}

.NewUserSetup.NewPassword {
	width: 400px;
	height: 450px;
	margin-top: -225px;
	margin-left: -200px;
}


.NewUserSetup .Buttons {
	float: left;
	margin-top: 10px;
	margin-left: 36px;
	width: 326px;
}

.NewUserSetupMessage {
	transform: scale(0.9);
	width: 400px;
	height: 500px;
	padding-top: 150px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #207998;
	background-image: url('../Resources/LogoBlue.png');
	background-position: center 40px;
	background-repeat: no-repeat;
	background-size: 80px;
	top: 50%;
	left: 50%;
	margin-top: -325px;
	margin-left: -200px;
	border-radius: 10px;
	border: 1px solid #bebebe;
	-webkit-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	-moz-box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
	box-shadow: 0px 0px 32px 2px rgba(175,175,175,1);
}

.NewUserSetupMessage .Instructions {
	color: #ffffff;
	text-align: center;
	font-size: 20px;
	margin: 0px;
}

.NewUserSetup .PasswordStrength {
	color: #dcdcdc;
}

.NewUserSetup .PasswordStrength.Strength1 {
	color: #ffa9a9;
}

.NewUserSetup .PasswordStrength.Strength2 {
	color: #ffdba9;
}

.NewUserSetup .PasswordStrength.Strength3 {
	color: #fff0a9;
}

.NewUserSetup .PasswordStrength.Strength4 {
	color: #fffba9;
}

.NewUserSetup .PasswordStrength.Strength5 {
	color: #c4ffa9;
}

.Modal {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background-color: #000000;
	z-index: 500;
}

.Modal_White {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
	background-color: #ffffff;
	z-index: 500;
}