@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?42708523');
  src: url('../font/fontello.eot?42708523#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?42708523') format('woff2'),
       url('../font/fontello.woff?42708523') format('woff'),
       url('../font/fontello.ttf?42708523') format('truetype'),
       url('../font/fontello.svg?42708523#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}


html{
  height: 100%;
}

body {
  background-image: url("../images/BG_Image.jpg");
  background-position: top left;
  background-size: initial;
  background-repeat: no-repeat;
  z-index: -1;
  font-family: "Roboto", sans-serif;
  height: 100%;

}

#side
{
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 27%;
  min-width: 300px;
  z-index: 1;
  background: #FFFFFF;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);

}

#cod{
  position: relative;
  width: 100%;
  padding-bottom: 5px;
  align-content: center;
  float: left;
}

#codphp
{
  background-color:#075976;
  padding:10 5;
  color:white;
}

#cod_cod
{
  background-color:rgb(222, 222, 222);
}

.sair{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  padding-bottom: 5px;
  align-content: center;
  float: left;
}

.login{
  margin: auto;
  width: 360px;
  padding: 8% 0 0;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 360px;
  margin: 0 auto 100px;
  padding: 30px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #e9e9e9;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;

}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgb(116, 116, 116);
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(116, 116, 116);
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: rgb(116, 116, 116);
}
.form button {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #075976;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

.form button:hover {
  background: #117091;
}

.form button:active {
  background: #0f5f7c;
}


.form .esquecido {
  margin: 15px 0 0;
  color: #3b3b3b;
  font-size: 12px;
}
.form .esquecido a {
  color: #075976;
  text-decoration: none;
}

a{
  color: #075976;
}

#logopng{
  width: 20%;

  margin: auto;
  margin-top: 15px;
}

#iconmg
{
  width: 70%;
}

@media screen and (max-width: 360px){

  .form {
    height: 100%;
    margin: 0;
    padding: 0;
    padding-top: 5px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2), 0 0 0 0 rgba(0, 0, 0, 0.24);
  }

  .login{
    height: 100%;
    margin: 0;
    padding: 0;
  }

}

.grelha{
  width: 100%;
  float: right;
  align-content: center;
  padding-right: 10px;
  overflow: hidden;
}

.bt
{
  border-radius: 7px;
  padding: 13px 0 ;
  width: 70%;
  border-style: none;
  cursor: pointer;
}

#bt_sair{
  background-color:rgb(167, 53, 53);
  color:rgb(255, 255, 255);
}

#bt_sair:hover
{
  background-color:rgb(195, 56, 56);
}

#bt_sair:active
{
background-color: rgb(140, 43, 43);
}

.icone{
font-family: "fontello";

}
