@charset "utf-8";

.username {
    color: purple;
    font-weight: bold;
}
#register{
    background-image:-webkit-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:-moz-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:-ms-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:-o-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:  7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
    border: solid black 1px;
    border-radius: 18px;
    width: 35em;
    top: 40%;
    right: 0;
    left:0;
    margin: auto;
    padding: 1px 20px 20px 20px;
    position: absolute;
    z-index: 100;
}
#REGmsg{
    background-image:-webkit-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:-moz-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:-ms-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:-o-linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    background-image:linear-gradient(top, #0068c4 0%, #004b8d 37%, #00294d 70%, #082136 100%);
    -webkit-box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:  7px 7px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.75); 
    border: solid black 1px;
    border-radius: 18px;
    width: 20em;
    top: 47%;
    right: 0;
    left:0;
    margin: auto;
    padding: 1px 20px 20px 20px;
    position: absolute;
    z-index: 100;
    color: red;
    font-weight: bold;
}
#hr {
    position: absolute;
	width: 100%;
	height: 5px;
	z-index: 4;
	left: 0px;
	top: 14em;
	background: #055c8d;
        z-index: 1;
}

    #logo {
    position: absolute;
    background-image:url(../../img/logo.png);
    background-repeat: no-repeat;   
    left: 0;
    right: 0;
    margin: auto;
    top: 7%;
    width: 511px;
    height: 141px;
    //background: blue;
    z-index: 100;
    }

 

    td.space {
        width: 200px;
    }
  .Error {
        color: red;
        padding-left: 1em;
        font-weight: bold;
        text-align: center;
    }
    .LONGsuccess {
    color: seashell;    
    }