﻿body {
  background: #000;
}

.login {
  margin: 10% auto;
  margin-top:5%;
  width: 340px;
  padding: 3% 3%;
  background: #000;
}
h1.login-title {
  margin: -28px -25px 5px;
  padding: 15px 25px;
  font-size: 15px;
  font-weight: 300;
  color: #fec524;
  text-align:center ;
  font-weight: bold;
 
}
.cancelar-span {
  margin: 2% 25%;
  font-size: 15px;
  font-weight: bold;
  padding: 2% 2%;
  color: #fec524;
  text-align:center;
  font-weight: bold;
  cursor:pointer;
}

.logo-silodisa {
  margin:  -28px -25px 5px;
  padding: 20% 25px;
  font-size: 15px;
  font-weight: 300;
  text-align:center;
}

.captcha-input {
    width: 100%;
    height: 30px;
    margin-bottom: 5%;
    padding-left: 5px;
    font-size: 15px;
    /*background: #ffffff url('../../images/silodisa-web-app_1.2-93.png') no-repeat;*/
    border: 0px solid #ccc;
    padding: 15px 10px 15px 40px;
    border-radius: 4px;
    cursor: help;
}

    .captcha-input:focus {
        border-style: solid;
        border-color: #6e8095;
        /*background: #ffffff url('../../images/silodisa-web-app_1.2-93.png') no-repeat;*/
    }

.login-input {
    width: 100%;
    height: 50px;
    margin-bottom: 5%;
    padding-left: 5px;
    font-size: 15px;
    background: #ffffff url('../../images/silodisa-web-app_1.2-93.png') no-repeat;
    border: 0px solid #ccc;
    padding: 15px 10px 15px 40px;
    border-radius: 4px;
    cursor: help;
}

.login-input:focus {
    border-style: solid;
    border-color:#6e8095;
    background: #ffffff url('../../images/silodisa-web-app_1.2-93.png') no-repeat;
  }

.login-input2 {
    width: 100%;
    height: 50px;
    margin-bottom: 5%;
    padding-left: 5px;
    font-size: 15px;
    background: #ffffff url('../../images/silodisa-web-app_1.2-94.png') no-repeat;
    border: 0px solid #ccc;
    padding: 15px 10px 15px 40px;
    border-radius: 4px;
    cursor: help;
}
.login-input2:focus {
    border-style: solid;
    border-color:#6e8095;
    background: #ffffff url('../../images/silodisa-web-app_1.2-94.png') no-repeat;
  }



.login-button {
  width: 100%;
  height: 45px;
  padding: 0;
  font-size: 17px;
  color: #fec524;
  text-align: center;
  background: #000;
  cursor:pointer;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
  border: 1px solid #fec524;
  border-radius: 4px;
  }

.login-lost
{
  text-align:center;
  margin-bottom:0px;
}

.login-lost a
{
  color:#666;
  text-decoration:none;
  font-size:13px;
}

.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}
