html,
body,
.view {
    height: 100%;
}

/* Remove chrome autofil background color */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #212121 !important;
}

.loginLogo {
    background-repeat: no-repeat;
    background-image: url(https://cloud.tune.health/img/tunehealthlogo.png);
    background-position: center center;
    display: inline-block;
    width: 129px !important;
    height:50px !important;
}

.view {
    height: 100% !important;
    background: url("https://cloud.tune.health/img/iStock-1290139310.jpg") no-repeat center center fixed !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.icon-size {
    font-size: 1.5em !important;
    width: 20px !important;
}

.loginCard {
    width: 28rem;
    visibility: visible;
    animation-name: fadeIn;
    animation-delay: 0.3s;
}

.loginForm {
    height: 100vh;
}

.loginTitle {
    font-weight: 400; color: white;
}

.loginAlert {
    margin-top: -50px;
    position:absolute;
    z-index: 999;
}

.card {
    background-color: rgba(255, 255, 255, 0.90);
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 768px) {
    h3 {
        font-size: 1.3rem;
    }
}

.flex-center {
    color: #fff;
}

.show-hide-icon {
    color: black;
}

.show-hide-toggle-pass {
    border: none;
    background: transparent;
    pointer-events: auto !important;
}

.loading {
    position: fixed;
    z-index: 1060;
    height: 2em;
    width: 2em;
    overflow: inherit;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.otc fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}

.otc fieldset div {
    display: flex;
    align-items: center;
}

input[type="number"] {
    width: .82em;
    line-height: 1;
    margin: .1em;
    padding: 8px 0 4px;
    font-size: 2.65em;
    text-align: center;
    appearance: textfield;
    -webkit-appearance: textfield;
    border-radius: 4px;
}

.otc div::before {
    content: '';
    height: 2px;
    width: 24px;
    margin: 0 .25em;
    order: 1;
    background: #BBBBFF;
}
