html,
body {
	width: 100%;
	height: 100%;
}

body {
	background-image: url(/img/gss_login.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	overflow: hidden;
}

.backgraound-mobile {
	position: relative;
	background: rgba(255, 255, 255, 0.05);
	backdrop-filter: blur(4px);
	-webkit-backdrop-filter: blur(3px);

}

.contenedor {
	color: white;
}B

.form-control {
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
	color: black;
}


span {
	background: rgba(0, 0, 0, 0.4) !important;
	backdrop-filter: blur(13.5px);
	-webkit-backdrop-filter: blur(13.5px);
	border-top-left-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
}

input{
	background-color: lightgray !important;
	border-top-right-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}
.btn-primary {
	background: rgba(0, 0, 0, 0.4) !important;
	border: solid 1px rgba(255, 255, 255, 0.6);
	border-color: rgba(255, 255, 255, 0.6) !important
}

.link{
	color: white;
}
.btn-primary:hover {
	box-shadow: 0px 0px 4px 3px rgba(255, 255, 255, 0.6);
}

.img-ss{
	width: 2.2rem;
	height: 2.5rem;
	margin-right: 10px;
	margin-left: 12px;

}
.logo-intra{
	text-align: start;
	font-size: calc(0.7rem + 0.7vw);
	font-weight: 600;
}
.logo-intra>p{
	bottom: 0;
	margin: 0 auto;
	margin-left: 0 auto !important;
	padding: 0 auto;
	line-height: calc(0.6rem + 0.6vw);
}
.bg-title {
	display: flex;
	align-items:center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.3);
	width: 60%;
	border-radius: 10px ;
	max-width: 250px;
	margin-bottom: 40px;
}

.logo-intra>.p2{
	font-size: calc(0.5rem + 0.5vw);
	font-weight:400;
}



@media (min-width: 320px) {
	.backgraound-mobile {
		width: 100%;
		height: 100%;
	}

	.contenedor {
		position: relative;
		top: 50%;
		left: 0%;
		transform: translate(-0%, -50%);
		padding-top: 0% !important;
	}
}

@media (min-width: 720px) {

	.backgraound-mobile {
		position: relative;
		top: 50%;
		left: 50%;
		width: 50% !important;
		height: 80% !important;
		transform: translate(-50%, -50%)
	}
}

@media (min-width: 1024px) {

	.backgraound-mobile {
		background: rgba(0, 0, 0, 0.3) !important;
		box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.70);
		backdrop-filter: blur(1px);
		-webkit-backdrop-filter: blur(1px);
		position: relative;
		left: 15%;
		width: 30% !important;
		height: 100% !important;
		transform: translate(-50%, )
	}

	.contenedor {
		position: relative;
		top: 50%;
		left: 0%;
		transform: translate(-0%, -50%);
		padding-top: 0% !important;
	}

	.titulo {
		color: white;
		position: absolute;
		top: 70%;
		left: 55%;
		transform: translate(-45%, -30%);

	}

	.font-weight-bold {
		border-top: 5px solid green;
		border-top-right-radius:50%;
		line-height: 100px;
		text-shadow: 1px 1px 4px 1px black !important;
		font-size: 120px;
	}

	.sub-title-1 {
		font-size: 90px !important;
		color: dimgrey;
		border-top: 0px !important;
	}

}

@media (min-width: 1440px) {
	.backgraound-mobile {
		background: rgba(0, 0, 0, 0.3) !important;
		left: 10%;
		width: 25% !important;
	}

}
