@import url(../support/bootstrap.min.css);
@import url(../fonts/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Signika');

body, html {
    position: relative;
  font-family: 'Signika', sans-serif;
}

.card-container.card {
    /*max-width: 345px;*/
    padding: 20px 40px;
    padding-bottom: 40px;
    position: relative;
}

.textblock {
    /*overflow:hidden;
    height:98px;*/
}
#showinfolink {
    display:none;
}
#hmen {
    position: absolute;
    top: 11px;
    right: 16px;
    padding: 5px;
    font-size: 14px;
    background: #cecece;
    border-radius: 100%;
    border: 1px solid #777;
    cursor: pointer;
}
.btn {
    width: 49%;
    line-height: 24px;
    outline: none !important;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
    outline-color: transparent;
}
.btn-site {
    color: #fff;
    background-color: #2d2d2d;
    border-color: #676767;
    outline-color: transparent;
}
.btn-site:hover,.btn-site:focus {
    color: #fff;
    background-color: #111;
    border-color: #6b6b6b;
    outline-color: transparent;
}
/*
 * Card component
 */
.card {
    
    /* just in case there no content*/
    
margin: 0 auto 25px;
    
border: 0px solid #faffbd;
    
border-top-width: 10px;
    
margin-top: 50px;
    /* shadows and rounded borders */
    
border-bottom-width: 10px;
    
-moz-border-radius: 2px;
    
-webkit-border-radius: 2px;
    
border-radius: 2px;
    
background: rgba(0, 0, 0, 0.75);
    
/* background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%); */
}

.profile-img-card {
    width: 96px;
    background: #fff;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    /* border: 1px solid #e0e0e0; */
}

#btnsdiv{
    text-align: center;
}
.profile-name-card {
    font-size: 31px;
    font-weight: 400;
    text-align: center;
    margin: 0px 0 20px;
    color: #fff;
    /* text-transform: uppercase; */
    text-shadow: 0px 1px 1px #000;
    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: 44px;
    font-size: 16px;
}
.btn,.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text]{
     border-radius: 0;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text]{
    margin-bottom: 10px;
    z-index: 1;
    height: 40px;
    /* font-weight:600; */
    color: #ddd;
    background: transparent !important;
    border-color: #676767;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.form-signin .form-control:focus {
    border-color: rgb(232, 232, 232);
    background:#efefef;
    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 0px 0px rgba(0,0,0,.075),0 0 0px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    float:left;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}
a {
     float:right;
}
.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(156, 156, 156);
    /* margin-top: 10px; */
    /*display: none;*/
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: #d6d6d6;
}


.form-top {
    overflow: hidden;
    padding-bottom: 8px;
    text-align: left;
    color: #ccc;
    font-size: 85%;
}
.form-top-left {
    float: left;
    width: 80%;
    /* padding-top: 25px; */
}
.form-top-right {
    float: left;
    width: 20%;
    padding-top: 10px;
    font-size: 60px;
    color: #fff;
    line-height: 85px;
    text-align: right;
    opacity: 0.3;
}
.dbody {
    background-image:url(../images/login-page.jpg);
    background-repeat: no-repeat;
}
@media (min-width: 768px) {
    .spa40 {
        height: 80px;
    }

    .dbody {
        background-size: cover;
        background-position: top center;
    }

    .card-container.card {
        max-width: 345px;
    }
}

@media (max-width: 768px) {
    .card-container.card {
        max-width: 330px;
        /* padding-bottom: 0px; */
        margin-top: 15px;
        padding: 8px 30px 30px;
    }
    .spa40 {
        height: 0px;
    }

    .dbody {
            background-size: auto;
            background-position: center center;
            background-repeat: repeat-y;
    }
}

@media (max-width: 468px) {
     .card-container.card {
    padding: 20px 30px 40px;
    }
    .spa40 {
        height: 80px;
    }
}