﻿section {
    width: 100%;
    padding: 0;
    color: #4169e1;
}

header {
    visibility: hidden;
}

#divLoginTitle {
    padding: 20px 0 20px 20px;
    font-weight: bold;
    font-size: 30px;
    color: #4169E1;
    border-bottom: 45px solid #4169e1;
}

#divLoginInfo {
    height: auto;
    font-weight: 400;
    padding: 30px 0 0 20px;
}

#txtCompanyName, #txtUserName, #txtPassword {
    color: #4169E1;
    border: 1px solid #99b3e4;
}

#btnApply {
    width: 200px;
}

.submit {
    width: auto;
    padding: 7px 16px;
    font-size: 11pt;
    color: #ffffff;
    background: none;
    background-color: #55C18D;
    border: 1px solid #55C18D;
    border-radius: 4px;
}

    .submit:hover {
        background-color: #80D1AA;
        border: 1px solid #80D1AA;
        cursor: pointer;
    }
