﻿body {
      background: url('images/slider12.jpg') fixed center no-repeat;   
    /*background:#dce3e8;*/
    /*padding-top: 50px;*/
    /*padding-bottom: 20px;*/
}
body.custom_bg{
    /*background:#ebeff2;*/
      background: url('images/slider12.jpg') fixed center no-repeat;     
    background-size: cover;
}
.bg{
    /*background: url('images/bg-footer11.jpg') fixed center no-repeat;*/  
     background: url('images/slider12.jpg') fixed center no-repeat;     
    background-size: cover;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
}
.breadcrumb {
    background-color: transparent;
    margin-bottom: 15px;
    padding-top: 10px;
    padding-left: 0px;
}
.page_color{
    color:#ffffff;
}
.top-dw{
    margin-top:50px;
}
.top_cd{
    margin-top:10px;
}
.cd_style{
    margin-top:100px;
}
.pssd_style{
    margin-top:100px;
}
.card-box {
  padding: 20px;
  border: 1px solid rgba(54, 64, 74, 0.05);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  background-clip: padding-box;
  margin-bottom: 20px;
  background-color: #ffffff;
}
.form-control {
  

    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,0.075); */
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-group > label, .form-group .control-label {
    font-size: 14px;
    opacity:unset !important;
    margin-bottom: 0;
    color:#808080;
    font-weight: 400 !important;
}
.btn{
    border-radius: 0px !important;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/
/*.loginbg{
    background-color:#555;
}*/
.txtcolor{
    color:#fff;
}
.errorcolor{
    color:red;
}
.error_style{
    padding-top:25px;
}

.forgotcol{
    color:#52c6eb;
}
.page-header {
    border-bottom:none !important;
}

.btcol{
      background-color:#52c6eb;
      color:#fff;
}
 .icon-user{
    /*display:block;*/
      position: absolute;
    right: 43%;
    bottom: 88%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    vertical-align: middle;
    text-align: center;
    font-size: 30px;
}
 .set-icon{
    border-radius:50px;
}
 .set-icon:hover{
     border-radius:1%;
 }
 .bg-color-grey{
    background-color:#fff;
    color:#fff;
}
 .btn[disabled], btn{
     color:#ffffff !important;
 }
