﻿body {
    margin:0;
    padding:0;
}
.primary {
    border: none;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    line-height: 20px;
    margin: 4px 4px 0 0;
    padding: 7px 20px;
    text-align: center;
}
.primary,input[type="button"].primary{
    background:#24a828;
    background:-webkit-linear-gradient(top, #24a828 0, #1b7e1e 100%);
    background:linear-gradient(to bottom, #24a828 0, #1b7e1e 100%);
    color:#fff;
    border-radius:3px;
}
input[type="submit"].primary:hover{
    background:#1f9323;
    background:-webkit-linear-gradient(top, #1f9323 0, #166919 100%);
    background:linear-gradient(to bottom, #1f9323 0, #166919 100%)
}
#login-form input[type="text"].text-field,#login-form input[type="password"].text-field {
    border-radius:3px;   
    background-color: #e9e9e9;
    border: 1px #b2acac solid; 
    width:200px;
    margin-bottom:10px;
}
    #login-form input[type="text"].text-field:hover,#login-form input[type="password"].text-field:hover {
        border: 1px #777 solid;
    }
    #login-form input[type="text"].text-field:focus,#login-form input[type="password"].text-field:focus {
        background:#fcfcfc;
        border-color:#318ec4;
        -webkit-box-shadow:0 0 2px #318ec4;
        box-shadow:0 0 2px #318ec4
    }

#header-reset {
    background-color:#000;
    float:left;
    width:100%;
    height:50px;   
    margin:0;
    padding:0;
}
#space-reset {
    width:100%;
    height:130px;
}
#border-reset{
	margin:0 auto;
	width:800px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius:5px;
}
#first-line-reset{
	width:600px;
	margin:20px 0px 0px 100px;
    font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 22px;
    color:#000;
    font-weight: normal;
}
#second-line-reset{
	width:600px;
	margin-left:100px;
    font-size: 8pt;
    font-family: "Lucida Grande", Verdana, sans-serif;
    color: #333333;
}
#footer-reset{
	margin-top:30px;
	padding:15px 0px 15px 100px;
	background-color: #F4F4F4;    
}
    #footer-reset a {
        font-size: 13px;
        font-family: "Lucida Grande", Verdana, sans-serif;
        color:#034af3;
        text-decoration: none;
    }
    #footer-reset a:hover {
        color: #1d60ff;
        
    }
.button-to-login {
    background-image: linear-gradient(#33BCEF, #019AD2);
    width:140px;
    margin:10px 0px 10px 100px;
    border-radius:3px;
    padding:5px 10px;
    cursor:pointer;
    text-align:center;
    color:#1548f3;
    margin-bottom:25px;
}
    .button-to-login a {
        
        font-weight: bold;
        text-decoration:none;
        font-size:12px;
        font-family: "Lucida Grande", Verdana, sans-serif;
    }
        .button-to-login a:hover {
            color:#2656f5;
        }