html, body {
    min-height: 100%;
}

.container
{
    height: 100vh;
}

.row
{
    height: 100%;
}

.img-itec
{
    margin-bottom: 30px;
}

.img-central
{
    margin-bottom: 30px;
}

.background-login
 {
  background-image: url("../images/img-background.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;  
 }

 .img-teste
 {
    background-image: url("../images/trabalhando-no-laptop.svg");
 }

 #login_name::placeholder {
   color: #004B8E;
 }

 #login_password::placeholder {
   color: #004B8E;
 }

.info-form-itec
{
    background-color: #004c8e63;
    border: 1px solid rgba(255, 255, 255, 1);
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.form-login-itec
 {
    background-color: rgba(255, 255, 255, 1);
    padding-top: 5%;
    padding-bottom: 5%;
    border: 1px solid rgba(255, 255, 255, 1);
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
 }

 .input-group
 {
    width: 80%;
 }

 .input-group-text
 {
    background-color: #004B8E;
    color: white;
    border-color: #004B8E;
 }

 #login
 {
    background-color: #004B8E;
    border-color: #004B8E;
 }

 .button
 {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
 }

.texto0
{
    color:#004B8E;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

 .texto1
 {
    color: white;
    font-size: 24px;
    font-weight: 700;
    margin-top: 50px;
    text-align: center;
 }

 .texto2
 {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
 }

 .texto3
 {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
 }

 .texto4
 {
    color: white;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
 }
