/* ================================================================================================
// 	File Name: style.scss
// 	Description: Style for customization.
// 	----------------------------------------------------------------------------------------------
// 	Item Name: Chameleon Admin - Modern Bootstrap 4 WebApp & Dashboard HTML Template + UI Kit
// 	Version: 1.0
// 	Author: ThemeSelection
// 	Author URL: https://themeselection.com/
// ================================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */


.btnGoogleLogin {
    background: #fff;
    color: #888;
    border: 1px solid #dadce0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    font-family: Rubik, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    box-shadow: none;
    width: 100%;
    border-radius: 5px;
    white-space: nowrap;
    justify-content: center;
    padding-bottom: 4px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    margin-bottom: 10px;
    max-width: 236px;
}

    .btnGoogleLogin div {
        line-height: 1.5715;
        text-align: center;
        cursor: pointer;
        font-size: 14px;
        width: 20px;
        height: 20px;
        position: relative;
        display: inline-block;
    }

    .btnGoogleLogin span {
        font-size: 14px;
        font-weight: 500;
        line-height: 22px;
        font-family: Rubik, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
        margin-left: 10px
    }

    .btnGoogleLogin img {
        position: relative;
        display: inline-block;
        box-sizing: border-box;
    }

    .btnGoogleLogin:hover {
        transform: none;
        transition: none;
        border: 1px solid #dadce0;
    }