html,
body {
    margin: 0;
}

.wrapper {
    width: 1366px;
    margin: auto;
}

.address {
    float: left;
    margin-top: 45px;
    color: #5E1211
}

.form {
    float: right;
}

body {
    background-image: url(../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}


.login {
    text-decoration: none;
    color: #5E1211
}

.login:hover {
    color: #CF1C44;
}

.create {
    text-decoration: none;
    color: #5E1211
}

.create:hover {
    color: #CF1C44;
}

.logo {
    width: 45%;
    width: 600px;
    margin: auto;
    padding-top: 160px;
    padding-left: 130px;

}

.bag {
    width: 40px;
}

nav ul {
    text-align: center;
    margin-top: 50px;
	
}

nav li {
    display: inline;
    margin: 28px;
}

nav a {
    display: inline-block;
    text-decoration: none;
    color: #543136;
    font-size: 24px;
}

nav a:hover {
    color: #CF1C44;
}

hr {
    overflow: visible;
    height: 30px;
    border-style: solid;
    border-color: black;
    border-width: 1px 0 0 0;
    border-radius: 20px;
    width: 600px;
    margin-top: 35px;
    margin-left: 405px;
}

hr:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;
    border-style: solid;
    border-color: black;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}

.loginbox {
    width: 320px;
    height: 270px;
    background: #D8C6B8;
    color: #5e1211;
    top: %50;
    left: %50;
    position: absolute;
    transform: translate(-50%, -50%) box-sizing: boarder-box;
    padding: 70px 30px;
    margin-left: 515px;


}

h1 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 30px;
    margin-top: -20px;

}

.loginbox p {
    margin: 0;
    padding: 0;
    font-weight: bold;
}

.loginbox input {
    width: 100%;
    margin-bottom: 20px;

}

.loginbox input[type="text"],
input[type="password"] {
    border: none;
    border-bottom: 1px solid #fff;
    background: transparent;
    outline: none;
    height: 40px;
    color: #fff;
    font-size: 16px;

}

.loginbox input[type="submit"] {
    border: none;
    outline: none;
    height: 40px;
    background: #5e1211;
    color: #fff;
    font-size: 18px;
    border-radius: 20px;

}

.loginbox input[type="submit"]:hover {
    cursor: hand;
    background: #7b573e;
    color: #fff;
}

.loginbox a {
    text-decoration: none;
    font-size: 12px;
    line-height: 20px;
    color: #5e1211;
}

.loginbox a:hover {
    color: #7b573e;
}

footer {
    background-color: #D8C6B8;
    height: 100px;
    width: 1366px;
    margin: auto;
    margin-top: 500px;
    text-align: center;
}

.copyright {
    color: #5E1211;
    font-size: 15px;
	margin-left: 40px;
    padding-top: 28px;
	word-spacing: 4px;
	
}
