
body {
    font-size: 100%;
    background: url(/media/imagens/bg_usina.jpg);
    background-size: cover;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.content{
    padding-top: 28vh;
}

.main {
    left: 0;
    right: 0;
    /*height:50%;*/
    /*width: 40vm;*/
    min-height: 280px;
    /*margin: 0 auto;*/
    width: 342px;
    padding: 20px;
    resize: both;
    border-radius: 5px;
    background: rgba(233, 253, 255, 0.7);
    border: 0.5px solid rgba(0, 0, 0, 0.7);
    box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px);

}

/* Sistema de Alerta e Notificações */
.titulo{
    font-family: Marine;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 31px;
    color: #2D2D2D;
    padding: 20px;
    text-align: center;

}
.nome-sistema{
    font-family: Marine;
    text-align: center;
}
.sub{
    font-family: Marine;
    font-style: normal;
    font-size: 1.2vw;
    color: #2D2D2D;
    padding: 20px;
    text-align: center;

}

.logo-login img {
    margin-top: 22%;
}

/* Não tem uma conta? Crie uma!*/
.main .rodape {
    font-family: Marine;
    font-style: normal;
    font-size: 14px;
    color: #242424;
    text-align: center;
    margin-top: 20px;
}
.form{
    display: block;
    text-align: center;
}

#msg{
    margin-bottom: 50px;
}

.btn-login{
    padding: 8px 63px !important;
    border-radius: 2px;
}  

.form-group {
    position:relative;  

    & + .form-group {
        margin-top: 30px;
    }
}

.form-label {
    position: absolute;
    left: 0;
    right: 0;
    top: 13px;
    font-size: 13px;
    color: #808080;
    /* background-color: #fff; */
    z-index: 10;
    transition: transform 150ms ease-out, font-size 150ms ease-out;
}

.focused .form-label {
    transform: translateY(-100%);
    font-size: .75vm;
    color: #242424;
}

.form-input {
    position: relative;
    width: 95%;
    height: 55px;
    padding: 12px 10px 5px 10px;
    font-size: 1vw;
    color: #2D2D2D;
    outline: 0;
    box-shadow: 0 1px 0 0 #e5e5e5;
    transition: box-shadow 150ms ease-out;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #00ACC1;
    margin-top: 10px;
    margin-bottom: 10px;

    &:focus {
        box-shadow: 0 2px 0 0 blue;
    }
}

.form-input.filled {
    box-shadow: 0 2px 0 0 lightgreen;
}

.sistemas {
    background-color: rgba(0,0,0,0.5);
    padding: 5px 10px;
    border-radius: 10px 10px 0px 0px;
    bottom: 0px;
    position: fixed;
    left: 0px;
    right: 0px;
    width: 66%;
    margin: auto;
    text-align: center;
}

.transition {
    -webkit-transform: scale(1.3); 
    -moz-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}
.dash-sistemas li img {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

.sistemas ul li img {
    width:100px;
}

.label-float{
    position: relative;
    padding-top: 13px;
}

.label-float input{
    border: 1px solid lightgrey;
     font-family: Marine;
    border-radius: 5px;
    outline: none;
    width: 95%;
    padding: 20px 20px 8px 15px;
    top: -5px;
    font-size: 16px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -webkit-appearance:none;
    color: #2D2D2D;
}

.label-float input:focus{
    border: 1px solid #00ACC1;
}

.label-float input::placeholder{
    color:transparent;
}

.label-float label{
    font-family: Marine;
    pointer-events: none;
    position: absolute;
    top: calc(50% - 8px);
    left: 15px;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    /* background-color: white;*/
    padding: 5px;
    box-sizing: border-box;
    color: #A9A9A9;
    font-size: 14px;
    z-index: 1;
    font-weight: normal;
}

.label-float input:required:invalid + label{
    color: red;
}
.label-float input:focus:required:invalid{
    border: 2px solid red;
}
.label-float input:required:invalid + label:before{
    content: '*';
}
.label-float input:focus + label,
.label-float input:not(:placeholder-shown) + label{
    font-size: 13px;
    top: 10px;
    color: #00ACC1;
}
.label-float  label::after{
    content: "";
    width: 99%;
    /* border-bottom: solid 2px #fff; */
    height: 1px;
    display: block;
    top: 15px;
    position: absolute;
    z-index: -1;
    left: 0px;
}

.browser-support{
  border-radius: 5px;
  padding: 7px 10px;
  text-align: center;
  width: 68%;
  position: absolute;
  background: rgba(255, 224, 102, 0.7);
  color: #333;
  left: 0;
  right: 0;
  margin: 65px auto;
}

.browser-support i{
  vertical-align: bottom;
  font-size: 22px;
  margin-right: 10px;
}