/*----------------------------------------------
*
* [Theme Pink Stylesheet]
*
* Theme    : Leverage
* Version  : 2.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    
    /* --primary-color: #fc5130; */
    /* --secondary-color: #E0040B; */
    --primary-color: #00a3de;
    --secondary-color: #00a3de;
}

/* #endregion Root */


.form-control {
    font-size: 85% !important;
    /* background-color: #f7f2f2; */
    background-color: #FFF;
}

label {
    font-size: 80% !important;
    margin: 0 !important;
    padding: 0 !important;
    /* color: #222; */
}

.white-bg{
    background-color: #FFFFFF !important;
}

small {
    font-size: 11px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.small-link {
    font-size: 100% !important;
}

.form-control::-webkit-input-placeholder { /* Edge */
    color: rgb(167, 161, 161);
}
  
.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgb(167, 161, 161);
}
  
.form-control::placeholder {
    color: rgb(167, 161, 161);
}
