#playnow .modal-dialog {
    width: 85%;
    max-width: 450px;
    position: relative;
    z-index: 9999;
    margin: 0 auto;
    margin-top: 50px;
}

#playnow .modal-header {
    background: rgb(46,46,46);
}

#playnow .modal-title {
    color: #fff;
    text-transform: uppercase;
}

.modal-body input {
    height: 45px;
    width: 100%;
    background: #292929;
    border: none;
    padding: 0 15px;
    margin: 5px auto;
    vertical-align: top;
    color: #fff;
}


.firstMod {
    margin-top: 50px;
}

.modB {
    max-width: 100%;
    height: 45px;
    margin: 10px auto;
    text-transform: uppercase;
    border: none;
    background: linear-gradient(#ad974f,#8e793e);
}

.pwd {
    color: rgba(46,46,46,0.5);
}

.pwd:hover {
    text-decoration: none;
    color: #CB0900;
}

