/* log-in */
.p3-login-modal {
    position: absolute;
    top: 100px;
    overflow: auto;
    overflow-y: auto;
}

#loginTitle {
    width: 100%;
    text-align: center;
    margin:10px 0 10px 0;
    color: #000;
}

#p3LoginButton {
    border-radius: 5px;
    width: 200px;
    height: 42px;
}

#p3LoginButton input{
    height: 42px;
    line-height: 42px;
    border: none;
    border-radius: 5px;
    background: #1786A8; /* Old browsers */
    background: linear-gradient(to right,  #1786A8 0%,#1786A8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    padding: 0 10px;
    width: 100%;
    color: #fff;
}
