html body {
    background-color: rgb(193, 14, 14);
}

body {
    align-items: center;
    display: flex;
    justify-content: center;
    height: auto;
    margin: 60px;
    font-family: "Roboto", sans-serif;
    flex-direction: column;
}

form {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.flexrow1 {
    display: flex;
    flex-direction: row;
    height: auto;
    gap: 40px;
    width: 100%;
}

.titleBox {
    background-color: #D6D6D6;
    border-radius: 20px;
    padding: 30px;
    margin-bottom: 40px;
}

.nothingToDoBox {
    background-color: #D6D6D6;
    border-radius: 20px;
    padding: 30px;
    margin-top: 60px;
    display: none;
}

.form {
    background-color: #D6D6D6;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    min-width: 700px;
    max-width: 1000px;
    margin: 40px;
    width: 100%;
}

.title {
    color: #0A0A0A;
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-top: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
}

.subtitle {
    color: #0A0A0A;
    font-family: "Roboto", sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-top: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
}

.subsubtitle {
    color: #0A0A0A;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    align-self: center;
    align-content: center;
    text-align: center;
}

.accountBox {
    background-color: #D6D6D6;
    border-radius: 12px;
    border: 0;
    color: rgb(32, 32, 32);
    padding: 4px 20px 0;
}

.input-container {
    height: 50px;
    position: relative;
    width: 100%;
}

.ic1 {
    margin-top: 40px;
}

.ic2 {
    margin-top: 30px;
}

.attached {
    margin-top: 20px;
}

.input {
    background-color: #B8B8B8;
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: rgb(32, 32, 32);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    height: 100%;
    outline: 0;
    padding: 4px 20px 0;
    width: 100%;
}

.cut {
    background-color: #474747;
    border-radius: 10px;
    height: 20px;
    left: 20px;
    position: absolute;
    top: -12px;
    transform: translateY(0);
    transition: transform 200ms;
    width: 62px;
}

.cut1 {
    width: 72px;
}

.cut2 {
    width: 140px;
}

.cut3 {
    width: 100px;
}

.cut4 {
    width: 150px;
}

.placeholder {
    color: #afafaf;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    left: 30px;
    line-height: 10.5px;
    pointer-events: none;
    position: absolute;
    transform-origin: 0 50%;
    transition: transform 200ms, color 200ms;
    top: -6.5px;
}

.submit {
    background-color: rgb(223, 42, 42);
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: rgb(238, 238, 238);
    cursor: pointer;
    font-size: 18px;
    height: 50px;
    /* margin-top: 38px; */
    outline: 0;
    text-align: center;
    width: 100%;
}

.submit:active {
    background-color: rgb(252, 255, 78);
    color: rgb(61, 61, 61);
}

.submitXLSX {
    background-color: rgb(166, 221, 120);
    border-radius: 12px;
    border: 0;
    box-sizing: border-box;
    color: rgb(58, 58, 58);
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    outline: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.submitXLSX:active {
    background-color: rgb(252, 255, 78);
    color: rgb(61, 61, 61);
}

span {
    color: rgb(32, 32, 32);
}

.containerLogIn {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #D6D6D6;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    min-width: 270px;
    max-width: 350px;
    text-align: center;
    margin: 40px;
    gap: 30px;
}

.containerDownloadXLSX {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #D6D6D6;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    min-width: 270px;
    max-width: 350px;
    text-align: center;
    margin: 40px;
    gap: 30px;
}

#CSVSalary {
    padding-top: 12px;
}