.card{
    border-radius: 20px;
}

.login{
    margin-left: 18%;
    margin-right: 18%;
}

@media only screen and (max-width: 430px) {
    .login{
        margin-left: 10%;
        margin-right: 10%;
    }
}

body{
    background-image: url(/images/fondo-login.jpg?fdb51a81230a713f25790fdc40220665);
    background-repeat: no-repeat;
    height: 110%;
    width: 100%;

}
.info-t{
    color: #999;
    font-size: 22px;
}


.info-1{
    -webkit-text-decoration: underline #eb8200;
            text-decoration: underline #eb8200;
    color: #999;
}
.info-2{
    color: #999;
}
.log{
    background-color: #eb8200;
    color: white;
    width: 40%;
}
.log:hover{
    color: white;
}

.form-control{
    background-color: #e9ecef !important;
}

.margin-input{
    margin-left: 25%;
    margin-right: 25%;
}
.create{
    width: 30%;
    border: 1px solid ;
}
.text-black{
    color: #999;
}
.text-black:hover {
    color: #999;
}
footer {
    border-top: 8px solid #bdc533;
    background-color: white;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    color: white;
}
.img-footer{
    float: right;
    margin-right: 40px;
    margin-top: 10px;
}

