/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 27, 2017, 8:34:44 PM
    Author     : Nhonami
*/
body 
{
   font-family: "Comic Sans MS", cursive, sans-serif;
   font-size:12px;

}

label 
{
   font-weight:bold;
   width:100px;
   font-size:14px;
}

form
{
    background: #b0b6c4;
    padding: 40px;
    max-width: 300px;
    margin: 40px auto;
    border-radius: 4px;
    box-shadow: 0 4px 10px 4px #000066;
}
.inputfield
{
  position: relative;
  margin-bottom: 40px;
}

.button
{
    border: 0;
    outline: none;
    border-radius: 8px;
    background: #396A73;    
    color: #f4f4ff;
    text-align: center;
    vertical-align: middle;
    font-family: "Comic Sans MS", cursive, sans-serif;
    font-size:18px;
    height: 25px;
    width: 100px;
}
.button:hover, .button:focus 
{
  background: #203c41;
}
h1
{
    text-align: center;
    color: #4162A6;
    font-weight: 600;
    margin: 0 0 40px;
}

h2
{
    text-align: center;
    color: #4162A6;
    font-weight: 300;
    margin: 0 0 40px;    
}

a{
  color: #80695F;
}
a:hover 
{
  color: #A65241;
}