html, body {
    height: 100%;
    background-color: white;
}

body {
}

.full-height {
    height: 100%;
}


.no-padding {
    padding: 0 !important;
}

.has-error {
    font-weight: bold;
    color: red;
}

.container {
    height: 100%;
    padding: 0;
    /*background: url("../img/lama.png")  no-repeat center center fixed;*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
    /*!*background-size: auto 200px;*!*/
    /*background-size: cover;*/
    /*background-position: left;*/

    /*-webkit-background-size: cover;*/
    /*-moz-background-size: cover;*/
    /*-o-background-size: cover;*/
    /*background-size: contain;*/
    /*background: url("../img/lama.png") no-repeat center center fixed;*/
    /*background-size: 100% auto;*/
}

.footer {
    /*border: 1px solid black;*/
    height: 1200px;
    /*position: fixed;*/
    bottom: 0;
    /*width: 100%;*/
    /*position: fixed;*/
    width: inherit;
    /*bottom: 0*/
    background-size: 100% auto;
    background-image: url("../img/lama2.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    /*no-repeat center center fixed;*/
    /*background-size: 100% auto;*/

}

.lama {
    width: 100%;
    height: auto;
}

/*.bg {*/
/*    background: url("../img/lama.png") no-repeat center center fixed;*/
/*    background-size: contain;*/
/*}*/
