﻿

	::selection{ background-color: #E13300; color: white; }
	::moz-selection{ background-color: #E13300; color: white; }
	::webkit-selection{ background-color: #E13300; color: white; }

	body {
		background-color: #555888;
		text-align: center;
		margin: 40px;
	//	font: 13px/20px normal Helvetica, Arial, sans-serif;
		color: #4F5155;
        width: 1400px;
	}
    

.view-login {
    background-color: #142849;
    background-image: radial-gradient(circle, #165387, #142849);
    background-repeat: no-repeat;
    padding-top: 0;
}
body {
    padding-top: 30px;
}
body {
    padding-top: 30px;
}
body {
    height: 100%;
}
body {
    background-color: #FFFFFF;
    color: #333333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 18px;
    margin: 0;
}


.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: "";
    display: table;
    line-height: 0;
}
.view-login .container {
    left: 50%;
    margin-left: -150px;
    margin-top: -206px;
    position: absolute;
    top: 50%;
    width: 300px;
}
.container {
    margin-left: auto;
    margin-right: auto;
}
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 940px;
}


.view-login .well {
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.5), 0 1px 0 rgba(255, 255, 255, 0.9) inset;
    padding-bottom: 0;
}
.well {
    background-color: #F5F5F5;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 19px;
}

	h1 {
		color: #444;
		background-color: transparent;
		border-bottom: 1px solid #D0D0D0;
		font-size: 20px;
		font-weight: normal;
		margin: 0 0 14px 0;
		padding: 14px 15px 10px 15px;
	}
/*-------------input new ----------*/
.sick-input input, .sick-input textarea, .sick-input select {
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
}
.sick-input input {
    height: 26px;
    width: 150px;
}
input,textarea, select {
    border: 1px solid #BFBFBF;
    border-radius: 3px;
    font-size: 12px;
    padding: 5px;
}