body{
    margin: 0;
    padding: 0;
	background: url("TRI-ELC-Login-Background.png");
    background-position: absolute;
	background-repeat: no-repeat;
    font-family: sans-serif;
}

.loginbox{
    width: 320px;
    height: 225px;
    background: #FFFFFF;
    color: #000;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: 18px 30px;
	border-radius: 0%;
}

.brand{
    width: 420px;
    height: 120px;
    position: absolute;
    top: -140px;
    left: calc(50% - 210px);
	
}

.TRILogo{
    width: 100px;
    height: 22px;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 50px);
	
}

h1{
    margin: 0;
    padding: 0px 0 12px;
    text-align: center;
    font-size: 16px;
	font-weight: 100;
	font-type: "tahoma";
}

h2{
    margin: 0;
    padding: 0px 0 20px;
    text-align: center;
    font-size: 12px;
	font-weight: 100;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif"
}

.loginbox p{
    margin: 0;
    padding: 0;
    font-weight: bold;
	align: center;
}

.loginbox input{
    width: 100%;
    margin-bottom: 20px;
	align:center;
}


.loginbox input[type="Button"]
{
    border: none;
    outline: none;
    height: 40px;
    background: #006BB6;
    color: #FFFFFF;
	text-align: center;
    font-size: 20px;
	Font-weight: bold;
    border-radius: 0px;
}
.loginbox input[type="Button"]:hover
{
    cursor: pointer;
    background: #0C1248;
    color: #ffffff;
}
.loginbox a{
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: darkgrey;
}

.loginbox a:hover
{
    color: #ffc107;
}

































































