﻿.textbox-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.guest-textbox {
    width: 100%;
    padding: 15px 10px;
    border: none;
    border-radius: 10px;
}

input[readonly] {
    background-color: rgba(var(--ictsi-orange-rgb), 0.25);
    cursor: not-allowed;
}

input[type=password]:focus, .form-control:focus {
    border: 2px solid blue;
    box-shadow: none;
}

input[type=password].error {
    border-color: red;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
