@import url(../support/bootstrap.min.css);
 @import url(../fonts/css/font-awesome.min.css);
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Roboto+Slab');

body, html,.dbody {
    position: relative;
     font-family: "Roboto"; 
    font-size: 14px;
    background: url(../images/loginback.jpg) no-repeat;
    color: #ccc;
}

.card-container.card {
    /*max-width: 345px;*/
    padding: 30px 40px;
    padding-bottom: 70px;
    position: relative;
}

.textblock {
    /*overflow:hidden;
    height:98px;*/
}
.textblock .form-group{
    position: relative;
}
.textblock .form-group .form-control{
    position: relative;
    padding-left: 50px;
}
.textblock .form-group i{
    position: absolute;
    left: 10px;
    top: 4px;
    font-size: 32px;
    z-index: 2;
    color: #181f36;
}
#showinfolink {
    display:none;
}
.btn-primary {
    /* border-color: #a742ba !important; */
    /* background: linear-gradient(60deg,#ab47bc,#8e24aa) !important; */
}



   .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
    box-shadow: 0 14px 26px -12px rgba(156,39,176,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(156,39,176,.2) !important;
}

#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 {
    margin: 0 auto 25px;
    /* border: 0px solid #fffbed; */
    border-top-width: 10px;
    margin-top: 50px;
    /* shadows and rounded borders */
    /* border-bottom-width: 10px; */
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.78);
    box-shadow: 0px 2px 5px rgb(237, 201, 165);
}

.profile-img-card {
    width: 110px;
    background: #fff0;
    position: absolute;
    right: 20px;
    top: 3px;
    padding: 5px 5px;
    display: block;
    border-radius: 2px;
    /* background: rgba(0, 0, 0, 0.5); */
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.7);
}


.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;
}



.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;
    /* text-align: center; */
    /* color: #ddd; */
    background: #fffbed !important;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.form-signin .form-control:focus {
    border-color: rgb(255, 251, 237);
    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: #a0a0a0;
    margin-top: 15px;
    /* font-weight: 600; */
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: #cccccc;
}


.form-top {
    overflow: hidden;
    /* padding-top: 15px; */
    text-align: left;
    color: #ccc;
    /* font-size: 85%; */
}
.form-top-left {
    /* float: left; */
    /* width: 75%; */
    /* padding-top: 25px; */
}
.form-top-right {
    float: left;
    width: 25%;
    padding-top: 5px;
    font-size: 66px;
    color: #fff;
    line-height: 100px;
    text-align: right;
    opacity: 0.3;
}
.dbody {
    /* background-image:url(../images/loginback.jpg); */
    /* background-repeat: no-repeat; */
}
@media (min-width: 768px) {
    body, html,.dbody {
  background-size: cover;
}
    .spa40 {
        height: 80px;
    }

    .dbody {
        /* background-size: cover; */
        /* background-position: top center; */
    }

    .card-container.card {
        /* max-width: 345px; */
        width: 380px;
    }
}

@media (max-width: 768px) {
    .card-container.card {
        max-width: 330px;
        /* padding-bottom: 30px; */
        margin-top: 30px;
    }
    .spa40 {
        height: 0px;
    }
    .profile-img-card {
        /* display:none; */
    }
    .dbody {
            /* background-size: auto; */
            /* background-position: center center; */
            /* background-repeat: repeat-y; */
    }
}

@media (max-width: 468px) {
     .card-container.card {
    /* margin-top: 50px; */
    }
    .spa40 {
        height: 80px;
    }
}