div {
    font-family: Kanit;
}

.header
{
    background-color: rgb(185, 41, 41);
    font-size: 11px;
    color: white;
    height: 25px;
    font-weight: 200;
    padding-left: 20px;
}
.bodyLeft
{
    background-color:white;
    /*display: inline-block;
    width: 48%;
    height: 1200px;*/
    padding-left: 50px;
}
.body
{
}
.bodyRight
{
    background-color:rgb(251, 250, 251);
    display: inline-block;
    height: 1050px;
    padding-left: 10%;
    padding-bottom: 70px;
    padding-right: 10%;
    padding-top: 40px;
    min-width: 370px;
    overflow-y: auto;
}

.footer
{
    background-color: white;
    font-size: 14px;
    text-align: center;
    color: rgb(96, 96, 96);
    height: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.image-holder {
    width: 525px;
    margin-bottom: 20px;
}

.ielogo {
    width: 70px;
}

.checkerror{
    width: 100px;
}

.startprocess {
    width: 100%;
    margin-bottom: 15px;
}

.bold-title {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
}

.text-title {
    color: rgb(96, 96, 96);
    margin-top: 30px;
}

.welcome-text {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    color: rgb(96, 96, 96);
}

.button {
    background-color: rgb(185, 41, 41);
    color: white;
    height: 41px;
    border-radius: 8px;
    border: none;
    margin-top: 14px;
    margin-bottom: 14px;
    margin-right: 80px;
    min-width: 230px;
}

.input-cls {
    height: 41px;
    background-color: rgb(246, 244, 244);
    /* border: 1px; */
    border-color: rgb(214, 206, 206);
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    width: 100%;
    min-width: 230px;
}

.cred-text {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.closex {
    font-family: Kanit;
    font-family: 5px;
    font-weight: 100;
    border: none;
    background-color: white;
    width: fit-content;
    
}

p {
    color: rgb(185, 41, 41);
    font-size: 16px;
}