body,
html {
    height: 100%;
    background: #f2f2f4; 
}
.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}
/*
 * Card component
 */

.card {
    background-color: #f2f2f4;
    /* just in case there no content*/
    
    _margin: 0 auto 25px;
    _margin-top: 50px;
    /* shadows and rounded borders */
    
    }
.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
/*
 * Form styles
 */

.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}
.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 58px;
}
input:focus,select:focus {
    /*border: 1px solid silver;*/
    outline-color: silver;
}
.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form-control{
    width: 100% !important;
    height: 58px;
}
.form-signin .form-control:focus {} .btn.btn-signin {
    background-color: #BD2A2A;
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 57px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 0 !important;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #BD2A2A;
}
.forgot-password  {
    color: #BD2A2A;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    margin-top: 16px;
}
.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus {
    color: #BD2A2A;
}
.acc {
    color: #6a6a6c;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding: 28px 0 14px 0px;
    font-size: 16px;
}
.btn.btn-lg.btn-primary.btn-block.btn-signin.fe {
    width: 88%;
    margin: 0 auto;
    margin-top: 33px;
}
.register {
    background-color: #fff;
    color: #6a6a6c;
    border: 2px solid #6a6a6c;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 32%;
    padding: 10px 0px;
    font-size: 15px;
    margin-top: 20%;
}
.login {
    text-align: center;
    border-bottom: 1px solid #b2b2b2;
    color: #333;
    font-weight: bold;
    font-size: 27px;
    _border-top: 1px solid #dbdbdb;
    background: #fff;
    padding: 21px 0px;
    -webkit-box-shadow: 0 3px 0px #888888;
    -moz-box-shadow: 0 2px 1px #888888;
    box-shadow: 0 3px 1px #e9e9e9;
}
.login span {} .register:hover {
    background-color: #BD2A2A;
    color: #fff;
    border: 2px solid #BD2A2A;
    cursor: pointer;
}
.logo {
    padding: 18px;
}
.card.img.card-container {
    background-color: #000;
    background-image: url(../images/app-bg.jpg);
    background-repeat: no-repeat;
}
.faster {
    color: #fff;
    font-size: 9ex;
    padding: 0 29px;
    margin-top: 18%;
}
@media only screen and (max-width: 767px) {
    .register {
        width: 60%;
    }
    Rules Computed Animations Fonts element {} .faster {
        font-size: 7ex;
    }
}
.container2{height:100%;background:#f2f2f4;}
.messageStackError, .messageStackWarning {
    font-size: 10px;
    background-color: #a70004;
    color: #ffffff !important;
    padding: 10px;
}
#messageStack {
    width: 90%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 5px;
    color: #ffffff !important;
    border: 0px solid #ccc;
    margin: auto;
    margin-top: 5px;
}
#inscription .form_line{margin-bottom:0px;}