:root {
  --main-green-color: rgba(20, 103, 89, 1);
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.cont {
  height: 100vh;
  background-color: #f2f2f2;
}
.cont > .form {
  height: 100%;
}
.container {
  height: 100%;
  max-width: 100%;
  width: 100%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #e1e1e1;
  z-index: 0;
  margin-right: 15px;
}
.footer * {
  font-size: 1rem;
}
.footer .pointer {
  font-size: 7px;
  color: #C5C5C5;
}
.footer .registered-icon {
  font-size: 10px;
}

.footer .copy-right {
  color: #7E7E7E;
  font-weight: 400;
  font-size: 14px;
}

label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 290px;
  text-align: center;
}

input[type="checkbox"] {
  width: 8%;
  vertical-align: top;
}

.sub-cont {
  overflow: hidden;
  position: absolute;
  left: 640px;
  top: 0;
  width: 900px;
  height: 100%;
  padding-left: 260px;
  background: #fff;
  transition: -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, -webkit-transform 1.2s ease-in-out;
  display: none; /* Volvo Customisation - original: flex*/
  flex-direction: column;
  justify-content: center;
}

.forgot-pass {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  color: #606060;
  text-transform: uppercase;
  text-decoration: underline;
}

.tooltip {
    width: 100%;
    position: relative;
    display: inline-block;
    /* If you want dots under the hoverable text */
    /* border-bottom: 1px dotted black;  */
    border-width: thin;
    text-align: center;
    font-size: 15px;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: #dee0e0;
    color: #4e5052;
    text-align: center;
    padding: 6px 0;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 65%;
    font-size: 12px;
}

 /* add a little triangle to it */
.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    top: 50%;
    right: 100%; /* To the left of the tooltip */
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent grey transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
}

/* Logivity styles */
* {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #4D4E53;
}

.btn {
  padding: 1.5% 12%;
}
.content-wrapper {
  padding: 0vh 0 !important;
}

.registration-container .header img {
  width: 10rem;
}

/* Title Bar */
.registration-container .title-bar {
  width: 100%;
  margin: 0 16px 0 16px;
}

.registration-container .title-bar .title {
  font-weight: 700;
  font-family: Assistant;
  font-size: 1.5rem;
  padding: 24px 0 16px 0;
}

/* Content */
.registration-container .content {
  margin-top: 24px;
  padding: 24px 0 24px 0;
}

.registration-container .content .form-group {
  margin-bottom: 16px;
}

.registration-container .content #signin-forgot-pass {
  padding-left: 1.1rem;
}

.registration-container .content #custom-error-div {
  margin-bottom: 16px;
}

.registration-container .content #custom-error-div * {
  color: red;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
}

#custom-error-div i {
  min-width: 15px;
  max-width: 15px;
}

/* Bottom Bar */
.registration-container .bottom-bar {
  width: 100%;
  margin: 0 24px 0px 24px;
  border-top: 1px solid #E1E1E1;
  padding: 24px 0 24px 0;
}

/* TEMP*/
.sameline {
  background-color: black;
}
.tooltip {
  background-color: black;
}

.fa-wrapper > .registration-container >.content-wrapper {
  padding: 0 !important;
  margin-top: 0 !important;
}

.info-icon {
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 5.5rem;
  color: var(--main-green-color);
}

.box-border-top {
  border-top: 1px solid #E1E1E1;
}
.code-inputs {
  margin-bottom: 16px;
}

.code-inputs>input {
  width: 48px;
  height: 48px;
  text-align: center;
  background: #F7F9FB;
  border: 1px solid #D4E0E8;
  border-radius: 4px;
  margin-right: 5px;
}

.code-inputs>input.error {
  border: 1px solid #C30E1D;
}

.code-errors,
.code-errors>i {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #C40E1D;
}

.title-info {
  font-weight: 400;
  font-size: 1rem;
  color: #4D4E53;
}

.action-text {
  font-size: 0.875rem;
  font-weight: 400;
  color: #4D4E53;
}

.action-text > label {
  position: relative;
  cursor: pointer;
  display: inline-block;
}

/* input */
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  outline: none;
}
.form-group.form-field-error input, .form-group.form-field-error select, .form-group.form-field-error textarea {
  border: 1px solid #D84451;
}
.form-group select, .form-group input {
  height: 3.15rem;
}
.form-group input, .form-group select, .form-group textarea {
  background: white;
  border: 1px solid #d4e0e8;
  border-radius: 4px;
  padding: 1.2rem 1rem 0.8rem;
  font-size: 0.875rem;
  width: 100%;
}

.form-group .inner-label {
  font-size: 0.875rem;
  font-family: "OracleSans_Rg", sans-serif;
  color: #757575;
  position: absolute;
  pointer-events: none;
  margin: 0;
  left: 1rem;
  top: 13px;
  transition: 0.4s ease all;
  -moz-transition: 0.4s ease all;
  -webkit-transition: 0.4s ease all;
  background-color: transparent;
  width: calc(100% - 2rem);
  padding-top: 4px;
  display: inline-block;
  line-height: 12px;
  text-align: start;
  padding-left: 0.4rem !important;
}
.form-group input:focus ~ .inner-label, .form-group input.not-empty ~ .inner-label, .form-group textarea:focus ~ .inner-label, .form-group textarea.not-empty ~ .inner-label, .form-group select:focus ~ .inner-label, .form-group select.not-empty ~ .inner-label {
  font-size: 0.65rem;
  top: 1px;
  background-color: transparent;
}

/* DO NOT TOUCH IT */
input:autofill ~ .inner-label {
  font-size: 0.65rem;
  top: 1px;
  background-color: transparent;
}

input:-webkit-autofill ~ .inner-label {
  font-size: 0.65rem;
  top: 1px;
  background-color: transparent;
}

.submit {
  background: var(--main-green-color);
  text-transform: none;
  box-shadow: -2px 2px 2px #aeaeb7;
}

.submit:hover, .submit:active {
  background-color: #0e473d;
  border-color: #0c3c34;
}

.submit.disabled, .submit:disabled {
  background-color: var(--main-green-color);
  border-color: var(--main-green-color);
}

a {
  color: var(--main-green-color);
}

.loader {
  border: 10px solid #ababba;
  border-top: 10px solid var(--main-green-color);
}
