body {
	background: url('highlight.jpeg') no-repeat center center fixed;
    margin: 0;
    padding: 0;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover;  
}

.userbox {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 480px;
    height: 275px;
    background: rgba(248, 249, 249, 0.81);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
}

.copyright{
  opacity: 0.5;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  background-color: transparent;
    color:white;
  position: fixed;
}

#logint:hover {
    text-decoration: underline;
}

#logint {
    color: #84B7E1;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    margin: -4px 37px;
    font-size: 14px;
}
#forgottenpw{
	color: #838383;
    cursor: pointer;
    text-decoration: none;
    width: 100%;
    margin: -4px 37px;
    font-size: 16px;
}

.name {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 8px;
    margin: 16px auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #838383;
    width: 409px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    height: 44px;
    font-size: 16px;
    text-align: left;
}

.pass {
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 8px;
    margin: 16px auto;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid silver;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    color: #838383;
    width: 409px;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    direction: ltr;
    height: 44px;
    font-size: 16px;
    text-align: left;
}

.name:hover,.pass:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}



.signup {
	background-color: #535353;
    color: white;
    margin: 0px;
    padding: 3px 0px 9px;
    width: 100%;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
}

.btn-login {
    background: #535353;
    color: #fff;
    font-size: 17px;
    width: 130px;
    border: 1px solid #c6c6c6;
    display: inline-block;
    line-height: 23px;
    border-radius: 2px;
    border-color: #E78282;
    font-weight: normal;
    position: absolute;
    left: 30px;
    bottom: 9px;
    height: 35px;
    outline: none;
    cursor: pointer;
    -webkit-border-radius: 2px;
}
#inputs input:focus
{
    background-color: #fff;
    border-color: #e8c291;
    outline: none;
    -moz-box-shadow: 0 0 0 1px #e8c291 inset;
    -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
    box-shadow: 0 0 0 1px #e8c291 inset;
}

.heading {
    position:fixed;    
    color:white;
    font-size:35px;
    font-weight: normal;
    left:10px;
	top: 10px;
    background: transparent;
}
.logo {
  opacity: 0.8;
  right: 10px;
  bottom: 55px;
  position: fixed;
  background-color: transparent;
}


@media screen and (max-width: 601px) {

.userbox {
    position: absolute;
    top: 15%;
    left: 10%;
    width: 80%;
    height: 40%;
    background: rgba(248, 249, 249, 0.81);
    box-shadow: 0px 1px 16px rgba(0, 0, 0, 0.45);
	}
	
.name {
    font-size: 20px;
	width: 60%;
}
.pass {
    font-size: 20px;
	width: 60%;
}

.logo {
  right: 10px;
}
.logo img {
  width: 50%;
  float: right;
}
}