﻿#appName {
  background-image: -webkit-linear-gradient(left, #3E53A4 0%, #118FE0 100%);
  background-image: -o-linear-gradient(left, #3E53A4 0%, #118FE0 100%);
  background-image: linear-gradient(to right, #3E53A4 0%, #118FE0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3E53A4', endColorstr='#FF118FE0', GradientType=1);
  font-size:16px;
}


h1 {
    font-size: 2.715em;
    color: #4e4e4e;
    line-height: 1.3;
    font-family: PrecisionSans_W_Lt, "Helvetica Neue", Arial, sans-serif !important;
}

.lbl {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
    color: #4e4e4e;
}

body {
    font-family: "PrecisionSans_W_Lt", "Helvetica Neue", Arial, sans-serif;
}

.errormessage {
    color: #4e4e4e;
    font-size: 14px;
}

.overlay {
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.8;
}

.form-login {
    background-color: #EDEDED;
    padding-top: 10px;
    padding-bottom: 20px;
    border-radius: 15px;
    border-color: #d2d2d2;
    border-width: 5px;
    box-shadow: 0 1px 0 #cfcfcf;
}

h4 {
    border: 0 solid #fff;
    border-bottom-width: 1px;
    padding-bottom: 10px;
    text-align: center;
}



.wrapper {
    text-align: center;
}

.message--login {
    background-color: #d9f0f9;
    color: #4e4e4e;
}

.message {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    zoom: 1;
    padding: 20px 0;
    margin-bottom: 30px;
    font-size: 14px;
}

.form-control, .field.vertical input, .field.vertical textarea, .field.vertical select {
    display: block;
    width: 100%;
    height: 46px;
    font-size: 1em;
    line-height: 1.42857;
    color: rgb(113, 113, 113);
    background-color: rgb(255, 255, 255);
    background-image: none;
    box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px inset;
    padding: 6px 12px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(155, 155, 155);
    border-image: initial;
    border-radius: 0px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



.error {
    position: relative;
    border-color: rgb(190, 80, 0);
}


