.form-login {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-login .checkbox {
  font-weight: 400;
}
.form-login .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-login .form-control:focus {
  z-index: 2;
}
.form-login input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-login input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.background--white {
    background-color: #fff !important;
}
.card-header.background--white {
    border-bottom: 0px;
}
.card-footer.background--white {
    border-top: 0px;
}
.btn-auto-width {
    width: auto !important;
}
.nav-item.nav-item-underline {
  position: relative;
}

.nav-link.nav-link-underline {
    border: 0px;
}
.nav-link.nav-link-underline.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #007bff;
}
.screenshot {
    border: 1px solid #ddd;
    padding 1px;
}
.scroll {
    max-height: 320px;
    overflow-y: auto;
}
.screenshot {
    width: 100%;
}
.screenshot-placeholder {
    width: 100%;
}
.spinner-large {
    width: 3rem;
    height: 3rem;
}
.tn-value {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.restore-color {
    color: #4f5464;
}
.gradient-brand-color-stable {
    background-image:-webkit-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    background-image:-ms-linear-gradient(0deg, #376be6 0%, #6470ef 100%);
    color: #376be6;
}
.g-recaptcha {
    display: inline-block;
}
@media only screen and (max-width: 600px) {
    .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}
label.input--invalid {
    color: #f53d55;
    font-size: .75rem;
}
input.input--invalid {
    border: 1px solid rgba(245,61,85,0.47);
    box-shadow: 0 0 15px 0 rgba(245,61,85,0.2) !important;
}
.url-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.url-body {
    overflow: wrap;
    overflow-wrap: break-word;
}
.card-header.link-header { 
    background-color: #fff !important;
    border: 0px; !important;
    /* display: inline; */
}
.row-card-header {
}
.card-howitworks {
    border: 0px !important;
}
