/* tcams Login CSS*/

.bic_login_tcams {
   /* background: #fefefe;*/
   background: url("../webix/imgs/tcams_back.jpg");
   background-size: cover;
   background-position: center;
}

.bic_login_form_tcams {
   border-radius: 5px;
   background-color: rgba(255,255,255,0.85) !important;
}

.bic_tcams_login_logo {
    padding-left: 0;
    background: none;
    border: none;
    text-align: center;
}

.bic_tcams_login_logo img{
    width: auto;
}

.bic_tcams_title_area {
  background: none;
  text-align: center;
}

.bic_tcams_title_area h1{
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.bic_tcams_title_area h6{
  margin-top: 0;
  font-size: 14px;
}

/* tcams Form Checkbox CSS */

.bic_form_checkbox_tcams .webix_checkbox_1 .webix_custom_checkbox {
    color: #ea002c;
}

/* tcams Button CSS*/

.bic_button_tcams .webix_button {
    background: #ff7a00;
    color: #ffffff;
}

.bic_button_tcams .webix_button:hover, .bic_button_tcams .webix_button:focus {
    background: #ffffff;
    color: #ff7a00;
    border: 1px solid #ff7a00;
}

.bic_button_tcams .webix_button .webix_icon_btn {
    color: #ffffff;
}
