#wrapper .content{
    padding-top: 200px;
}
    #login_page .form-horizontal .form-group{
        margin-left: 0;
        margin-right: 0;
    }
    #login_page div.error_tooltip {
        position: relative;
        width: 250px;
        height: auto;
        line-height: 20px;
        padding: 10px 0;
        font-size: 12px;
        text-align: center;
        color: rgb(255, 255, 255);
        background: #D3031D;
        border: 0px none rgb(255, 255, 255);
        border-radius: 2px;
        text-shadow: none;
        box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
        margin-bottom: 30px;
    }

    #login_page div.error_tooltip:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #D3031D transparent transparent transparent;
        bottom: -20px;
        left: 10%;
    }
    #login_page input[type="text"],
    #login_page input[type="password"] {
        background: #dfd9d3;
        border: none;
        width: 230px;
        padding: 5px;
        color: #45413e;
        border-radius: 2px;
    }