﻿body {
    padding: 0;
    margin: 0;
}

/* -- Custom Properties -- */

.margin10 {
    margin: 10px;
}

.pad-15 {
    padding: 15px;
}

/* -- Custom Properties End -- */

/* -- Login -- */

.outer {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    background: url(/js/images/back.png);
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

/* -- Login Ends -- */

.back-ground {
    background: url(../bg.jpg);
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position-x: center;
    background-position-y: 30px;
    border-radius: 3px;
    width: 400px;
    height: 525px;
    margin: 0 auto;
    box-shadow: 0 0  15px #636363;
}

.line {
    z-index: 1;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #acacac;
    box-shadow: 5px 5px 15px #626262;
}

input {
    border-radius: 0 !important;
}

input[type=text], input[type=password] {
    border-color: #808080 !important;
    padding-left: 32px !important;
    padding-right: 10px !important;
}

.form-control-feedback {
    left: 0 !important;
}

/* -- Colors -- */

.bgBlue {
    background-color: #a9a9a9;
}

/* -- Colors End --*/

.progressbar {
  width:300px;
  height:21px;
}

.progressbarlabel {
  width:300px;
  height:21px;
  position:absolute;
  text-align:center;
  font-size:small;
}