﻿h2
{
    text-align: center;
    color: #F1F2F4;
    text-shadow: 0 1px 0 #000;
}
a
{
    text-decoration: none;
    color: #EC5C93;
}
.ribbon
{
    background: rgba(200,200,200,.5);
    width: 50px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    top: 19px;
    border: 1px solid rgba(255,255,255,.3);
    border-top: 2px solid rgba(255,255,255,.5);
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 3px rgba(0,0,0,.7);
}
.ribbon:before
{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #4E535B;
    border: 4px solid #cfd0d1;
    margin: 18px auto;
    box-shadow: inset 0 0 5px #000, 0 0 2px #000, 0 1px 1px 1px #A7A8AB;
    border-radius: 100%;
}
.login
{
    background: #F1F2F4;
    border-bottom: 2px solid #C5C5C8;
    border-radius: 5px;
    text-align: center;
    color: #36383C;
    text-shadow: 0 1px 0 #FFF;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 40px 20px 40px;
    box-shadow: 0 0 3px #000;
}
.login:before
{
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: #4E535B;
    border-radius: 5px;
    border-bottom: 1px solid #FFFFFF;
    border-top: 2px solid #CBCBCD;
    margin: 0 auto;
}
h1
{
    font-size: 1.6em;
    margin-top: 30px;
    margin-bottom: 10px;
}

.input
{
    text-align: right;
    background: #E5E7E9;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: inset 0 0 3px #65686E;
    border-bottom: 1px solid #FFF;
}
input
{
    width: 260px;
    background: transparent;
    border: 0;
    line-height: 3.6em;
    box-sizing: border-box;
    color: #71747A;
    font-family: 'Helvetica Neue';
    text-shadow: 0 1px 0 #FFF;
}
input:focus
{
    outline: none;
}
.blockinput
{
    border-bottom: 1px solid #BDBFC2;
    border-top: 1px solid #FFFFFF;
}
.blockinput:first-child
{
    border-top: 0;
}
.blockinput:last-child
{
    border-bottom: 0;
}

::-webkit-input-placeholder
{
    color: #71747A;
    font-family: 'Helvetica Neue';
    text-shadow: 0 1px 0 #FFF;
}
.btn
{
    position: relative;
    top: 10px;
    background-color: #6DA7D5;
    font-weight: lighter;
    color: #fff;
    border-width: 1px;
    border-radius: 10px;
}
.btn:hover
{
    background-color: #40739E;
}

.icon
{
    height: 15px;
    width: 15px;
    margin-right: 8px;
}

.adheader
{
    width: 100%;
    background-color: #6DA7D5;
    padding-top: 20px;
    padding-left: 15px;
    padding-bottom: 20px;
    font-family: 'Bauhaus 93';
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
.footer
{
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background: #73b2f5;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.tablemiddle
{
    position: relative;
    top: 4px;
    width: 100%;
    height: 100%;
}

.erroradmin
{
    position: relative;
    bottom: -12px;
    color: Red;
    font-weight: bold;
}
