.login,
#promocodes {
    width: 80%;
    margin: auto auto;
    color: #ffffff;
}

.login a {
    font-family: sans-serif;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    min-width: 87px;
    padding: 10px 10px 10px 40px;
    margin: 10px 20px 10px 20px;
    outline: none;
    text-decoration: none;
    background-color: #306DBD;
    border: 1px solid #8888cc;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}

.login a:after {
    content: '';
    position: absolute;
    left: 10px;
    top: 7px;
    display: block;
    width: 32px;
    height: 30px;
    background-image: url(auth-icon-sprite-32.png);
    background-repeat: no-repeat;
}

.login a.google:after { background-position: 0 -153px; }
.login a.facebook:after { background-position: 0 -75px; }
.login a.yahoo:after { background-position: 0 -864px; }
.login a.outlook:after { background-position: 0 -311px; }
.login a.twitter:after { background-position: 0 -680px; }

.login a:hover {
    background-color: #003369;
    box-shadow: 0 0 3px 3px #dddddd;
}

.login p {
    padding: 20px 20px 20px 20px;
    margin: 20px 20px 20px 20px;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.2);
    font-family: sans-serif;
}

.login h2 {
    margin: 20px 20px 20px 20px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    text-shadow: 2px 2px 4px #000000;
    color: #ffffff;
}

.login p span {
    display: inline-block;
    margin: 10px 10px 10px 10px;
}

.container .logo1 {
    cursor: pointer;
    top: 50px;
}

#promocodes .block {
    padding: 20px 40px 20px 40px;
    margin: 20px 20px 20px 20px;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: sans-serif;
}

#promocodes h3 {
    font-family: sans-serif;
    font-weight: bold;
    font-size: 20px;
    color: #ffffff;
}

#promocodes ul {
    width: 300px;
    padding-left: 0;
    white-space: nowrap;
}

#promocodes ul > li {
    list-style: none;
}

#promocodes ul > li,
#promocodes ul > li input[type=text] {
    font-size: 20px;
    padding: 5px 5px 5px 5px;
    width: 100%;
    text-transform: uppercase;
}

#promocodes ul button {
    color: #333333;
    background-color: #cccccc;
    height: 38px;
    min-width: 43px;
    padding: 5px 5px 5px 5px;
    vertical-align: top;
    font-weight: bold;
    text-align: center;
    -webkit-appearance: none;
}

#promo-error {
    color: #fb8c8c;
    font-weight: bold;
    text-align: left;
    margin-top: 10px;
}

@media screen and (min-width: 0) and (max-width: 800px) {
    .login,
    #promocodes {
        width: 100%;
    }

    #promocodes ul > li input[type=text] {
        width: 77%;
    }
}
