﻿body {
    padding-top: 0px;
    padding-bottom: 10px;
}

.panel-heading {
    height: 80px;
    /*color: rgb(235,84,15);*/
}

/* Icons on login */
.panel-title-head {
    font-size: 30px;
}

/* placement of icon lock */
.panel-body-left {
    position: absolute;
    left: 30px;
    top: 95px;
}

/* placement of input for password */
.panel-body-right {
    position: absolute;
    right: 50px;
    top: 95px;
    text-align: right;
}

/* placement of icon user */
.loginbox-title-left {
    position: absolute;
    left: 30px;
    top: 25px;
}

/* placement of input username */
.loginbox-title-right {
    position: absolute;
    right: 50px;
    top: -15px;
    text-align: right;
}

.loginbox-body {
    height: 70px;
}

.loginboxen {
    padding-top: 150px;
}