/**
 * Voffice 2.0 Login theme
 * @author TruongTX5
 * @license Viettel Group
 */
/*****************************Variables**************************** */
/* -------------------------THEME DARK GREEN----------------------------------- */
/**
 * Voffice 2.0 Login theme customizable components
 * @author TruongTX5
 * @license Viettel Group
 */
/* -------------------------Login----------------------------------- */
.z-button-os {
  background-color: #ec6f5a;
  border-color: #ec6f5a;
}
  
.z-button-os:hover, .z-button-os:active, .z-button-os:focus {
    background-color: #f7715a;
}

.login-textbox div.button {
  background-color: #B9000E !important;
  border-radius: 4px 0 0 4px;
}

.login-textbox div.button.captcha:hover {
  background-color: #f7715a;
}

.login-textbox div.textbox {
  border-color: #B9000E !important;
  border-radius: 0 4px 4px 0;
}

.login .back-layer {
  background-color: #ec6f5a;
}
  
  /* -------------------------Popup select language--------------------------------- */
.popup-select-language.top-arrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #ec6f5a; }

.select-language-panel {
  background-color: #ec6f5a; }
