﻿@charset "UTF-8";
/* CSS Document */

body {
    width:100px;
	height:100px;
    /*
  background: -webkit-linear-gradient(90deg, #16222A 10%, #3A6073 90%);
  background:    -moz-linear-gradient(90deg, #16222A 10%, #3A6073 90%);
  background:     -ms-linear-gradient(90deg, #16222A 10%, #3A6073 90%); 
  background:      -o-linear-gradient(90deg, #16222A 10%, #3A6073 90%); 
  background:         linear-gradient(90deg, #16222A 10%, #3A6073 90%); 
    */
    font-family: 'Raleway', sans-serif;
}

p {
	color:#CCC;
}

.spacing {
	padding-top:7px;
	padding-bottom:7px;
}
.middlePage {
	width: 680px;
    height: 500px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.logo {
	color:#CCC;
}

.error {
    display:table-cell;
    position:relative;
    color:red;
}

input.error, textarea.error{
    border-color: red;
    border-style:groove;
}