body{
    background-color: #222;
    font-family: "Open Sans",sans-serif;
    /*color: #c29c23;*/
    /*border-color: #dd9933;*/
}
.button{
    background-color: #c29c23;;
    color: #222;
    border-color: #dd9933;
    transition: all 0.3s ease-in-out;
}
.button:hover{
    background-color: #fff;
    color: #222;
    border-color: #dd9933;
}
.form .form_elment label{
    color: #c29c23;
}
#header{
    background-color: #222;
    color: #c29c23;
    width: 100%;
    border-bottom: 1px solid #dd9933;
    z-index: 100;
}
#header > img{
    display: inline-block;
    width: 280px;
    margin: 10px 25px 10px 50px;
}
#header nav{
    display: inline-block;
    width: 350px;
    position: relative;
    top: 30px;
    left: 250px;
}
#header nav ul li{
    display: inline-block;
    box-sizing: border-box;
    margin: 20px;
}
#header nav ul li a{
    text-decoration: none;
    color: #c29c23;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
#header nav ul li a:hover{
    color: #fff;
}
#container{
    display: block;
    min-height: 900px !important;
    top: 0 !important;
    background-image: url("https://wtocard.com/wp-content/uploads/2020/11/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#loginForm{
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 50px 50px 20px;
    top: 100px;
    border: solid 2px #d93;
    border-radius: 10px;
}
#confirm{
    display: block;
    text-align: center;
    height: 50px;
    color: #c29c23;
    font-size: 24px;
    line-height: 48px;
    font-weight: 700;
    padding-top: 20px;
    opacity: 0;
    transition: all 0.5s ease-out;
}
#confirm i.far,
#confirm i.fas{
    width: 36px;
    height: 36px;
    font-size: 36px;
    border: solid 2px;
    border-radius: 50%;
    overflow: hidden;
}
#confirm i.far{
    padding: 1px 1px 3px 3px;
}
#confirm.show{
    opacity: 1;
}
#memberForm{
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 50px 50px 20px;
    top: 30px;
    border: solid 2px #d93;
    border-radius: 10px;
}
#changePass{
    display: block;
    width: 500px;
    margin: 0 auto;
    padding: 50px 50px 20px;
    top: 100px;
    border: solid 2px #d93;
    border-radius: 10px;
}