﻿
#timerText {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
body {
    overflow-x: hidden;
}

.toggle-password {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #6c757d;
    z-index: 10;
}
.float-labels {
    position: relative;
    width: 100%;
}

.label-texts {
    position: absolute;
    bottom: 27px;
    left: 3%;
    z-index: 1;
    background-color: white !important;
    padding: 0 5px;
}


.input-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    color: #A9AAAA !important;
}

input, input:focus-visible {
    width: 100% !important;
    padding: 10px 8px 10px 8px;
    border: 1px solid #A9AAAA !important;
    border-radius: 6px !important;
    outline: none;
}


input:-webkit-autofill {
    background-color: white !important;
    color: black !important;
    box-shadow: 0 0 0px 1000px white inset !important;
    transition: background-color 0s ease-in-out 0s;
}

#card-upper-div {
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.fa {
    color: #A9AAAA;
}