body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.container {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.logo-div {
    display: flex;
    justify-content: center;
}

.logo {
    width: 275px;
}

.btn-block {
    margin-top: 10px;
    text-align: center;
}

button {
    width: 150px;
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #0087cc;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

button:hover {
    background: #6eb8dd;
}

.form {
    border: 1px solid black;
    width: calc(100vw - 500px);
    margin-left: 240px;
    height: calc(100vh - 180px);
    overflow-y: scroll;
    padding-left: 20px;
    border-radius: 4px;
    box-shadow: -5px 10px 10px #d1cfcf;
}


.cancel {
    width: 100px;
    height: 35px;
    border: none;
    border-radius: 4px;
    margin: 10px 0px 10px 10px;
}

ol>li>input {

    width: calc(100vw - 700px);
    margin: 5px 5px 20px 5px;
    height: 30px;
    border-radius: 4px;
    border: 1px solid;
}



.select {
    width: 170px;
    border-radius: 4px;
    margin-left: 7px;
    height: 30px;
    margin-top: 10px;
}