
.showp {
    color: white;
    display: flex;
    float: right;
    position: absolute;
    align-items: center;
    top: 16px;
    right: 12px;
    z-index: 1;
}

.showp img {
    width: 15px;
    height: 15px;
    filter: brightness(0.8);
}

.showp #hideshow {
    display: none;
}
.iconuserlogin {
    position: absolute;
    top: 42.5px;
    left: 23px;
    background: #3b4148;
    border-radius: 2px 0 0 2px;
    padding: 10px 13px;
    box-shadow: 1px 0 5px #000000cf;
}

.iconuserlogin img {
    width: 19.3px;
    filter: brightness(7) contrast(0.3);
}

.iconkeylogin {
    position: absolute;
    top: 97.5px;
    left: 23px;
    background: #3b4148;
    border-radius: 2px 0 0 2px;
    padding: 10px 13px;
    box-shadow: 1px 0 5px #000000cf;
}

.iconkeylogin img {
    width: 19.3px;
    filter: brightness(7) contrast(0.3);
}

.smartb4 .contactField {
    padding-left: 45px !important;
    padding-right: 45px !important;
    color: white !important;
    background: #3b4148 !important;
    height: 45px !important;
}

.smartb4 .contactField::placeholder {
    color: #a6a6a6 !important;
}

input[type="text"]:focus {
    border: 1px solid #fff6ce87;
}

input[type="password"]:focus {
    border: 1px solid #fff6ce87;
}
