﻿.login-container {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 1;
	background-image: url(/media/content/pages-background/background-login.jpg);
}

	.login-container:before {
		background-color: #e6e6e6;
		background: rgba(131,196,228,1);
		background: -moz-linear-gradient(top, rgba(131,196,228,1) 0%, rgba(164,90,158,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(131,196,228,1)), color-stop(100%, rgba(164,90,158,1)));
		background: -webkit-linear-gradient(top, rgba(131,196,228,1) 0%, rgba(164,90,158,1) 100%);
		background: -o-linear-gradient(top, rgba(131,196,228,1) 0%, rgba(164,90,158,1) 100%);
		background: -ms-linear-gradient(top, rgba(131,196,228,1) 0%, rgba(164,90,158,1) 100%);
		background: linear-gradient(to bottom, rgba(131,196,228,1) 0%, rgba(164,90,158,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#83c4e4', endColorstr='#a45a9e', GradientType=0 );
		z-index: -1;
		content: "";
		display: block;
		position: absolute;
		z-index: -1;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.7
	}

.login-wrap {
	width: 960px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 20px;
	margin: 50px 15px 0 15px;
}

.login-text {
	border-radius: 25px;
	margin: 25px auto auto 7px;
	padding: 16px;
	font-weight: 600;
	border: 1px solid #e8ecef;
}

.login-wrap img {
	padding: 50px 40px;
}

.login-wrap h1 {
	color: #23272c;
	font-size: 24px;
	margin-bottom: 0px;
}

.login-wrap a:hover {
	color: #0e80b9;
}

.login-wrap input:focus {
	border: 1px solid #e8ecef !important;
	border-radius: 25px !important;
	outline: none;
	-webkit-box-shadow: 1px 4px 18px 7px rgba(101,150,178,0.28);
	-moz-box-shadow: 1px 4px 18px 7px rgba(101,150,178,0.28);
	box-shadow: 1px 4px 18px 7px rgba(101,150,178,0.28);
}

.login-wrap input:active {
	border: 1px solid #e8ecef !important;
	border-radius: 25px;
	outline: none;
	-webkit-box-shadow: 1px 4px 18px 7px rgba(101,150,178,0.28);
	-moz-box-shadow: 1px 4px 18px 7px rgba(101,150,178,0.28);
	box-shadow: 1px 4px 18px 7px rgba(101,150,178,0.28);
}

.login-wrap button {
	background-color: #4bc9c4;
	margin-top: 10px
}

.login-wrap-bottom {
	color: #808080;
	margin-top: 50px;
}

	.login-wrap-bottom label {
		font-weight: normal;
	}

.login-button:hover, .login-button:active, .login-button:focus {
	color: black !important;
}

.nowrap-text {
	white-space: nowrap;
}

.goback-section {
	margin-left: -15px;
	padding-top: 20px;
}

	.goback-section a {
		color: black
	}

	.goback-section i {
		color: rgba(164,90,158,1)
	}
	/*Error-page CSS*/
.error-wrap {
	width: 960px;
	background: #fff;
	border-radius: 10px;
	margin: auto;
	padding: 30px;
	overflow: hidden;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}

.or-text {
	text-align: center;
	padding-top: 10px
}

.error-wrap a {
	color: #0783b9;
	cursor: pointer;
}

.error-p {
	margin: 50px auto;
}

.circle-image {
	border-radius: 50%
}

@media screen and (max-width: 975px) {
	.or-text {
		text-align: left !important;
		padding-left: 80px;
		margin: 0px;
	}
}

@media screen and (max-width: 767px) {
	.login-wrap img {
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 55%;
	}
	.login-wrap h1 {
		margin-top:-40px;
	}
}

@media screen and (max-width: 375px) {
	.btn-additional, .btn-additional-mod {
		padding: 16px 16px;
	}

}