.btn.btn-blue{
    background: #69a2a6;
    color:#fff;
}
.btn.btn-brown{
    background: #361f1b;
    color:#fff;
}
a{color:#361f1b;
    cursor:pointer
}

.margin-top-10{
    margin-top:10px;
}

body{
    background:no-repeat 50% 50% fixed;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;

}
.col-md-6{
    padding:0 5px;
}

html{
    width:100%;
    height:100%;
    margin:0;
    padding:0;
}

#color-coverlay{
    background:rgba(105,162,166,.6);
    width:100%;
    height:100%;
    position:absolute;
}

.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;
    width:100%;
    max-width:400px;
}


#login {
    min-width: 200px;
    max-width: 400px;
    min-height: 100px;
    padding: 0px 0 10px 0;
    background:#fff;
    border-radius:15px;
    overflow:hidden;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    border:1px solid #aa303a;
    position:relative;
}

#logo-container{
    margin: auto;
    margin-bottom: 10px;
    padding:3px 0;
    width:100%;
    height:55px;
    text-align:center;
    background:rgba(105,162,166,.4);

}
#login-content{
    padding:0 20px;
}
.form-inline .form-control{
    width:100%;
}
.col-md-6.options{
    font-size:14px;
    text-align:left;
    padding-bottom:4px;
}

.parsley-errors-list{
    list-style:none;
    margin:0;
    padding:0;
}
.parsley-errors-list li{
    color:#ff0000;
    font-size:13px;
    font-weight:bold;
}


/*  ---------------------------------------
    Password Straight
    --------------------------------------- */
#passwordStrength
{height:10px;display:block;float:left;}

.strength0
{
    width:250px;
    background:#cccccc;
}

.strength1
{
    width:50px;
    background:#ff0000;
}

.strength2
{
    width:100px;
    background:#ff5f5f;
}

.strength3
{
    width:150px;
    background:#56e500;
}

.strength4
{
    background:#4dcd00;
    width:200px;
}

.strength5
{
    background:#399800;
    width:250px;
}

