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(249, 245, 245);
    display: inline-block;
    height: 900px;
    padding-left: 150px;
    padding-bottom: 200px;
    padding-right: 25px;
    padding-top: 40px;
}

.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;
}

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

.text-title {
    color: rgb(96, 96, 96);
}

.welcome-text {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
    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;
    min-width: 230px;
}

.cred-text {
    margin-top: 20px;
    margin-bottom: 20px;
    min-width: 300px;
}