*, ::after, ::before {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
}

body {
    background: #f4f4f4;
    font-family: Roboto,sans-serif;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.row_ng{
    margin: auto;
    padding-left: 0;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
    padding-top: 0!important;
}

.justify-content-center {
    justify-content: center!important;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5,
.col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto,
.col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12,
.col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card-container {
    border-radius: 0!important;
    border: none;
    box-shadow: 0 2px 6px 0 rgb(0 0 0 / 20%);
    margin: .5rem auto 2rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.text-center {
    text-align: center!important;
}

.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-header {
    background: #fff;
    border: none;
    margin-top: 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
    cursor: pointer;
}

.align-items-center {
    align-items: center!important;
}

dl, ol, p, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

.login-uber-conrad {
    height: 29px;
    color: #333;
    font-size: 23px!important;
    font-weight: 300;
    line-height: 29px;
    text-align: center;
    margin-top: 30px!important;
}

form {
    margin-top: 30px;
}

.form-group {
    margin-bottom: .5rem;
}

.password-group {
    position: relative;
}

.error-label, .password-error {
    font-size: 12px;
    color: red;
    font-weight: 300;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 1rem;
    font-weight: 300;
}

.field-label {
    color: #666;
    font-size: 12px;
    line-height: 1;
    margin: 0;
    letter-spacing: 0;
    font-weight: 300;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    box-shadow: 0 0 0 0.2rem rgb(0 123 255 / 25%);
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
    border: 1px solid #a6a6a6;
    background-color: #f4f4f4;
}

.email {
    height: 50px;
    border: 1px solid #a6a6a6;
    background-color: #f4f4f4;
    border-radius: 0;
    font-weight: 400;
    width: 100%!important;
}

.pwd, .select {
    height: 50px;
    border: 1px solid #a6a6a6;
    background-color: #f4f4f4;
    border-radius: 0;
    font-weight: 400;
}

button, select {
    text-transform: none;
}

.btn_mask {
    float: right!important;
    margin-top: -50px!important;
    position: relative!important;
    height: 50px!important;
    border-radius: 0!important;
    border: 1px solid #a6a6a6!important;
    transform: none!important;
    visibility: visible;
    margin-right: -1.5rem!important;
    border-left: 0!important;
    background-color: #f4f4f4!important;
}

.pwd+.unmask {
    position: absolute;
    right: 1.5rem;
    margin-top: -1.5rem;
    transform: translateY(-50%);
    background: 0 0;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    -webkit-appearance: none;
    font-size: 12px;
    color: #0098dd;
    font-weight: 300;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0!important;
}

a {
    text-decoration: none;
    background-color: transparent;
}

a {
    color: #777777;
    font-weight: 300;
    font-size: 14px;
    font-style: normal;
}

.login-submit-group {
    margin-top: 1rem;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}

.btn {
    display: inline-block;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-theme {
    background: #777777;
    color: #fff;
}

.btn {
    border-radius: 0;
    height: 50px;
    font-weight: 300;
}

.btn-default {
    background: #d9dfe4;
    color: #000;
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
}

hr {
    margin: 1rem!important;
    border-top: 2px solid rgba(0,0,0,.1);
}

.form-footer {
    font-size: 20px;
    font-weight: 300;
}

.mt1 {
    margin-top: 1rem!important;
}

.footer-text {
    font-weight: 300;
    font-size: 12px;
    color: #666;
    text-align: center;
}

.footer-text-link {
    font-size: 13px;
}

.color-default {
    background: #f4f4f4;
    font-weight: 300;
}

div.color-default {
    background: #f4f4f4;
    width: 100%;
}

.mt2 {
    margin-top: 1.5rem!important;
}

span.color-default {
    font-size: 14px;
}

.mr1 {
    margin-right: 1em!important;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

i.color-default {
    font-size: 16px;
    font-style: italic;
    color: grey;
}

table {
    border-collapse: collapse;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.pl0 {
    padding-left: 0!important;
}

.pl2 {
    padding-left: 2rem!important;
}

.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table-borderless tbody+tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.w25 {
    width: 25%;
}

.color-inherit {
    color: inherit;
}

.hidden{
  display: none;
}

.mb1 {
    margin-bottom: 1rem!important;
}

.c-checkbox, .c-radio {
    margin-right: 20px;
}

.mr2 {
    margin-right: .3em;
}

.c-checkbox *, .c-radio * {
    cursor: pointer;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

.c-checkbox input, .c-radio input {
    opacity: 0;
    position: absolute;
    margin-left: 0!important;
}

input[type=checkbox], input[type=radio] {
    margin: 4px 0 0;
    line-height: normal;
}

.c-checkbox span, .c-radio span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    width: 25px;
    height: 25px;
    border-radius: 3px;
    border: 3px solid #ccc;
    margin-right: 5px;
    text-align: center;
}

.c-radio span {
    border-radius: 500px;
}

.c-checkbox input[type=checkbox]:checked+span, .c-checkbox input[type=radio]:checked+span, .c-radio input[type=checkbox]:checked+span, .c-radio input[type=radio]:checked+span {
    border-color: #777777;
    background-color: #fff;
}

.c-checkbox input[type=radio]:checked+span, .c-radio input[type=radio]:checked+span {
    background-color: #fff;
}

.c-checkbox span:before, .c-radio span:before {
    margin-left: 1px;
    top: 0;
    left: 3px;
    right: 4px;
    bottom: 0;
    opacity: 0;
    text-align: center!important;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

.c-checkbox input[type=checkbox]:checked+span:before, .c-checkbox input[type=radio]:checked+span:before, .c-radio input[type=checkbox]:checked+span:before, .c-radio input[type=radio]:checked+span:before {
    color: #777777;
    opacity: 1;
    transition: color .3s ease-out;
    font-size: 16px;
    left: 1px;
    top: 1px;
}

.c-checkbox input[type=radio]:checked+span:before, .c-radio input[type=radio]:checked+span:before {
    color: #777777;
}

.c-radio[_ngcontent-mld-c7] input[type=checkbox][_ngcontent-mld-c7]:checked + span[_ngcontent-mld-c7]:before, .c-radio[_ngcontent-mld-c7] input[type=radio][_ngcontent-mld-c7]:checked + span[_ngcontent-mld-c7]:before {
    font-size: 12px;
    margin-left: 0;
}

@media (min-width: 576px){
  .container, .container-sm {
      max-width: 540px;
  }

  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}

@media (min-width: 768px){
  .container, .container-md, .container-sm {
      max-width: 720px;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.content {
    margin-top: 15px;
}
