/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400 800;
  font-stretch: 75% 100%;
  font-display: swap;
  src: url(../fonts/opensans/variable/Open_Sans.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background: var(--light);
}

.body-content {
    border-right: none!important;
    justify-content: center;
    gap: 10px;
}

.copyright {
    color: rgba(14, 23, 28, 0.50);
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 16.8px */
}

.sign-in-btn {
    padding: 13px!important;
    align-items: center;
}

.sign-in-btn span {
    color: #FFF;
    font-family: "Open Sans";
    font-size: 15px;
    font-style: normal;
    line-height: 100%; /* 15px */
}

.forgot-password {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

.forgot-password:hover {
    color: #000;
}

.card {
    border-radius: 6px;
    border: 1px solid rgba(14, 23, 28, 0.15);
    background: #FFF;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    width: 450px;
    padding: 17px;
    flex-direction: column;
    gap: 17px;
}

.card-title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}

.card-title {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 30.643px;
    font-style: normal;
    font-weight: 600;
    line-height: 111%;
    color: #0E171C;
    text-align: center;
    margin-bottom: 0;
}

.card-subtitle {
    color: rgba(14, 23, 28, 0.75);
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 15.5px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
}

.card-subtitle span {
    color: #0E171C;
    text-align: center;
    font-weight: 600;
}

.form-group,
.form-group .invalid-feedback {
    margin-bottom: 0!important;
}

.form-group label {
    color: #000;
    text-align: center;
    font-family: "Open Sans";
    font-size: 13.3px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%; /* 13px */
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="password"] {
    display: flex;
    height: 47.924px;
    padding: 18.19px;
    align-items: center;
    gap: 15.157px;
    align-self: stretch;

    border-radius: 5.597px;
    border: 1px solid rgba(14, 23, 28, 0.15);
    background: #FFF;
}

.form-group input[type="text"].has-error,
.form-group input[type="email"].has-error,
.form-group input[type="password"].has-error {
    border-color: var(--default-red-error);
}

.remember-me-label {
    color: #000;
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.custom-control.custom-checkbox .invalid-feedback {
    margin-bottom: 0!important;
}

[class*='loginform-password'] .show-password {
    cursor: pointer;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: none;
}

input[type="text"] ~ div .fa-eye {
    color: var(--default-orange);
}

#loginform-password + div > div {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

#loginform-password:focus + div > div {
  border-color: var(--default-orange) !important;
}

.registration-trial-features {
    display: flex;
    padding: 13px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 9px;
    align-self: stretch;

    border-radius: 8px;
    border: 1px solid rgba(14, 23, 28, 0.05);

    color: #0E171C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.registration-trial-features-emphasis {
    color: #0E171C;
    leading-trim: both;
    text-edge: cap;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.loading-card .card-body {
    padding: 50px;
    gap: 18px;
}

.loading-text {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 20.43px;
    text-align: center;
}

.error-card .card-body {
    padding: 50px 0;
    gap: 18px;
}

.error-card .title {
    font-family: "Open Sans";
    font-size: 18px;
    font-weight: 600;
    line-height: 24.51px;
    text-align: center;
}

.error-card .error-text {
    font-family: "Open Sans";
    font-size: 15px;
    font-weight: 400;
    line-height: 20.43px;
    text-align: center;
}

.error-card .error-text a {
    color: #ff5e03;
}

.error-card .error-icon {
    height: 54px;
    width: 54px;
}

.btn-error {
    padding: 10px 11px 10px 11px;
    border-radius: 6px;
    border: 2px solid #EEEFEF;
    color: #0E171C;
    font-size: 15px;
    line-height: 15px;
    background-color: white;
    font-weight: 600;
}

.btn-small {
    line-height: 1;
    padding: 8px;
    font-size: 13.3px;
    font-weight: 500;
}

.header-card span {
    font-size: 13.3px;
}

/**** REVISE THIS ****/

.has-error > input {
    border-color: var(--danger);
}


.avatar img,
.initials-avatar {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.initials-avatar {
    background-color: #0e171c;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.is-primary {
    background-color: #ff7629 !important;
    color: white !important;
}
button.is-primary:hover {
    background-color: #ff5e03 !important;
    color: white !important;
}

button.is-primary > svg {
    fill: white !important;
}

.main-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.bg-primary-color {
    background-color: #ff7629 !important;
}

.bg-secondary-color {
    background-color: rgba(14, 23, 28, 0.07) !important;
}

.bg-secondary-color:hover {
    background-color: rgba(14, 23, 28, 0.15) !important;
}

.form-check a {
    color: #ff7629;
}

.remember-me-label a {
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.invalid-feedback {
    display: block!important;
}

/* Password tooltip */
.hovertip {
    box-sizing: border-box;
    border: 1px solid #DADADA;
    background-color: #FFFFFF;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.15);
    width: 200px;
    padding: 12px;
    z-index:100;
}

.hovertip #tooltipsterInfo {
    font-family: 'Open Sans';
    font-size: 12px;
}

.hovertip_target:hover {
    cursor: help;
    text-decoration: none;
}

.social {
    width:49%;
    height:50px;
    display: flex;
    padding: 15px 0px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
}
.cont {
    display:flex;
    align-items: center;
    gap: 17px;
}

.line  {
    flex-grow: 1;
    border: none;
    border-top: 1px solid #ccc;
    margin: 0;
}

.separtor {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    align-self: stretch;
}

.linetext {
    color: rgba(14, 23, 28, 0.75);
    font-family: "Open Sans";
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .card {
        width: 90%;
    }
    .verdictLine {
        width: inherit !important;
    }
  }
