@charset "UTF-8";
@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,400italic);

/*
 * General styles
 */

html { 
  /* background:  url('../../img/bg.png') repeat;      */
  /*
  background:  url('../../img/full-bg.jpg') no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  */
}

html, body {
    font-family: "Source Sans Pro", sans-serif;
    background-color: transparent !important;     
}

.card-container.card {
    max-width: 385px;
    padding: 40px;
}

.h-captcha {
    margin-top: 15px;
}
/*
 * Card component
 */
.card {
    background-color: #F4F4F4;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.user-img {
    margin: 0 auto 40px;
    display: block;
}

/*
 * Form styles
 */
.user-container{
    margin-top: -30px;
    text-align: center;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.user-name {
    font-size: 16px;
    font-weight: bold;
    margin: 10px 0 0;
    min-height: 1em;
}

.user-email {
    font-size: 14px;
    margin-bottom: 10px;   
    line-height: 2;      
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.action-link{
    color: rgb(104, 145, 162);
}

.action-link:hover,
.action-link:active,
.action-link:focus{
    color: rgb(104, 145, 162);  
}

.brand-bar{
    margin-top: 40px;
    text-align: center
}

.footer-bar{
    text-align: center
}

.brand-bar p, .footer-bar p{
    min-height: 1em;
    color: #666;
    padding: 0 40px;
    min-height: 1em;
}

.brand-bar p {
    font-size: 2em;
    font-weight: lighter;
    margin: 30px 0
}

.footer-bar p{
    font-size: 1.2em;
    font-weight: lighter
}

.brand-logo{

}

.btn-primary{
    background-color: #5d9cec;
}

.loading-box{
    display: none;
    background: rgba(0, 0, 0, .85) url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSI2NHB4IiBoZWlnaHQ9IjY0cHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c2NyaXB0IHR5cGU9InRleHQvZWNtYXNjcmlwdCIgeGxpbms6aHJlZj0iLy9wcmVsb2FkZXJzLm5ldC9qc2NyaXB0cy9zbWlsLnVzZXIuanMiLz48Zz48cGF0aCBkPSJNNjQgMTI4QTY0IDY0IDAgMCAxIDE4LjM0IDE5LjE2TDIxLjE2IDIyYTYwIDYwIDAgMSAwIDUyLjgtMTcuMTdsLjYyLTMuOTVBNjQgNjQgMCAwIDEgNjQgMTI4eiIgZmlsbD0iI2U1NTAwMCIgZmlsbC1vcGFjaXR5PSIxIi8+PGFuaW1hdGVUcmFuc2Zvcm0gYXR0cmlidXRlTmFtZT0idHJhbnNmb3JtIiB0eXBlPSJyb3RhdGUiIGZyb209IjAgNjQgNjQiIHRvPSIzNjAgNjQgNjQiIGR1cj0iMTgwMG1zIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlVHJhbnNmb3JtPjwvZz48L3N2Zz4=') no-repeat center center;
    content: '';
    height: 100%;
    left: 0px;
    opacity: 1;
    position:fixed;
    top: 0px;
    transition:all .35s ease;
    width: 100%;
    z-index: 999;
}