html, body
{
    height: 100%;
    margin: 0;
    padding: 0
}
body
{
    background: #dddddd url(../img/bg-img/2.jpg) no-repeat center center fixed;
    background-size: cover;
}
.container-fluid
{
    height: 100%;
    display: table;
    width: 100%;
    padding: 0;
}

.row-fluid
{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.centering
{
	float: none;
    margin: 0 auto;
    background: rgba(240,240,255, 0.7);
    border-radius: 16px;
    border: solid 10px rgba(255,0,0, 0.08);
}

.form-container
{
    padding: 10px 50px 10px 50px;
}

.img-responsive
{
    margin: 0 auto;
}/* CSS Document */

