﻿.sign-in-row {
    margin: 0;
}

.signin-container {
    height: 100vh;
    padding: 15vh 3% 0 3%;
}

.sign-in-logo {
	background-image: url(../../Images/DE-logo-white.png);
	width: 350px;
	height: 25px;
	background-repeat: no-repeat;
	background-size: contain;
	margin: 30px auto;
	image-rendering: -webkit-optimize-contrast;
}

.login-box {
	width: 100%;
	margin: auto;
	position: absolute;
	top: 25%;
}

.form-group {
    display: block;
    margin: 20px 0;
}

.form-control2 {
	width: 100%;
	font-size: 1.3em;
	display: block;
	border: none;
	border-bottom: 1px solid #d6dadb;
	padding: 2%;
	background-color: none;
	outline: 0;
}




.sign-in-button {
	font-size: 1.2em;
	background-color: #0d4871;
	border: none;
	color: white;
	width: 100%;
	padding: 3%;
	border-radius: 5px;
}

	.sign-in-button:hover {
		font-size: 1.2em;
		background-color: #4899d0;
		border-color: black;
		color: white;
		width: 100%;
	}

.p {
    margin-top: 15px;
}


.tip-container {
    height: 100vh;
    background-image: url("/Content/Images/abstract-data.jpg");
    background-size: cover;
    background-repeat: no-repeat;
	width: 100%;
}

    .tip-container .tip-overlay {
        content: "";
        background-color: rgba(51,122,183, 0.85);
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        box-shadow: inset 4px 0px 9px -3px rgba(0,0,0,0.4);
    }

.tip-overlay .tip {
	width: 30%;
	margin: 0 auto;
	background-color: white;
	padding: 2% 3% 3% 3%;
	border-radius: 10px;
	box-shadow: 0px 4px 10px -4px black;
}

.login-failed {
	color: #e01f1f;
	text-align: center;
	margin-bottom: 20px;
	width: 100%;
}

.tip .fa-question {
    font-size: 5em;
    float: right;
    position: absolute;
    top: 15px;
    right: 50px;
    color: blue;
    text-shadow: 2px 3px 0px rgba(0,0,0,0.1);
}

    .tip .fa-question h1 {
        font-size: 2.5em;
    }


/*Forget Password*/
.forget-password {
    margin-bottom: 15px;
}

    .forget-password a:hover {
        color: blue;
    }

.new_account {
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

    .new_account a:hover {
        color: blue;
    }

.footer {
	width: 30%;
	color: white;
	display: flex;
	margin:  10px auto;
	justify-content: space-between;
}

	.footer p, .footer span {
		color: rgba(255, 255, 255, 0.5) !important;
		font-size: 11px;
	}

.version {
	width: 100%;
	position: relative;
	top: 97%;

}

	.version p {
		float: right;
		color: rgba(255, 255, 255, 0.5) !important;
		font-size: 10px;
		padding-right: 10px;
	}

@media only screen and (min-device-width: 1200px) and (max-device-width: 2000px) and (-webkit-min-device-pixel-ratio: 1) {
	.tip-overlay .tip {
		width: 30%;
	}

	.footer {
		width: 30%;
	}
}

@media only screen and (min-device-width: 800px) and (max-device-width: 1200px){
	.tip-overlay .tip {
		width: 40%;
	}

	.footer {
		width: 40%;
	}
}



@media only screen and (min-device-width: 300px) and (max-device-width: 800px) and (orientation: portrait) {
	.tip-overlay .tip {
		width: 65%;
	}

	.footer {
		width: 65%;
	}

	.login-box {
		top: 25%;
	}

	.sign-in-logo {
		width: 250px;
		height: 25px;
		margin: 10px auto;
	}
}


@media only screen and (min-device-width: 300px) and (max-device-width: 800px) and (orientation: landscape) {
	.tip-overlay .tip {
		width: 50%;
	}

	.footer {
		width: 50%;
	}

	.login-box {
		top: 10%;
	}

	.sign-in-logo {
		width: 250px;
		height: 25px;
		margin: 10px auto;
	}
}