/*
$white: #fff;
$google-blue: #4285f4;
$button-active-blue: #1669F2;
*/

@media screen {


  /* version 2 Google Sign in Button Implementation */

  .google-signin-button {
    display: inline-flex;
    align-items: center;
    background: white;
    color: black;
    border-radius: 2px;
    border: thin solid #888;
    box-shadow: 1px 1px 1px grey;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: bold;
    font-family: "Roboto-Medium";
    cursor: pointer;
  }

  .google-signin-button-text {
    text-decoration: none;
  }

  .google-signin-button:hover {
  
    box-shadow: 0 0 6px grey;
  }

  .google-signin-button:active {
    box-shadow: none;
  }

  .google-signin-button-icon {
    display: inline-block;
    margin-right: 24px;
    width: 18px;
    height: 18px;
    background-image: url("https://developers.google.com/identity/images/g-logo.png");
    background-size: cover;
    background-color: white;
  }

  .coozii-logo-icon-in-button {
    display: inline-block;
    margin-right: 24px;
    width: 18px;
    height: 18px;
    background-image: url("/images/coozii-logi-icon-mid-green.png");
    background-size: cover;
    background-color: white;
  }

  /* End of version 2 Google Sign in Button Implementation */

  /* version 1 Google Sign In Button Implementation */

  .google_login_button_container {
    position: relative;
    padding:0.3em 1.2em;
    margin: auto;
    width: 200px;
    height: 40px;
   
  }


  .google-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -100px;

    width: 200px;
    height: 40px;
 
    padding: 1%;
    background-color: white;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
  }

  .google-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: white;
  }

  .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 0px;
    width: 18px;
    height: 18px;
  }

  .google-btn-text {
    /* float: right; */
    position: absolute;
    top: 0;
    left: 50px;
    color: #757575;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-family: "Roboto";
  }

  .google-btn:hover {
    box-shadow: 0 0 6px blue;
  }

  .google-btn:active {
    background: white;
  }

  }
  
  /* for User Home Button */

  .user-home-btn-container {
    position: relative;
    padding:0.3em 1.2em;
    margin: auto;
    width: 250px;
    height: 50px;
   
  }


  .user-home-btn {
    position: absolute;
    top: 50%;
    /* left: 0%; */
    margin: -20px 0 0 -22%;

    width: 250px;
    height: 50px;
 
    padding: 1%;
    background-color:dodgerblue;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
  }

  .user-home-btn-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-left: 1px;
    width: 40px;
    height: 54px;
    border-radius: 1px;
    background-color: white;
  }

  .user-home-btn-icon {
    position: absolute;
    margin-top: 10px;
    margin-left: -12px;
    width: 25px;
    height: 30px;
  }

  .user-home-btn-text {
    /* float: right; */
    position: absolute;
    top: 0;
    left: 50px;
    color: white;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-family: "Roboto";
  }

  .user-home-btn:hover {
    box-shadow: 0 0 6px blue;
  }

  .user-home-btnn:active {
    background: blue;
  }


  /* end 
/* for tablet */

@media only screen 
  and (min-width: 814px) 
  /* band (max-width: 1112px) */
  and (-webkit-min-device-pixel-ratio: 2) {

    .google_login_button_container {
      position: relative;
      padding:0.3em 1.2em;
      margin: auto;

      width: 300px;
      height: 40  px;

    }

    .google-btn {
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -20px 0 0 -150px;
  
      width: 300px;
      height: 40px;
   
      padding: 1%;
      background-color: white;
      border-radius: 2px;
      box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
    }


  .google-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 43px;
    border-radius: 2px;
    background-color: white;
  }

  .google-icon {
    position: absolute;
    margin-top: 11px;
    margin-left: 0px;
    width: 22px;
    height: 22px;
  }

  .google-btn-text {
    /* float: right; */
    position: absolute;
    top: -3px;
    left: 60px;
    color: #757575;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.2px;
    font-family: "Roboto";
  }
  
  /* for user home button */

  .user-home-btn-container {
 
    position: relative;
    padding:0.3em 1.2em;
    margin: auto;

    width: 350px;
    height: 40  px;
   
  }

  .user-home-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -175px;

    width: 350px;
    height: 40px;
 
    padding: 1%;
    background-color: dodgerblue;
    border-radius: 2px;
    box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
  }

  .user-home-btn-icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 1px;
    margin-left: 1px;
    width: 40px;
    height: 44px;
    
    border-radius: 2px;
    background-color: white;
  }

  .user-home-btn-icon {
    position: absolute;
    margin-top: 8px;
    margin-left: -10px;
    /*
    width: 22px;
    height: 27px;
    */
  }

  .user-home-btn-text {
    /* float: right; */
    position: absolute;
    top: 0;
    left: 50px;
    margin: 15px 0 0 30px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.2px;
    font-family: "Roboto";
  }

  .user-home-btn:hover {
    box-shadow: 0 0 6px blue;
  }

  .user-home-btnn:active {
    background: blue;
  }



}

  

@import url(https://fonts.googleapis.com/css?family=Roboto:500);