/*******************************************************************************
  Authorization Template
*******************************************************************************/

/*******************************************************************************
  Office
*******************************************************************************/

/*  IUKL - Infrastructure University Kuala Lumpur
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-iukl{
  background: url('../../../../images/authorization/iukl/iukl.png') no-repeat center center;
  background-size: cover;
}

/*  Franchise 01 - Executive College Sarawak
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-franchise-01{
  background: url('../../../../images/authorization/franchise/franchise_01.png') no-repeat center center;
  background-size: cover;
}

/*  Franchise 02 - i-CATS Univesity College
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-franchise-02{
  background: url('../../../../images/authorization/franchise/franchise_02.jpg') no-repeat center center;
  background-size: cover;
}

/*  Franchise 03 - Sunway International Business School
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-franchise-03{
  background: url('../../../../images/authorization/franchise/franchise_03.jpg') no-repeat center center;
  background-size: cover;

}

/*  Franchise 04 - Himalayan College of Management
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-franchise-04{
  background: url('../../../../images/authorization/franchise/franchise_04.jpg') no-repeat center center;
  background-size: cover;
}

/*  Franchise 05- Capital University of Somalia
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-franchise-05{
  background: url('../../../../images/authorization/franchise/franchise_05.jpg') no-repeat center center;
  background-size: cover;
}


/*  Franchise 06 - Advanced Tertiary College
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-franchise-06{
  background: url('../../../../images/authorization/franchise/franchise_06.png') no-repeat center center;
  background-size: cover;
}

/*  Franchise 07 - National College of Technology
*******************************************************************************/
.auth.theme-two .banner-section .slide-content.bg-franchise-07{
  background: url('../../../../images/authorization/franchise/franchise_07.jpg') no-repeat center center;
  background-size: cover;
}



/*  Border
*******************************************************************************/
.border-success{border:1px solid #19d895;}

/*  Button
*******************************************************************************/
body .btn-custom{
  background-color:#ff3225;
  border-color:#ff2618;
  color:#ffffff;
}

body .btn-custom:hover{
  background-color:#ff3e32;
  border-color:#ff3225;
  color:#ffffff;
}

body[data-theme='default'] .btn-custom{
  background-color:#ff3225;
  border-color:#ff2618;
  color:#ffffff;
}

body[data-theme='default'] .btn-custom:hover{
  background-color:#ff3e32;
  border-color:#ff3225;
  color:#ffffff;
}
