/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
border: 0px;
-webkit-text-fill-color: #2b4054;
-webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
transition: background-color 5000s ease-in-out 0s;
}

*:focus {
  outline: none;
}

body,
html {
  background: #ffffff;
  margin: 0;
  padding: 0px;
  font-family: 'Poppins', sans-serif!important;
}

.main-container {
  width: 100%;
  padding: 0 15px;
  margin: 0;
}

.form-group {
  width: 100%;
  margin-bottom: 1.5rem;
  display: inline-block;
}
.form-group label {
  width: 100%;
  margin-bottom: 5px;
  text-align: left;
  display: inline-block;
}
.form-group input {
  width: 100%;
  display: inline-block;
  padding: 8px;
  color: #2b4054;
  font-size: 14px;
}
.form-group input.login-input {
  border: 0px;
  border-bottom: 1px solid #c8d8e7;
  padding: 10px 8px 10px 30px;
  min-height: 20px;
  width: calc(100% - 38px);
}
.form-group .input-icon-block-email{
    position: absolute;
    left:0px;
    top: 10px;
    height: 20px;
    width: 20px;
    background: url(images/user-icon.png) no-repeat left;
    background-size: 16px;
}
.form-group .input-icon-block-password{
    position: absolute;
    left:0px;
    top: 10px;
    height: 20px;
    width: 20px;
    background: url(images/padlock.png) no-repeat left;
    background-size: 18px;
}
.form-group input.login-input:focus {
  border-bottom: 1px solid #b2c1cf;
}

.form-group .input-effects {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-bottom: 1rem;
}
.form-group .input-effects-b ~ .focus-border {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #3399ff;
  transition: 0.4s;
}
.form-group .input-effects-b:focus ~ .focus-border {
  width: 100%;
  transition: 0.4s;
  left: 0;
}
.form-group.or-block {
  position: relative;
}
.form-group.or-block span {
  background: #ffffff;
  padding: 0 10px;
  position: relative;
  z-index: 9;
  color: #999999;
}
.form-group.or-block:after {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
}

.login-wrapper {
  width: 100%;
  height: 100vh;
  background: url(images/login-bg-01.jpg) center bottom no-repeat #fffae5;
  display: table;
  text-align: center;
  background-size: cover;
}
.login-wrapper .login-wrapper--inner {
  display: table-cell;
  vertical-align: middle;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block {
  width: 320px;
  padding: 30px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 0px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-logo {
  margin: 20px 0 40px 0;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-button {
  width: 100%;
  border: 0px;
  background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
  box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
  color: #ffffff;
  border-radius: 50px;
  padding: 14px 10px;
  font-size: 15px;
  font-weight: 500;
  font-family: 'Poppins', sans-serif!important;
  cursor: pointer;
  height: 44px;
  line-height: 17px;
  box-shadow: 0px 5px 10px #c6d6f1;
  font-weight: 500;
  background-size: 300% 100%;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-button:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-google-button .abcRioButton {
      width: 100%!important;
    background: #ffffff;
    color: #666666;
    border-radius: 50px;
    padding: 4px 10px;
    font-size: 16px;
    border: 1px solid #eeeeee;
    font-family: 'Poppins', sans-serif!important;
    cursor: pointer;
    transition: 0.4s;
    height: 44px!important;
    line-height: 17px;
    box-shadow: 0px 5px 10px #eaecf1;
    font-weight: 500;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-google-button .abcRioButton:hover {
  border: 1px solid #ddd;
  background: #f9f9f9;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-google-button .abcRioButton .abcRioButtonIcon {
    float: none;
    display: inline-block;
    padding-right: 4px!important;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-google-button span {
  font-family: 'Poppins', sans-serif!important;
  height: 50px;
  color: #888888;
  font-weight: 600;
}
.login-wrapper .login-wrapper--inner .login-wrapper--inner-block .login-google-button img {
  width: 30px;
  margin-right: 6px;
  margin-top: 2px;
}

/*# sourceMappingURL=app.css.map */
.abcRioButtonContents{
    display:inline-block !important;
}

.login-wrapper {
    width: 100%;
    height: 100vh;
    display: table;
    text-align: center;
    background-size: cover;
    border-radius: 4px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.app-c-btn{
    background: #ffffff;
    color: #666666;
    border-radius: 50px;
    padding: 4px 10px;
    font-size: 16px;
    border: 1px solid #eeeeee;
    font-family: 'Poppins', sans-serif!important;
    cursor: pointer;
    transition: 0.4s;
    height: 44px!important;
    line-height: 17px;
    box-shadow: 0px 5px 10px #eaecf1;
    font-weight: 500;
    height:36px;
    width:120px;  
    display: flex;
    align-items: center;
    justify-content: center;
    width:100%;

}
.win-logo{
    width: 20px;
    height: 20px;
    margin-right: 10px;
} 
