﻿.formInput {
    /* background-color: #5555ff; */
    border: none;
    border-bottom: 1px solid #1d2124;
}

.inputSmall {
    width: 35%;
}

.mediumInput {
    width: 50%;
}

.largeInput {
    width: 104%;
}

.sizeColumntable {
    width: 10%;
}



.btn1 {
    background-color: white;
    color: black;
    border: 2px solid #008CBA;
    width: 10%;
}

    .btn1:hover {
        background-color: #008CBA;
        color: white;
    }

