
.loginBox {
    width: 400px;
    margin: 150px auto 80px;;
    border-spacing: 0;
}

.logo {
    width: 260px;
}

#login table tr {
    text-align: center;
}

.input {
    border-radius: 0 !important;
    background-color: #fff;
    border: 1px solid grey;
    font-size: 13px;
    box-shadow: none !important;
    padding: 6px;
    width: 240px;
    font-family: inherit;
}

.loginButton {
    width: 240px;
    height: 32px;
    background-color: #6266AF;
    color: white;
    font-weight: bolder;
    border-radius: 8px;
}

.forgotPassword {
    font-size: 13px;
    margin-left: 30%;
}

.error {
    color: red;
    font-size: 12px;
    text-align: left;
}