.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}

.fixed-bottom {
    position: fixed;
    bottom: 86px;
    right: 0;
}

.fixed-bottom-line {
    position: fixed;
    bottom: 22px;
    right: 3px;
}

.vertical-line {
    width: 1px;
    height: 50px;
    background-color: black;
}

form input {
    width: 100%;
    padding: 8px 12px;
    border: 0px solid #5C5B61;
    border-radius: 0.25rem;
    background-color: #fff;
    color: #000
}

form input:focus {
    outline: none;
    border-color: #4299e1;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}