@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body{background:#96adaa;}

.wrapper
{
	background-color: aquamarine;
	width:1000px;
	height: auto;
	margin: auto;
	
}

.header
{
	width: 1000px;
	height: 130px;
	border-bottom: 6px solid#fff;
	background-color: #490710;
}
.rightArea {
    float: left;
    width: 180px;
    height: 800px;
	padding-left: 12px;
    background-color: #657a73;
    border-right: 6px solid #fff;
}

.leftArea
{
	float:left;
	width:820px;
	height:800px;
	padding: 22px;
	background-color: #25272A;
}
.leftArea h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    padding-bottom: 22px;
}
.admin
{
    text-transform: uppercase;
    color: #fff;
    
    -webkit-text-stroke-width: thin;
}
.admin h1
{
	padding-top: 46px;
	text-shadow: 2px 2px #000;
	font-size: 2rem;
}

.admin h2
{
	padding-top: 22px;
	text-transform: uppercase;
    color: #fff;
    padding-bottom: 16px;
	text-shadow: 2px 2px #000;
    -webkit-text-stroke-width: thin;
	font-size: 1.3rem;
}

.login h2
{
	padding-top: 22px;
	text-transform: uppercase;
    color: #201a24;
    padding-bottom: 16px;
	text-shadow: 1px 0px #000;
    -webkit-text-stroke-width: thin;
}

.rightContent{ margin-left: 9px; }
   

.rightContent a{
    text-align: left;
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 21px;
	text-shadow: 1px 0px #000;
    padding: 4px;
	font-size: 1.1rem;
}

.btn2
{
	background: #5e336c;
    color: #fff;
    text-decoration: unset;
    font-weight: 700;
    padding: 3px;
    border: 2px solid #5e336c;
}


.col-form-label {
    color: #fff;
}





