.popup-box-login-google {
	background:#fff;
	max-width:330px;
	height: auto;
	position:relative;
	margin:50px auto;
	margin-top:36%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	border-radius:5px;
}

.header-google {
    background: #fff;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 20px;
    border-radius: 10px;
    position: relative;
}
.header-google img {
    width: 32px;
    height: 30px;
    float:left;
    display: block;
    margin-top: -8px;
    margin-left: -3px;
    margin-right: 0px;
}
.box-loading {
    width: 98%;
    height: 407px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    overflow: hidden;
}
.box-google {
    width: 90%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.txt-login-google {
    color: #000;
    font-size: 25px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: left;
    padding-top: 23px;
}
.txt-login-google-desc {
    padding-top: 10px;
    padding-Bottom: 10px;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    text-align: left;
}
input {
    background: #fff;
}
#form {
    width: 40vw;
    margin: 0 auto;
    margin-top: 50px;
}
.input-box.active-grey {
    .input-1 {
        border: 1px solid #dadce0;
    }
    .input-label {
        color: #80868b;
        top: -8px;
        background: #fff;
        font-size: 11px;
        transition: 250ms;
        svg {
            position: relative;
            width: 11px;
            height: 11px;
            top: 2px;
            transition: 250ms;
        }
    }
}
.input-box {
    position: relative;
    margin: 10px 0;
    .input-label {
        position: absolute;
        color: #80868b;
        font-size: 16px;
        font-weight: 400;
        max-width: calc(100% - (2 * 8px));
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        left: 8px;
        top: 17px;
        padding: 0 8px;
        transition: 250ms;
        user-select: none;
        pointer-events: none;
        
        
        
        
        
        
        
        
        svg {
            position: relative;
            width: 15px;
            height: 15px;
            top: 2px;
            transition: 250ms;
        }
    }
    .input-1 {
        box-sizing: border-box;
        height: 50px;
        width: 100%;
        border-radius: 4px;
        color: #202124;
        border: 1px solid #dadce0;
        padding: 13px 15px;
        transition: 250ms;
        
        
        
        
        &:focus {
            outline: none;
            border: 2px solid #1a73e8;
            transition: 250ms;
        }
    }
}

.input-box.error {
    .input-label {
        color: #f44336;
        top: -8px;
        background: #fff;
        font-size: 11px;
        transition: 250ms;
    }
    .input-1 {
        border: 2px solid #f44336;
    }
}
.input-box.focus,
.input-box.active {
    .input-label {
        color: #1a73e8;
        top: -8px;
        background: #fff;
        font-size: 11px;
        transition: 250ms;
        svg {
            position: relative;
            width: 11px;
            height: 11px;
            top: 2px;
            transition: 250ms;
        }
    }
}
.input-box.active {
    .input-1 {
        border: 2px solid #1a73e8;
    }
}
.pull-right {
    float: right;
}
.clear {
    clear: both;
}
.btn-forgot-google {
    background: #fff;
    width: auto;
    height: auto;
    margin: 0px;
    margin-top: 15px;
    padding: 10px;
    padding-left: 0;
    color: #1a73e8;
    font-size: 13.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: .25px;
    text-align: left;
    border: none;
    outline: none;
    float: left;
}
.notify-google {
    width: 100%;
    height: auto;
    color: gray;
    font-size: 12px;
    font-family: arial, sans-serif;
    font-weight: normal;
    text-align: left;
    margin-top: 15%;
    margin-bottom: 5%;
}
.notify-google span {
    color: #1a73e8;
    font-weight: inherit;
}
.btn-create-google {
    background: #fff;
    width: auto;
    height: auto;
    margin: 0px;
    padding: 10px;
    padding-left: 0;
    color: #1a73e8;
    font-size: 13.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: .25px;
    text-align: left;
    border: none;
    outline: none;
    float: left;
    margin-bottom: 10px;
}
.btn-login-google {
    background: #1a73e8;
    width: 30%;
    height: auto;
    margin: 0px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    letter-spacing: .25px;
    text-align: center;
    border: none;
    border-radius: 20px;
    outline: none;
    float: right;
    margin-bottom: 10px;
}
.form-group-showhide {
	width: 50px;
	height: 73%;
	margin-left: 88%;
	position: absolute;
	z-index: 9999999;
	cursor: pointer;
}
.form-group-showhide i {
	margin-top: 13px;
	margin-right: 20px;
	font-size: 25px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.loadgoogle {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 383px
  }
.ball {
    width: 13px;
    height: 13px;
    border-radius: 11px;
    margin: 0 6px;
    animation: 2s bounce ease infinite;
}
  
.blue {
    background-color: #4285F5;
}
  
.red {
    background-color: #EA4436;
    animation-delay: .25s;
}
  
.yellow {
    background-color: #FBBD06;
    animation-delay: .5s;
}
  
.green {
    background-color: #34A952;
    animation-delay: .75s;
}
  
@keyframes bounce {  
      50% {
          transform: translateY(25px);
      }
}
.checkbox-wrap {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #202124;
}
.checkbox-wrap {
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.checkbox-wrap input[type="checkbox"] {
    margin-right: 8px;
}

.checkbox-wrap label {
    font-size: 14px;
    color: #5f6368;
}
.button-group-google {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    }
  
.btn-create-google {
    flex: 1;
    max-width: 48%;
    box-sizing: border-box;
}
.btn-login-google {
  flex: 1;
  max-width: 26%;
  box-sizing: border-box;
}

.google-loading {
  margin-top: 145px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px 8px;
  text-align: center;
}

.loader-spinner {
  border: 4px solid #f3f3f3;
  border-top: 4px solid #4285f4;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  animation: putar 1s linear infinite;
  margin-bottom: 10px;
}

.loader-text {
  font-size: 14px;
  color: #5f6368;
  font-family: Roboto, Arial, sans-serif;
}

@keyframes putar {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.google-top-loading {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #4285f4;
  animation: loadingBar 2s ease-in-out infinite;
  z-index: 1000;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

@keyframes loadingBar {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(0%); }
  100% { transform: translateX(100%); }
}

.dotting::after {
    content: '';
    display: inline-block;
    animation: dotAnim 1.5s steps(3, end) infinite;
  }
  
  @keyframes dotAnim {
    0%   { content: ''; }
    33%  { content: '.'; }
    66%  { content: '..'; }
    100% { content: '...'; }
  }

@media only screen and (max-width:600px) {
    .footer-language-google,
    .footer-menu-google {
        margin-top: 70%;
    }
    .footer-language-account-google,
    .footer-menu-account-google {
        margin-top: 90%;
    }
}