html {
  position: relative;
  min-height: 100%;
}

body {
  height: 100%;
}

.loginLeft,
.loginRight,
.loginCenter {
    height: 420px;
    text-align:center;
}

.circleCEDA{
    border: 1px solid #F6F6F8;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    margin: auto;
    background-color: #F6F6F8;
}

.alertNotify{
    border-radius:5px;
    padding:5px;
    max-width:450px;
    font-size: 0.80rem;
    text-align: center;
    margin-bottom: 5px;

}

.cedaLogoSpot{
    margin-top: 20px;
    font-size: 35px;
    color: white;
}

#containerLogin{
    margin-top: 50px;
}

#brandCEDA{
    width: 350px;
    height: auto;
}

.circleCompany {
    border: 1px solid #F6F6F8;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: auto;
    background-color: #F6F6F8;
}

#brand_web{
    margin-top: 10px;
}

.cardEader{
    height: 120px;
}
.cardCustom{
    margin:auto;
    width: 95%
}

.cardTemporanea{
    width: 350px;
}

.cardForgot{
    width: 350px;
}

.cardLogin{
    margin:auto;
    width: 350px;
    height: 430px
}

#brand_img{
    width: 100px;
    height: auto;
}

#brand_name{
    font-size: medium;
}

.card-title{
    min-height: 50px;
    max-height: 50px;

}

.txt1 {
  font-size: small;
  line-height: 1.5;
}

.txt2 {
  font-size: small;
  line-height: 1.5;
  color: #666666;
}

.footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: white;
}

.footer-white{
    color: white;
}

.footer_logo {
    height: 35px;
    text-align: center;
}

.alert {
   height:40%;
}

/* Responsive */

@media (max-width: 992px) {

    .cedaLogoSpot{
        margin-top: 20px;
        font-size: 35px;
        color: white;
    }
    .loginLeft,
    .loginRight,
    .loginCenter {
        height: 420px;
        text-align:center;
    }
    .circleCEDA{
        border: 1px solid #F6F6F8;
        border-radius: 50%;
        width: 250px;
        height: 250px;
        margin: auto;
        background-color: #F6F6F8;
    }

    #brandCEDA{
        width:250px;
        height: auto;
    }

    .cedaLogoSpot{
        margin-top: 20px;
        font-size: 20px;
        color: white;
    }

    .cardLogin{
        margin:auto;
        width: 350px;
        height: 430px;
    }

    #login-footer{
        font-size: 90%;
    }

    .footer_logo{
        width:120px;
        height: auto;
    }

}


@media (max-width: 767px) {

    .logoCeda{
        display:none;
    }

    .cardLogin{
        margin:auto;
        width: 350px;
        height: 430px;
    }

}

@media (max-height: 680px) {



}


@media (max-width: 576px) {


}


@media (max-width: 480px) {



}
