html {
    height: 100%
}

body {
    height: 100%
}

body {
    background: #eee url('../img/bg.jpg') no-repeat center center;
    background-size: cover
}

.ebdesk-logo {
    text-align: center;
    margin-top: 20px
}

.btn-primary {
    color: #fff !important;
    background-color: #e00 !important;
    border-color: #d50000 !important
}

.btn-primary:hover {
    background-color: #b00 !important;
    border-color: #970000 !important
}

.form-login {
    position: relative;
    margin: 50px 0
}

.wrap-input {
    margin: 0 -15px;
    background: #eee;
    overflow: hidden;
    height: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.wrap-input.open {
    height: 205px
}

.wrap-input-inside {
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    padding: 0 40px;
    margin: 0 -20px;
    box-shadow: inset 0 0 10px 1px rgba(0, 0, 0, 0.1)
}

.form-footer {
    text-align: center;
    color: #666;
    font-size: .9em
}

#login-submit {
    position: absolute;
    bottom: -38px;
    left: 50%;
    margin-left: -38px;
    border-radius: 50%;
    height: 76px;
    width: 76px;
    outline: none
}

.wrap-message {
    text-align: center;
    margin-top: 10px
}