html,
body {
    margin: 0;
}

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

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

.form {
    float: right;
}

.bag {
    width: 40px;
}

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;
}

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;
}

.mission {
    font-size: 25px;
    color: #CF1C44;
}

.ms {
    font-size: 22px;
    color: #543136;
	margin-bottom: 75px;
}

.container {
    padding: 16px;
	font-size: 20px;
    color: #5e1211;
    text-align: center;
	border-style: solid;
	width: 500px;
	margin:auto;
	margin-bottom: 20px;
	background-color: #f1f1f1;
	
}

input[type=text],
input[type=password] {
    width: 250px;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background-color: white;
    text-align: center;
	font-size: 20px;
}

input[type=text]:focus,
input[type=password]:focus {
    background-color: aliceblue;
    outline: none;
    
}


.registerbtn {

    color: white;
    padding: 16px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    


}

.registerbtn:hover {
    opacity: 1;
}

a {
    color: dodgerblue
}

.signin {
    background-color: #f1f1f1;
    color: #5e1211;
    font-size: 20px;
}

.contact {
    color: #CF1C44;
    font-size: 25px;
	margin: auto;
    text-decoration: underline
	
}

.addressinfo {
    color: #543136;
    font-size: 20px;
}

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

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