@import url( 'https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');

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: 1px solid #859BAE;
  -webkit-text-fill-color: #859BAE;
  transition: background-color 5000s ease-in-out 0s;
}

input:focus,
input:-webkit-autofill:focus {
  border: 2px solid #DADEE9;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0px 9999px white;
}

::selection {
    background: #A2C4FB !important;
    color: #3d3d3d;
}

html * {
    font-family: 'Lato';
    font-style: normal;
}

.builderall-css {
  max-width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  background-color: #EFF5FF;
  color: #859BAE;
}

.container-center{
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.builderall-css .left {
  float: left;
}

.builderall-css .right {
  float: right;
}

.builderall-css h2 {
  margin: 0;
  margin-bottom: 40px;
  margin-top: 20px;
}

.builderall-css .logo-inline{
  margin-bottom: 15px;
  margin-top: 15px;
}
.builderall-css .logo-inline > img{
  height: 36px;
}

.builderall-css .form-label{
  float: left;
  text-transform: uppercase;
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 12pt;
  font-weight: 600;
}

.builderall-css .paper {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 9px 14px 7px rgba(225,235,253,1);
  -moz-box-shadow: 0px 9px 14px 7px rgba(225,235,253,1);
  box-shadow: 0px 9px 14px 7px rgba(225,235,253,1);
  max-width: 459px;
}
@media (min-width: 1200px) {
  .builderall-css .paper{
    margin-left: 40px;
  }
}

.builderall-css .paper-form{
  padding: 0px 40px 0px 40px;
}

.builderall-css .paper .tp-login
{
  background-image: url("/internacional/public/images/topo_bg-login.png");
  min-height: 292px;
  max-width: 100%;
  background-size: 100% 99%;
  background-repeat: no-repeat;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.builderall-css .paper .tp-login .button__choose {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.builderall-css .paper .tp-login .button__choose div {
  transition: all .2s !important;
  font-weight: 600;
  letter-spacing: .5px;
  height: 60px;
  padding: 0 45px;
  color: #bebebe;
  border: none;
  border-radius: 5px;
  outline: none !important;
  font-weight: normal;
  cursor: pointer;
  background-color: #e8f0fe;
  display: flex;
  align-items: center;
  font-size: .85rem;
  margin: 0 .5rem;
}

.builderall-css .paper .tp-login .button__choose div.selected,
.builderall-css .paper .tp-login .button__choose div:hover {
  box-shadow: 0 5px 12px -10px black, 0 5px 12px -12px black;
  background-color: #0080fc;
  color: #fff;
}

.builderall-css .logo {
  width: 180px;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-top: 20px;
}

.builderall-css .content {
  min-height: calc(70 vh - 64px);
}

.builderall-css .footer {
  padding: 20px 0 30px;
  color: #859bae;
}

.builderall-css .email {
  background-image: url("/internacional/public/images/icon-user-off.png");
  background-repeat: no-repeat;
  background-position: left;
  background-origin: content-box;
  background-position-x: 10px;
}

.builderall-css .email:focus, .builderall-css .email:active {
  background-image: url("/internacional/public/images/icon-user.png");
  background-repeat: no-repeat;
}

.builderall-css .senha{
  background-image: url("/internacional/public/images/icon-password-off.png");
  background-repeat: no-repeat;
  background-position: left;
  background-origin: content-box;
  background-position-x: 10px;
}

.builderall-css .senha:focus, .builderall-css .senha:active{
  background-image: url("/internacional/public/images/icon-password.png");
  background-repeat: no-repeat;
}

.builderall-css input {
  width: 98%;
  margin-bottom: 20px;
  /* padding: 0 20px; */
  height: 40px;
  line-height: 40px;
  color: #3d3d3d;
  border-radius: 6px;
  border: none;
  height: 45px;
  text-indent: 40px;
  -webkit-box-shadow: 0px 10px 23px 0px rgba(240,240,240,1);
  -moz-box-shadow: 0px 10px 23px 0px rgba(240,240,240,1);
  box-shadow: 0px 10px 23px 0px rgba(240,240,240,1);
  border: 2px solid #FFF;
  transition: .3s all;
}

.builderall-css input::placeholder {
  color: #cad1d7;
  font-weight: 400;
  font-size: 16px;
}

.builderall-css input:active , .builderall-css input:focus {
  border: 2px solid #007aff;
  -webkit-box-shadow: 0px 10px 23px 0px #cad1d7;
  -moz-box-shadow: 0px 10px 23px 0px #cad1d7;
  box-shadow: 0px 10px 23px 0px #cad1d7;
  outline: none;
}

/* .builderall-css input:invalid {
  border-bottom-color: salmon;
} */

/* .builderall-css input:not(:placeholder-shown):invalid {
  border: 2px solid #ff4757;
  border-radius: 6px;
} */

.input-border-invalid {
  border: 2px solid #ff4757 !important;
}
.builderall-css .link{
  font-size: 15px;
  font-weight: 500;
  height: 11px;
  transition: .3s all;
  padding: 0 .1rem;
}

.builderall-css .already-account {
    font-size: 24px;
    margin-top: 16px;
    color: #4da2ff;
}

.builderall-css .border-left{
  border-left: 1px solid #E3E8EB;
}

.builderall-css .border-right{
  border-right: 1px solid #E3E8EB;
}

.builderall-css .btn-default {
  transition: all 500ms !important;
  display: block;
  margin-top: 10px;
  margin-bottom: 1.2rem;
  width: 100%;
  height: 60px;
  line-height: 40px;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  border: none;
  border-radius: 5px;
  outline: none !important;
  font-weight: normal;
  cursor: pointer;
  background-color: #0095ff;
  box-shadow: 0 6px 19px -4px #0a97ff;
  font-size: 15pt;
}

.builderall-css .btn-default:hover {
  background-color: #009dff;
}

.builderall-css .btn-default:disabled {
  background: grey !important;
  box-shadow: 0 6px 19px -4px grey;
  cursor: no-drop;
}
.builderall-css .btn-default .lnr {
  float: right;
  margin-top: 12px;
}

.builderall-css a {
  color: #CAD1D7;
  text-decoration: none;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.builderall-css a:hover {
  color: #007AFF;
}

.builderall-css a:focus,
.builderall-css a:active {
  /* box-shadow: inset 0px 1px 6px rgba(0, 0, 0, 0.12), inset 0px 1px 4px rgba(0, 0, 0, 0.12); */
}

.builderall-css small {
  font-size: 11px;
  font-weight: 400
}

.builderall-css small b{
  font-weight: 800
}

.builderall-css .loading {
  display: flex;
}

.builderall-css .loading img {
  max-width: 200px;
  width: 100%;
  margin: 0 auto;
}

.builderall-css .paper.error {
  padding: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 421px;
}

.builderall-css .paper.error .content {
  min-height: 0 !important;
  flex: 1;
}

/* .builderall-css .paper.error .lnr {
  transform: scale(1.5);
  color: #ff4757;
  float: left;
  margin-right: 10px;
} */

.builderall-css hr {
  border: none;
  border-bottom: 1px solid #eee;
  margin: 10px 0;
}

.builderall-css .checkbox {
  margin-bottom: 13px;
}

.builderall-css .checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 0.9rem;
}


.builderall-css .checkbox input {
  display: none;
}

.builderall-css .checkbox label:before {
  transition: background-color 250ms, border-color 250ms;
  content: "";
  height: 20px;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 12%;
  margin-right: 10px;
  color: #ccc;
  font-size: 20px;
  line-height: 22px;
  min-height: 22px;
  min-width: 22px;
}

.builderall-css .checkbox input[type=checkbox]:checked + label:before {
  content: "✓";
  background-color: #0295ff;
  color: #fff;
  border-color: #0295ff;
}

.builderall-css .checkbox:hover label:before {
  content: "✓";
}

.builderall-css .checkbox a {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  background-color: transparent !important;
  box-shadow: none !important;
}

b {
  font-weight: bold;
}

.hide {
  transition: opacity 500ms;
  opacity: 0;
}
.show {
  transition: opacity 500ms;
  opacity: 1;
}


@media (max-width: 768px) {
  .builderall-css .links{
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .builderall-css .paper .tp-login {
    min-height: 210px;
  }
  .builderall-css input {
    height: 40px;
  }
  .builderall-css button {
    height: 60px;
    line-height: 22px;
    font-size: 12pt;
  }
}

@media (max-width: 430px) {
  .builderall-css .paper .tp-login .button__choose {
    flex-direction: column;
  }
  .builderall-css .paper .tp-login .button__choose div{
    margin: .35rem 0;
  }
}
.social-container {
  margin-bottom: 1rem;
}
.social-container > div {
  margin: .3rem 0;
}
.social-container .social-button-login {
  border-radius: 1px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.25);
  box-sizing: border-box;
  transition: background-color .218s,border-color .218s,box-shadow .218s;
  background-color: #fff;
  background-image: none;
  color: #262626;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: auto;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 1;
}
.social-container .social-button-login.google {
  background-color: #fff;
  color: #797979;
}
.social-container .social-button-login.facebook {
  background-color: #4285f4;
  color: #fff;
  line-height: 1.3;
}

.social-container .social-button-login:hover {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.25)
}
.social-container .social-button-login:active {
  box-shadow: 0 2px 7px 0 rgba(0,0,0,.25)
}
.social-container .social-button-login .social-button-icon {
  border-radius: 1px;
  padding: 12px;
  min-width: 42px;
  min-height: 42px;
  border-right: 1px solid rgb(0 0 0 / 0.05);
}
.social-container .social-button-text {
  text-align: center;
  width: 100%;
}