@import url(../suport/bootstrap.css);
@import url(../font-awesome/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Scada');

    body, html {
        position: relative;
        font-family: "Scada";
        /*background:#f9f9f9;*/
    }

  

    .card-container .panel {
        /* padding: 40px 40px; */
    }
.modalBackground {
    background: rgba(0, 0, 0, 0.95);
}
    .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 {
        height: 36px;
        width:120px;
    }
.btn-site,.btn-site:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
.btn-site:hover {
    color: #fff;
    background-color: #000000;
    border-color: #000000;
}
    /*
 * Card component
 */
    .card {
        
        /* just in case there no content*/
        /* padding: 20px 25px 30px; */
        margin: 0 auto 25px;
        max-width: 320px;
        margin-top: 50px;
        /* shadows and rounded borders */
        -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);
    }
.panel {
    /* background-color: rgba(0, 0, 0, 0.4); */
    /* background: transparent; */
    /* border: 0; */
    }
    .panel-body {
        padding: 10px 35px 40px;
    }

    .profile-img-card {
        width: 70%;
        /* background: #fcb026; */
        /* height: 96px; */
        margin: 20px auto 10px;
        display: block;
        /*-moz-border-radius: 50%;
         -webkit-border-radius: 50%;
         border-radius: 50%; 
        border: 1px solid #e0e0e0;*/
        padding: 2px;
        /*-moz-border-radius: 2%;
        -webkit-border-radius: 2%;
        border-radius: 2%;*/
        /* border: 1px solid rgba(255, 255, 255, 0.78); */
    }

    /*
 * Form styles
 */
    .profile-name-card {
        font-size: 22px;
        font-weight: 400;
        text-align: center;
        margin: 10px 0 10px;
        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;
    }

    .form-signin input[type=email],
    .form-signin input[type=password],
    .form-signin input[type=text] {
        width: 100%;
        display: block;
        color: #000;
        /* font-weight:600; */
        /* margin-bottom: 10px; */
        border-color: #a9a9a9;
        z-index: 1;
        position: relative;
        border-radius: 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }


    .form-signin .form-control:focus {
        border-color: #fb4128;
        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, .form-control {
        /* background-color: rgb(242, 242, 242); */
    }

    .btn {
        /*margin-top: 15px;*/
        text-transform: capitalize;
    }

    .forgot-password {
        color: rgb(39, 39, 39);
        margin-top: 10px;
        font-weight: 600;
        text-transform: capitalize;
        text-decoration: underline;
    }

        .forgot-password:hover,
        .forgot-password:active,
        .forgot-password:focus {
            color: rgb(0, 0, 0);
        }

    .spa40 {
        height: 10px;
    }
  .dbody {
        background: #f5f5f5 url(../images/login-page.jpg) no-repeat left top;
        position:relative;
    }
@media (min-width: 768px) {
    .spa40 {
        height: 80px;
    }
.panel {
}
    /*.dbody {
        background: #f5f5f5;
    }*/

  .dbody {
        background-size: cover;
    }

    .body {
        /* position: fixed; */
        /* left: 0; */
        /* width: 100%; */
        /* height: 100%; */
        /* background: rgba(255, 255, 255, 0.11); */
        /*border-top:5px solid #ddd;
        border-bottom:5px solid #ddd;*/
    }
}
@media (max-width: 768px) {
    /*.dbody {
        background: rgb(0, 0, 0);
    }*/
}