/*
html, body {
    height:750px;
}

.login-page {
    background-image: url('../img/logictic2.jpg');
    background-repeat:no-repeat;
    background-position: center center;
    opacity:0.8;
}

.login-box {
    width: auto;
    max-width: 500px;
}
*/
form .form-group input {
    padding-right: 0;
}

.form-control-feedback {
    right: 15px;
}

.help-error {
    color: red;
    margin-bottom: 10px;
    margin-top: -10px;
}
.notify-send {
    color: green;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 13px
}