* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body {
    font-size: 12px;
    line-height: 1.3;
    color: #e0e0e0;
    background: #202020;
    background: url('../images/background.jpg') no-repeat fixed;
    overflow-x: hidden;
    font-family: Verdana;
    text-align: center;
}

.logo {
    margin-top: 30px;
    width: 20%;
}

a {
    text-decoration: none;
    color: #FFF;
    font-size: 13px;
}

a:hover {
    color: #FA951E;
}

.wrapper {
    margin: 0 auto;
    width: 1400px;
    margin-top: 50px;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 9px 5px rgba(5,5,5,0.90);
    -moz-box-shadow: 0px 0px 9px 5px rgba(5,5,5,0.90);
    box-shadow: 0px 0px 9px 5px rgba(5,5,5,0.90);
}

nav {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
    border: 1px solid #000;
    background: #11151b;
    height: 25px;
    line-height: 30px;
    display: flex;
    padding: 5px 0 10px 10px;
}

.member {
    flex: 1;
    text-align: right;
    padding-right: 20px;
}

section {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
    border: 1px solid #000;
    background: #11151b;
    display: flex;
}

.menu {
    width: 190px;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
}

.menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu ul:first-child {
    margin-bottom: 50px;
}

.menu li a {
    display: block;
    border: 1px solid #000;
    padding: 5px;
    margin-bottom: 5px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
}

.menu li a:hover {
    background: #FA951E;
    color: #000;
}

.menu li:last-child {
    margin-bottom: 0;
}

.wishes {
    width: 100%;
}

.wishes table td {
    padding: 10px;
}

.wish {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
}

tr td {
    border-right: 1px solid #000;
}

footer {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
    border: 1px solid #000;
    padding: 10px;
    background: #11151b;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.input {
    width: 350px;
    height: 20px;
    padding: 5px;
    border-radius: 3px;
    background-color: #181b1e;
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9);
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
}

.input:focus, .input:active {
    box-shadow: 0 1px rgba(255, 255, 255, 0), inset 0 1px 2px rgba(0, 0, 0, 0);
}

.textarea {
    width: 350px;
    min-width: 350px;
    max-width: 350px;
    height: 130px;
    min-height: 130px;
    max-height: 130px;
    padding: 5px;
    border-radius: 3px;
    background-color: #181b1e;
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9);
    font-size: 12px;
    color: #fff;
    transition: 0.3s;
}

.textarea:focus, .textarea:active {
    box-shadow: 0 1px rgba(255, 255, 255, 0), inset 0 1px 2px rgba(0, 0, 0, 0);
}

.submit {
    width: 120px;
    height: 50px;
    padding: 5px;
    border-radius: 3px;
    background-color: #181b1e;
    box-shadow: 0 1px rgba(255, 255, 255, .1), inset 0 1px 2px rgba(0, 0, 0, .6);
    border: 1px solid rgba(0, 0, 0, .9);
    font-size: 15px;
    color: #fff;
    transition: 0.3s;
}

.submit:hover {
    background: #FA951E;
    cursor: pointer;
}

.login-frm {
    width: 400px;
    margin: 0 auto;
    text-align: center;
    margin-top: 160px;
}

.login-frm img {
    margin-bottom: 50px;
    width: 100%;
}

.box-title {
    margin: 0 auto;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    background-color: #1d1d1d;
    border: 1px solid #000;
    background-image: linear-gradient(to top, #1a1b1f, #212528);
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
}

.login-frm .frm {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .5), inset 0 1px 1px rgba(255, 255, 255, .2);
    border: 1px solid #000;
    background: #212528;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.login-frm p {
    margin-bottom: 5px;
}

.alert {
    display: flex;
    margin: -8px 0 5px 0;
    color: white;
    border-radius: 3px;
    font-size: 15px;
    align-items: center;
    padding: 10px;
    border: 1px solid #000;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .3), inset 0 1px 1px rgba(255, 255, 255, .2);
}

.alert p {
    align-items: center;
    display: flex;
    flex: 1;
}

.alert strong {
    margin-right: 15px;
}

.alert-success {
    background: #2EB885;
}

.alert-danger {
    background: #F56358;
}

.alert-info {
    background: #46A7F5;
}

.alert-warning {
    background: #FFA92B;
}

.closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    transition: 0.3s;
}

.closebtn:hover {
    color: black;
}