@import url(https://fonts.googleapis.com/css?family=Roboto:300);

/*html {
    width: fit-content;	
}*/

body {
	background-position: center;
  	background-size: cover;	
	background-attachment: fixed;
	/*background-position: bottom;*/
	font-family: "Roboto", sans-serif;
	color: white;
	position:relative;
	overflow-y: auto;
	
}

@media screen and (min-width: 580px) {
body {
	overflow-y:auto;
}
}

.login-page {
  /*width: 360px;*/
  width: 420px;
  /*padding: 6% 0;*/
  padding: 4% 0;
  margin: auto;
  transition: all .2s;
}

.login-page span, .footer-social i {
	font-weight: bold;
	text-shadow: 0 2px black;
}

.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  /*max-width: 360px;*/
  max-width: 420px;
  margin: 15px auto;
  padding: 45px;
  text-align: center;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: .25rem;
  /*-webkit-animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
  animation: tilt-in-top-1 0.6s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;*/
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
	        animation: fade-in-left 0.6s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.new-form{
	background: linear-gradient(180deg, rgb(36 42 51 / 65%) 0%, rgb(49 58 70 / 58%) 50%, rgb(57 68 82 / 61%) 100%);
    box-shadow: 0 8px 32px 0 #39445266;
    backdrop-filter: blur( 8px );
    -webkit-backdrop-filter: blur( 8px );
    border-radius: 10px;
    border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.new-form input, .new-form button{
	border-radius: 0.5rem;
}

.new-form i{
	color: #313A46;
}

.new-form button.loginButton{
	background-color: #313A46;
	font-weight: 600;
	font-size: 15px;
	padding: 0.6rem;
	border: 1px solid rgba( 255, 255, 255, 0.18 );
}

.form button.loginButton:hover, .form button.loginButton:active, .form button.loginButton:focus{
	background-color: #667991;
	color: #313A46;
	border: 1px solid #313A46;
}

.new-form .footer-menu span,
.qrCodeTexto span,
.new-form .footer-menu span i{
	color: white;
}

.qrCodeTexto span{
	margin-bottom: 0.8rem;
}

.qrCodeTexto span:last-child{
	margin-top: 0.5rem;
}

a.btn-voltar{
	color: white!important;
	background-color: #ef4444;
	padding: 0.6rem;
	border-radius: 0.5rem;
	text-transform: uppercase;
}

.titulo-portal {
-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s both;
}

.erro-padrao{
	-webkit-animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
	animation: scale-in-hor-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}
.form input {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 10px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form .loginButton {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #393668;
  width: 100%;
  height: 3.1875em;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form .qrButton {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #16143b;
  width: 100%;
  height: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 20px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}

.form .loginButton:hover,.form .loginButton:active,.form .loginButton:focus {
	background: #2d2a4a;
}

.form .qrButton:hover,.form .qrButton:active,.form .qrButton:focus {
	background: #0a082b;
}

.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}

.login-form {
	margin: 0;	
}

.footer-menu {
	margin: 0;
	display: flex; 
	justify-content: space-around;
	align-items: center;
}

.footer-menu span {
	/*color: #333333;*/
	color: #393668;
	font-weight: bold;
	text-shadow: none;
}

.footer-social i {
	font-size: 26px;
	text-shadow: none;
}

.modal {
	color: black;	
}
			
.background-details {
	position: absolute;
	width: fit-content;
	max-width: 720px; 
	bottom: 0; 
	left: 0; 
	right: 0; 
	margin: auto; 
	background: white; 
	color: #393668; 
	border-radius: .5rem .5rem 0 0; 
	padding: .75rem 2rem; 
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24); 
	cursor: pointer;
	transition: all .2s;
}

.qrCodeTexto{
	text-align:left;
}
.qrCodeTexto span{
	font-weight:normal;
	text-shadow: none;
}

a.ajudaAluno{
	text-decoration: none;
	font-weight:bold;
}

@media screen and (min-width: 580px) {
.background-details {
	position: fixed;
}
}

.background-details span {
	transition: all .2s;
}

.coronaWarning {
	position: absolute; 
	right: -25px; 
	bottom: 20px; 
	background: white; 
	color: #3db548;
	box-shadow: 0px 0px 4px #333; 
	border-radius: 50%; 
	padding:.5rem; 
	font-size: 24px; 
	width: 3rem; 
	height: 3rem; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	cursor: pointer;
}

.coronaWarning:hover {
	color: #359C3F;
}

.faixaAvisoFeriado {
	margin: -45px -45px 45px -45px; 
	background: #c0392b; 
	padding: .5rem; 
	border-radius: 0.25rem 0.25rem  0 0; 
}

@media screen and (max-width: 578px) {
	
	.login-page, .form {
		max-width: 360px;
	}
	
	.form {
		padding: 28px;	
	}
	
	.faixaAvisoFeriado {
		margin: -28px -28px 28px -28px; 
	}
	
	.coronaWarning {
		left: 0;
		right: 0;
		bottom: -25px;
		margin: auto;
	}
}

.pinkWarning {
	position: absolute; 
	right: -25px; 
	bottom: 80px;
	background: white; 
	color: #d047bd; 
	box-shadow: 0px 0px 4px #333; 
	border-radius: 50%; 
	padding:.5rem; 
	font-size: 24px; 
	width: 3rem; 
	height: 3rem; 
	display: flex; 
	justify-content: center; 
	align-items: center;
	cursor: pointer;
}

.cookiesMessage {
	position: fixed; 
	left: 0; 
	right: 0; 
	bottom: 0;	
	margin: auto; 
	text-align: center;
	z-index: 3;
}

.btn-google {
	background-color: #ea4435;
	border-color: #ea4435;
	border-radius: 1.5rem;
	padding: .575rem .85rem;
	margin: 16px auto;
	color: white !important;
	display:block;
}

.btn-google:hover {
	background-color: #e12817;
	border-color: #d62616;
	border-radius: 1.5rem;
	padding: .575rem .85rem;
	margin: 16px auto;
	color: white !important;
	display:block;
	text-decoration:none;
}

//Animação Formulário de Login
@-webkit-keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
            transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}
@keyframes tilt-in-top-1 {
  0% {
    -webkit-transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
            transform: rotateY(30deg) translateY(-300px) skewY(-30deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0deg) translateY(0) skewY(0deg);
            transform: rotateY(0deg) translateY(0) skewY(0deg);
    opacity: 1;
  }
}

//Animação Titulo Portal
@-webkit-keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}
@keyframes scale-in-hor-left {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    opacity: 1;
  }
}

@-webkit-keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade-in-left {
  0% {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}






