.field{
        margin :20px;
	padding:20px;
	color:#eee;
	font-weight:300;
	font-size:18px;
        text-align:center;
        overflow:hidden;
        background:#1a212c;
        border:1px solid #5378b4;
        outline:5px solid #1a212c;
}

.field .title{
        padding:0.5vw;
        color:#e6e6e6;
        margin:0.5vw;
        border:0.1vw solid #2a4d6e;
        outline:0.1vw solid #5b9bd7;
        background:#2968a3;
	position:relative;
}

.field .title .row{
	margin-left :0;	
	margin-right:0;	
}

.field .title .row div{
	padding-left :0;	
	padding-right:0;
}

.field .title i{
        font-size:1vw;
        color:rgba(255,255,255,0.7);
        cursor:pointer;
        margin:0 0.1vw;

        -webkit-transition:0.5s color;
                transition:0.5s color;
}

.field .title i:hover{
        color:white;
}

.field .url{
	font-size:20px;
	font-style:italic;
	color:#a2a2a2;
}

.field hr{
        border:0px solid transparent;
        border-top:1px solid #d2c88d;
        font-size:0;
        width:50%;
}

.field .header{
	color:#e9dcf0;
	font-size:30px;
	padding-bottom:10px;
}

.field .header hr{
	width:400px;
	margin-top:5px;
}

.home-header{
	background    : #241748;
	outline-color : #241748;
	border-color  : #c69f7b;
	outline-width:3px;
	font-size:28px;
}

.home-header .home-title{
	width:600px;
}

.home-header .home-title .accent,
.home-header .home-title a{
	font-weight:300;
	color:#ffcaca;
}

.home-header .home-title-hr hr{
	width:100%;
}

.field .input{
	display:inline-block;
	width:350px;
	padding:10px 20px;
	margin:5px 10px;
	border:1px solid rgba(255, 255, 255, 0.15);
	background:#1d1d1d;
}

.field .input.flexible{
	width:auto;
}

.field .input .lbl hr{
	width:30px;
	border-color:rgba(255,255,255,0.25);
	margin:0 auto 7px;	
}

.field .input select,
.field .input input{
	background:#172e2e;
	border:1px solid #60a9a9;
	width:230px;
	text-align:center;
	text-align-last:center;
	cursor:pointer;
}

.field .input input{
	width:125px;
	margin:2px 5px;
}

.field .input select:hover,
.field .input input:hover{
	-webkit-filter:brightness(1.2);
	        filter:brightness(1.2);
}

.field .submit-button{
	width:300px;
	padding:5px;
	display:block;
	margin:10px auto 0;
	background:#444;
	border:1px solid rgba(255,255,255,0.25);
	cursor:pointer;
}

.field .submit-button:hover{
	background:#2661a4;
}
