:root{
  color: white;
  width: 100%;
    font-family: 'IBM Plex Sans', sans-serif;
  height: 100%;
  overflow-x: hidden;
}

* {

    font-family: 'IBM Plex Sans', sans-serif;
}

#backdrop{
width: 100%;
position: fixed;
overflow: scroll;
overflow-x: hidden;
overflow-y: hidden;
top: 0;
 right: o;
left: 0;
bottom: 0;
height: 100%;
background-image: 
url(/nomade/img/fundo.png);
background-repeat: no-repeat;
background-size: cover;
}
.logo{
  width: 9em;
}
#shade{
  height: 100%;
  width: 100%;
  background-color: black;
  position: fixed;
  opacity: 0.3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
#container{
  position: relative;
}
.logo_area{
  margin-top: 2em;
  margin-left: 2em;
}
.box{
  background-color: black;
  opacity: 0.75;
  padding: 60px;
  width: 21em;
  height: 31em;
  border-radius: 10px;
}
.form_input{
  display: block;
  margin-top: 20px;
  border: none;
  width: 90%;
  height: 0.6em;
  padding: 20px;
  font-size: 15px;
  background-color: #fff;
  border-radius: 5px;

}
#feedback, #feedback2 {
  color: #e50914;
  text-align: center;
  font-size: 16px;
  padding-top: 5px;
  font-family: Arial, Helvetica, sans-serif;
}
.centred{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
h2{
  font-size: 32px;
  margin-top: -0.5em;
}
.btn{
  margin-top: 1em;
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
  margin-left: 6px;
  width: 100%;
  border:none;
  


}
.sign_in{


    font-family: 'IBM Plex Sans';
    /*font-style: normal;
    font-weight: 500;*/
	border:none;
	border-bottom:2px solid #fff; color:#e2e2e2;
    font-size: 16px;
    line-height: 22px;
	background:transparent;
    /*text-shadow: 0px 6px 14px rgba(0, 0, 0, 0.25);
    background: linear-gradient(94.17deg, #00C1EB 0%, #0094FF 100%), #D9D9D9;*/
    border-radius: 0px;
    padding: 10px;
    margin: 0 auto;
    /*filter: drop-shadow(0px 1px 21px rgba(0, 201, 255, 0.47));*/
    transition: 0.5s;
    text-align: center;
    position: relative;
    width:100%;	
}

/*
.sign_in::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 329px; 
  padding: 2px; 
  background:linear-gradient(to right,rgba(255, 255, 255, 1),rgba(255, 255, 255, 0)); 
  -webkit-mask: 
     linear-gradient(#fff 0 0) content-box, 
     linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
          pointer-events: none;
}

.sign_in a:hover {
    color: #000;
}*/

.left{
  float: right;
}
a{
  color: lightgray;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}
.more{
  margin-top: 2em;
  color: rgb(141, 141, 141);
}
.blue{
  color: rgb(115, 115, 255);
}
.new{
  font-size: 17px;
}
footer{
  width: 100%;
  position: relative;
  margin-left: -1em;
  margin-right: 0;
  margin-bottom: 0;
  margin-top: 5%;
}

.first{
  display: flex;
  justify-content: center;
}
.one{
  display: flex;
  flex-direction: column;
  margin: 2em;
  margin-top: 1em;
  line-height: 2em;
}
.second{
  display: flex;
  justify-content: center;
}
@media (max-width: 550px) {
  #backdrop{
    background: black;
  }
  .box{
    width: 100%;
    padding: 20px;
  }
  .btn{
    margin-left: 0;
  }
  .sign_in{
    width: 100%;
  }
  .more{
    margin-top: 5em;
  }
  footer{
    margin-top: 0;
    padding: 30px;

  }
  .second{
    flex-direction: column;
  }
  .one, .first{
    margin: 0;
  }
}
@media (max-width: 500px) {
  .logo{
    width: 6em;
  }
  .logo_area{
    margin-left: 1em;
  }
}

