.form-signin input[type="email"],
.no-round-bottom{
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"],
.no-round-top{
    margin-bottom: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.no-round{
    border-radius: 0;
}

.text-right{
    text-align: right;
}