﻿body 
{
    margin: 0;
    padding: 0;
    background:#34495e;
    text-align:center;
    
}
.boxselect h1
{
    color:floralwhite;
}
.boxselect h3
{
    color:burlywood;
}
.boxselect h5
{
    color:orangered;
}

.boxselect {
    width: 1000px;
    height: 750px;
    padding: 40px;
    position: absolute;
    background: #191919;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-image: url('jpeg/coffee-grains-g4d9a11b28_1920.jpg');
    background-size: cover;
}
.boxselect input[type=text],.boxlogin input[type=password]
{
    width:200px;
    display:block;
    margin:20px auto;
    border:2px solid #0676a0;
    padding:14px 10px;
    /*border-radius:24px;*/
    text-align:center;

}
.boxselect input[type=submit]
{
    background: none;
    display: block;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #0676a0;
    padding: 14px 10px;
    width: 150px;
    outline: none;
    color: white;
    /*border-radius: 24px;*/
    transition: 0.25s;
    cursor: pointer;
}
.boxselect input[type="submit"]:hover
{
    /*background: #9932cc;*/

    box-shadow:0 1px 30px 0 #06cea0 inset,0 1px 30px #06cea0,
    0 1px 30px 0 #06cea0 inset,0 1px 30px #06cea0;
}
.lb
{
    color:red;
}
.tableConfig
{
    width: 480px;
    text-align:center;
}
.compasslogo
{
    position: absolute;
	top: 200px;
	left: 200px;
}