html {
    height: 100%;
}
body {
    min-height: 100%;
    margin: 0;
    padding: 0;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans",sans-serif;
}
body {position: relative;}
footer {position: absolute; bottom: 0; left: 0; right: 0;text-align: center;}
.login {
    background-color: #666 !important;
    background: url("../_img/bg/33.jpg") no-repeat;
    background-size: 100%;

}
body {
    color: #333;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 14px;
}
.logo{
    height: 200px;
}
.login .content {
    margin: 0 auto;
    padding: 20px 30px 15px;
    color: #2C3E50;
    text-align: center;
}
.content-bdd{
    background-color: white;
    background: url("../_img/bg-white-lock.png");
    padding: 5px;
    border-radius: 4px;
}
.connect{
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #96C11F;
    margin-bottom: 5px !important;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.33333;
    border-radius: 6px;
    color: #fff;
}
.connect:focus, .connect:hover{
    text-decoration: none;
    color: #fff; font-weight: 600;
}
h3{
    font-size: 16px;
}
.row{
    margin-top: 20px;
}